Skip to content
This repository has been archived by the owner on Apr 17, 2018. It is now read-only.

Commit

Permalink
Merge branch 'feature/remove-core-exts'
Browse files Browse the repository at this point in the history
  • Loading branch information
gix committed Mar 6, 2011
2 parents cdf9c19 + d32cc36 commit 231e541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/dm-adjust/adapters/data_objects_adapter.rb
Expand Up @@ -32,7 +32,7 @@ def adjust_statement(properties, query)

statement = "UPDATE #{quote_name(query.model.storage_name(name))}"
statement << " SET #{set_adjustment_statement(properties)}"
statement << " WHERE #{conditions_statement}" unless conditions_statement.blank?
statement << " WHERE #{conditions_statement}" unless DataMapper::Ext.blank?(conditions_statement)

return statement, bind_values
end
Expand Down

0 comments on commit 231e541

Please sign in to comment.