riboseinc / transcryptor

Assists your everyday re-encryption needs, in Rails.
MIT License
2 stars 1 forks source link

During update_row, if any columns are NULL, then no rows are updated #27

Closed ribose-jeffreylau closed 7 years ago

ribose-jeffreylau commented 7 years ago

The generated SQL would contain things like ... WHERE my_column = NULL ... where it should be ... WHERE my_column IS NULL ....