Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed refactor breakage
  • Loading branch information
mde committed Feb 5, 2014
1 parent 99016f9 commit 64e325e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/transformers/sql.js
Expand Up @@ -111,7 +111,7 @@ var sql = utils.mixin(new BaseTransformer(), new (function () {
, val = comp.value
, ret = '';

if (utils.isEmpty(prop)) {
if (utils.isEmpty(val)) {
ret = 'NULL';
}
else {
Expand Down

0 comments on commit 64e325e

Please sign in to comment.