Releases: starweb/starlit-db
Releases · starweb/starlit-db
0.16.0
0.15.0
Changes
Added handling of scema additions on unserialize.
0.14.1
0.14.0
0.13.0
Changes
- This release prepares for the
1.0.0
release by triggering deprecation errors when using the constructor with a PDO object or a host and database string. - Adds a PdoFactoryInterface as constructor argument which creates a new PDO instance inside of the Db::connect function.
0.12.2
0.12.1
0.12.0
0.11.0
- Allow entity primary key value edit.
0.10.0
- New update on duplicate key option for db insert.
- New getDbRowData() method in db entity.