Releases: aternosorg/php-model
Releases · aternosorg/php-model
v1.0.0
This release contains breaking changes to all v0.* releases.
The driver implementation was restructured and requires changes to the basic setup, check the README for more information.
v0.3.10
fixed null on update in mysqli save function
v0.3.9
remove model from registry on delete
v0.3.8
add options for raw field or value in where condition
v0.3.7
fix null values in sql generator
v0.3.6
fix saving of null values
v0.3.4
fixed numeric value enclosing for mysql inserts
v0.3.3
fixed delete query in sql query generator
v0.3.2
fixed get and delete functions in mysqli driver