Skip to content

Commit

Permalink
Merge pull request maxdemarzi#143 from kamranjon/no_params
Browse files Browse the repository at this point in the history
removing parameters for creates, updates and deletes
  • Loading branch information
blizkreeg committed Apr 16, 2014
2 parents 71dd299 + 46c8f3e commit f1df22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/deja.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def self.cypher_read(query)
end

def self.cypher_cud(query)
parameterizing = true
parameterizing = false
if parameterizing
query, params = Deja::Parameterizer.parameterize_query(query)
execute_cypher_batch(query, params)
Expand Down

0 comments on commit f1df22f

Please sign in to comment.