Releases: byjg/php-micro-orm
Releases · byjg/php-micro-orm
Release 2.2.2
Added the ConnectionManager object
Release 2.2.1
- Removed Backward Compatibility PHPUnit
- Removed Generic Throw Error
- Update PHPDoc comments
Release 2.2.0
- Added beforeInsert() and beforeUpdate()
- Added method Repository::getScalar($query)
- Improved some tests
Release 2.1.1
- Added __toString() to the Literal obejct
Release 2.1.0
- Added Mapper::doNotUpdateClosure()
- Refactory internal code
Release 2.0.1
Added the preserveCase options
Release 2.0.0
- Several changes
- Break compatibility with previous versions
- Split Query into Query and Update for better understanding
- Reorganizing Unittest
- Moved Top and Limit to the Query object
- Added fieldAlias to Mapper object
- Change how FOR UPDATE is built;
- Improved how to process the Literal
- Fixed bug when you had a Literal and two or more ->where() methods
Release 1.0.1
- Added tables with no auto-increment fields;
- Added the function for Update and Select modifiers
- Added the Literal property to be used directly into database.
- Fix fieldMap for update
Release 1.0.0
First Initial Release