Skip to content

Releases: silverqx/TinyORM

TinyORM v0.28.1

21 Sep 16:15
v0.28.1
0d34243
Compare
Choose a tag to compare
  • bugfix dangling reference 😵‍💫😲🙃

Full Changelog: v0.28.0...v0.28.1

TinyORM v0.28.0 and tom v0.5.3

21 Sep 16:15
v0.28.0
051eb21
Compare
Choose a tag to compare
  • 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

21 Sep 16:13
v0.27.0
6ac7300
Compare
Choose a tag to compare
  • 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

21 Sep 16:12
v0.26.8
e81c91e
Compare
Choose a tag to compare
  • 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

21 Sep 16:11
v0.26.7
ccef0e5
Compare
Choose a tag to compare
  • enhanced MySQL and SQLite configuration parsers
  • docs enhanced database configuration examples

Full Changelog: v0.26.6...v0.26.7

TinyORM v0.26.6

21 Sep 16:10
v0.26.6
db22503
Compare
Choose a tag to compare
  • 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

21 Sep 16:09
v0.26.5
b13c24b
Compare
Choose a tag to compare

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

21 Sep 16:09
v0.26.4
9458b71
Compare
Choose a tag to compare

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

21 Sep 16:08
v0.26.3
8a3f673
Compare
Choose a tag to compare

TinyORM v0.26.2

21 Sep 16:08
v0.26.2
be0034e
Compare
Choose a tag to compare