Skip to content

Releases: crocodile2u/tinyorm

Added EntityCollection

11 Mar 21:39
Compare
Choose a tag to compare
v1.1.12

Added EntityCollection + unit test

Bugfix release

10 Feb 15:14
Compare
Choose a tag to compare
v1.1.11

Fixed DB insert

Minor improvement release

02 Feb 09:06
Compare
Choose a tag to compare

Added Entity::select()

Tinyorm vendor binary

18 Oct 12:36
Compare
Choose a tag to compare

Tinyorm vendor binary

Minor improvements

18 Oct 11:30
Compare
Choose a tag to compare

Entity Generator: better @PHPDoc for static methods

Bugfix release

15 Aug 07:03
Compare
Choose a tag to compare

Fixed a bug in entity update with DbDriver: PDO does not work well with duplicate named placeholders

Cleanup

15 Jul 05:36
Compare
Choose a tag to compare

Cleanup/refactor code; implement option() and resetOptions() for the Select class - tinyorm query object

Minor improvents

14 Jul 05:51
Compare
Choose a tag to compare

Support fluent interface in Select::appendColumns() and Select::replaceColumns()

Minor improvents

14 Jul 05:45
Compare
Choose a tag to compare

Added reset* methods to Select class; refactored code

Imrovements release

14 Jul 04:52
Compare
Choose a tag to compare

Added appendColumns() & replaceColumns() to Select class