Releases: martywallace/simpledb
Releases · martywallace/simpledb
3.1.2
3.1.1
Corrected composer.json version.
3.1.0
7.x+ only.
3.0.0
- Removed cumbersome and pointless data structures like
Series
,Rows
andModels
in favour of vanilla PHP arrays. - Additional functionality for table analysis (determining columns that can be NULL).
- Added
Model::find()
andModel::all()
helpers. - Bug fixes.
2.2.1
Correction to the treatment of 0 in FLOAT type.
2.2.0
Added Field::FLOAT
data type.
2.1.1
Strings are primitive already.
2.1.0
- Added
BOOL
type. - Better JSON serialization of more types like
Row
andRows
.
2.0.0
Major additions and alterations.
1.0.0
Initial project version.