This repository was archived by the owner on May 12, 2022. It is now read-only.
Releases: brokencube/automatorm
Releases · brokencube/automatorm
Bugfix
Bug fix in collection joins with one-to-one relationships
Finally added Delete function
Data objects now have a ->delete() method that will remove the row from the database when ->commit() is called.
Improvements to Dump functions
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
Fixing improper handling of blank "in ()" and blank "not in ()"
Minor var_dump change
Data objects now hide their internal schema objects from var_dump to reduce output when var_dumping Model objects
Hotfix
Implemented Collection->map() in a stupid manner - rewritten.
Added map function to collections
3.5.0.0 Adding map function to Collection
3.4.2.0
More consistant behaviour with Model::COUNT_ONLY
Bugfix release
3.4.1.0 Fixing bug where doing a groupJoinCount on a M-M relationship used an…
Fix for updating times
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.