Releases: making3/mysql-adapter
Releases · making3/mysql-adapter
Adds count-where clause implementation
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
Added or and LIKE support to the mysql adapter.
Added Or support to the latest build
Modified the buildWhere function to add or support.