Skip to content

Releases: thecodingmachine/tdbm

v6.0.5

27 Aug 09:38
Compare
Choose a tag to compare

Full Changelog: v6.0.4...v6.0.5

  • 🐛 Fix optional declared before required parameter in findOneBy with UNIQUE (3714b15)

v6.0.4

27 Aug 08:34
Compare
Choose a tag to compare

Full Changelog: v6.0.3...v6.0.4

  • 👽 Cleanup deprecated calls, sort tables in dump (to match 5.x behaviour) (14a3693)
  • ✨ Support default_table_options to lock file (from SchemaConfig) (2028a7e)

v6.0.3

23 Aug 11:41
Compare
Choose a tag to compare

Full Changelog: v6.0.2...v6.0.3

  • 👽 Replace deprecated getSchemaManager with createSchemaManager (3921023)
  • 💡 Fix comments incorrectly mentioning PostgreSQL (3f0491c)
  • 📄 Add LICENSE file with MIT License (93e258b)

v6.0.2

26 Jun 13:27
Compare
Choose a tag to compare

Full Changelog: v6.0.1...v6.0.2

  • ✨ Add TDBMService::clearBeanCache method (Port of 23483a2)

v6.0.1

10 Jun 15:31
Compare
Choose a tag to compare

Full Changelog: v6.0.0...v6.0.1

  • ✨ Add boolean type hinting to avoid warnings (Port of 1e18204)
  • Remove deprecated usage of Connection::PARAM_STR_ARRAY and Connection::PARAM_INT_ARRAY

v6.0.0

10 Jun 14:13
Compare
Choose a tag to compare

Add support for Symfony 6 and DBAL 3, in particular:

  • Oracle database is untested due to a bug in DBAL 3 (doctrine/dbal#6764 (comment)), we expect to restore this on DBAL 4 upgrade
  • brain-diminished/schema-version-control is now included in thecodingmachine/tdbm sources: replace BrainDiminished\SchemaVersionControl\* with TheCodingMachine\TDBM\SchemaVersionControl\*
  • PHP7.4 is no longer supported, upgrade to PHP8.0 minimum

What's Changed

New Contributors

Full Changelog: v5.3.6...v6.0.0

v5.3.14

29 Apr 18:16
Compare
Choose a tag to compare

Fix boolean param type hinting.

v5.3.13

25 Jul 14:21
Compare
Choose a tag to compare

v5.3.12: Merge pull request #286 from thecodingmachine/fix-count-on-iterator-take

15 May 16:29
21cc4cc
Compare
Choose a tag to compare
fix issue in result iteratornow that total_count is not been initialized

v5.3.11

15 May 07:24
bd4a1d8
Compare
Choose a tag to compare

What's changed ?

⚡ Remove internal call that performs an unecessary count

Full Changelog: v5.3.10...v5.3.11