Releases: swoft-cloud/swoft-db
Releases · swoft-cloud/swoft-db
v2.0.11
v2.0.1
v2.0.0
v1.1.26
v1.1.25-beta
Added
- Added strict mode and fetch mode for Mysql client (swoft-cloud/swoft-component#208)
Changed
- Nothing
Deprecated
- Nothing
Removed
- Nothing
Fixed
- Nothing
Others
- Nothing
v1.1.24-beta
- Fixed table name is MySQL keyword swoft-cloud/swoft-component#204
v1.1.23-beta
- Fixed swoft-cloud/swoft#297 swoft-cloud/swoft-component#191
- Fixed bigint validator, also fixed primary key will be replaced to 0 when the primary key is not auto-increment swoft-cloud/swoft-component#200
v1.1.22-beta
- Added connection idle time timeout swoft-cloud/swoft-component#189
- Now QueryBuilder will select DB instance automatically according to property of Entity annotation swoft-cloud/swoft-component#164