Releases: silverqx/TinyORM
Releases · silverqx/TinyORM
TinyORM v0.28.1
- bugfix dangling reference 😵💫😲🙃
Full Changelog: v0.28.0...v0.28.1
TinyORM v0.28.0 and tom v0.5.3
- refactored SchemaBuilder instantiation
- added connection name to Exceptions::QueryError
- tom added --pending option to migrate:status
- tom added --batch=X option to migrate:rollback
- docs added migrate --pending and --batch sections
- schema added the ability to add table comment
- schema added the ability to call comment() on SQLite
- optimized eager loading when no keys to be loaded
- dropped return value for connectEagerly()
- allowed to pass QueryBuilder to whereExists
- allowed to pass expression to pluck()
- schema added datetimes and softDeletesDatetime
- renamed to Blueprint::datetime/Tz()
- schema added withoutForeignKeyConstraints()
- added dropDatetimes() and dropSoftDeletesDatetime()
Full Changelog: v0.27.0...v0.28.0
TinyORM v0.27.0
- refactored PostgreSQL
search_path
configuration - added
search_path
related auto tests - added schema builder related auto tests
- enabled tst_Migrate for all supported connections
Full Changelog: v0.26.8...v0.27.0
TinyORM v0.26.8
- fixed compilation errors and crashes on older compilers, primarily GCC v10.2
- revisited and synchronized pwsh scripts in
tools/
folder
Full Changelog: v0.26.7...v0.26.8
TinyORM v0.26.7
- enhanced MySQL and SQLite configuration parsers
- docs enhanced database configuration examples
Full Changelog: v0.26.6...v0.26.7
TinyORM v0.26.6
- refactored configuration parsing
- added SSL-related options to the top-level configuration for MySQL and PostgreSQL databases
Full Changelog: v0.26.5...v0.26.6
TinyORM v0.26.5
GitHub actions revisited and enhancements
- forced TLS connections for PostgreSQL
- many small fixes
Full Changelog: v0.26.4...v0.26.5
TinyORM v0.26.4
GitHub actions revisited and enhancements
- all external downloads are cached
- unified naming of step and key names
- used our ccache steps
- fixed ccache misses
- added MSYS2 ucrt64 Qt 6 builds
Full Changelog: v0.26.3...v0.26.4
TinyORM v0.26.3
Full Changelog: v0.26.2...v0.26.3
TinyORM v0.26.2
Full Changelog: v0.26.1...v0.26.2