Skip to content

Releases: thecodingmachine/dbal-fluid-schema-builder

v2.0.1

28 Jan 13:42
e0b57b1
Compare
Choose a tag to compare

What's Changed

  • ci: Improve tests + fix ci deps by @aszenz in #13

Full Changelog: v2.0.0...v2.0.1

v2.0.0

27 Jan 22:35
d7155ca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.7.0...v2.0.0

v1.7.0

29 Jul 16:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.1...v1.7.0

v1.6.1

06 Jan 15:23
152c958
Compare
Choose a tag to compare

Bugfix release:

  • #9 Revert unique implementation due to Oracle issue (@dsavina )

v1.6.0

06 Jan 14:34
44f21ed
Compare
Choose a tag to compare

New feature:

Bugfix

  • #8 Fixing unique index generation for non MySQL dbs (@dsavina)

v1.5.0

21 Oct 10:19
1ee37ca
Compare
Choose a tag to compare

Adding an optional length parameter to the text type.
See #6

Exposing DBAL inner objects

08 Mar 18:25
7c5fb25
Compare
Choose a tag to compare

2 methods have been added to expose DBAL tables and columns.

See #5

Identifiers are now quoted by default

04 Sep 19:59
Compare
Choose a tag to compare

All table names and column names are quoted by default if the database platform is passed in parameter while constructing the default naming strategy.

See #4

Bugfix release

24 Jul 13:49
Compare
Choose a tag to compare

Small bugfixes about:

  • typehint (see #3 )
  • unit tests with DBAL 1.6+ (see #3 also)

Adding the ability to "extend" a table

17 Jul 13:34
Compare
Choose a tag to compare

This minor release adds the ability to "extend" a table (by creating a primary key in the extended table that is also a foreign key to the base table).

See #2