Skip to content
This repository was archived by the owner on May 12, 2022. It is now read-only.

Releases: brokencube/automatorm

Bugfix

31 Oct 16:56
Compare
Choose a tag to compare

Bug fix in collection joins with one-to-one relationships

Finally added Delete function

19 Sep 09:40
Compare
Choose a tag to compare

Data objects now have a ->delete() method that will remove the row from the database when ->commit() is called.

Improvements to Dump functions

16 Sep 13:50
Compare
Choose a tag to compare

Dump will now output something sensible no matter what type of variable is passed to it. Mostly it will fall back to outputting var_dump, but it also now handles Collections nicely.

3.5.2.0

30 Aug 11:49
Compare
Choose a tag to compare
Fixing improper handling of blank "in ()" and blank "not in ()"

Minor var_dump change

09 Aug 15:40
Compare
Choose a tag to compare

Data objects now hide their internal schema objects from var_dump to reduce output when var_dumping Model objects

Hotfix

05 Aug 15:29
Compare
Choose a tag to compare

Implemented Collection->map() in a stupid manner - rewritten.

Added map function to collections

05 Aug 15:22
Compare
Choose a tag to compare
3.5.0.0

Adding map function to Collection

3.4.2.0

28 Jul 09:54
Compare
Choose a tag to compare
More consistant behaviour with Model::COUNT_ONLY

Bugfix release

28 Jul 09:24
Compare
Choose a tag to compare
3.4.1.0

Fixing bug where doing a groupJoinCount on a M-M relationship used an…

Fix for updating times

18 Jul 15:48
Compare
Choose a tag to compare

Updating a DateTime used to leave a string representation of the new date in the Data object, instead of a Orm\Time object. This has been fixed in this release.