Skip to content

Releases: martywallace/simpledb

3.1.2

25 Jul 01:13
Compare
Choose a tag to compare
Inflection should use model short class name instead of fully qualifi…

3.1.1

25 Jul 00:34
Compare
Choose a tag to compare
Corrected composer.json version.

3.1.0

25 Jul 00:31
Compare
Choose a tag to compare
7.x+ only.

3.0.0

20 Jul 23:25
Compare
Choose a tag to compare
  • Removed cumbersome and pointless data structures like Series, Rows and Models in favour of vanilla PHP arrays.
  • Additional functionality for table analysis (determining columns that can be NULL).
  • Added Model::find() and Model::all() helpers.
  • Bug fixes.

2.2.1

13 Jul 09:45
Compare
Choose a tag to compare
Correction to the treatment of 0 in FLOAT type.

2.2.0

13 Jul 09:27
Compare
Choose a tag to compare

Added Field::FLOAT data type.

2.1.1

19 May 01:12
Compare
Choose a tag to compare
Strings are primitive already.

2.1.0

01 May 22:09
Compare
Choose a tag to compare
  • Added BOOL type.
  • Better JSON serialization of more types like Row and Rows.

2.0.0

16 Jan 05:28
Compare
Choose a tag to compare

Major additions and alterations.

1.0.0

06 Jan 04:05
Compare
Choose a tag to compare

Initial project version.