Skip to content

Commit

Permalink
Merge 2d5d535 into 8da8546
Browse files Browse the repository at this point in the history
  • Loading branch information
agolovenkin committed Apr 19, 2021
2 parents 8da8546 + 2d5d535 commit d412653
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Query/Grammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ public function wrap($value)
return '`'.str_replace('`', '``', $value).'`';
} elseif (is_numeric($value)) {
return $value;
} elseif (is_null($value)) {
return 'null';
} else {
return;
}
Expand Down

0 comments on commit d412653

Please sign in to comment.