Skip to content

Raw sql update

Bono S requested to merge bs85/massive-js:raw-sql-update into master

Handled raw SQL in update() as per your suggestion on #742.

Also added parenthesis to the predicate generated by merging the raw SQL with object criterias to handle a raw criteria with an OR properly.

Merge request reports