Skip to content

Releases: making3/mysql-adapter

Adds count-where clause implementation

07 Oct 20:12
Compare
Choose a tag to compare

Implemented the count function into the mysql-adapter to take advantage of the buildWhere function that this adapter offers. Moved the buildWhere function out of .all and included a couple of parameters that were used from the scope of .all (self/model).

Add or and LIKE support

24 Jul 19:57
Compare
Choose a tag to compare

Added or and LIKE support to the mysql adapter.

Added Or support to the latest build

03 Jul 20:16
Compare
Choose a tag to compare

Modified the buildWhere function to add or support.