Releases: oscarotero/simple-crud
Releases · oscarotero/simple-crud
1.6.0
- changed selectBy arguments order to match with select function
- Save only changed fields instead all values on insert/update
- Bugs fixes and tests added
1.5.0
- Added $onlyDeclaredFields argument on create a new Row
- entityFactory with autocreate=true executes a 'SHOW TABLES' query to get the list of all available tables and only create entities of existing tables.
- Added magic method __toString to rowCollection
- Some bugfixes
1.4.3
- Fix bug calculating limit in selectBy