Skip to content

Releases: salvosav/autodb

Partial support Composite Primary Key

20 Aug 17:24
97eac2a
Compare
Choose a tag to compare
Merge pull request #2 from salvosav/support-composite-pk

partial support for composire primary key

TableDef is now ordered by ordinal_position

20 Jun 11:17
Compare
Choose a tag to compare
1.0.0.2

schema is now ordered. It's usufull if you use autodb to automaticall…

Exclude the _sqlResource property from serialization

19 Jun 18:00
496cdcb
Compare
Choose a tag to compare

Excluded the _sqlResource property from serialization.
Reason: PHP 8+ does not allow serialization of database connection resources like PgSql\Connection.
Upon unserialization, you will need to manually re-establish the database connection if needed.

PHP 8.3 support

19 Jun 17:53
Compare
Choose a tag to compare
1.0.0.0

fix strlen