Skip to content

Releases: oscarotero/simple-crud

1.6.0

20 Jan 21:55
Compare
Choose a tag to compare
  • 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

27 Dec 19:27
Compare
Choose a tag to compare
  • 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

13 Nov 22:07
Compare
Choose a tag to compare
  • Fix bug calculating limit in selectBy