Skip to content

Releases: cycle/database

2.2.0

23 Jun 16:44
3bf30a5
Compare
Choose a tag to compare

What's Changed

  • Add supporting for PHP 8.1 Enumerations by @roxblnfk (#67)
  • Add supporting for smallint column type by @gam6itko (#58)
  • Fix typo in the \Cycle\Database\Schema\State::forgerForeignKey method by @BeMySlaveDarlin (#53)
  • Fix compatibility with Spiral Framework 3 packages:
    • Remove overriding of the $config property in the DatabaseConfig class by @roxblnfk (#64)
    • Update composer.json dependencies

New Contributors

Full Changelog: 2.1.3...2.2.0

2.1.3

20 May 08:53
bffa99d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.1.2...2.1.3

2.1.2

20 Jan 12:21
11cf9d6
Compare
Choose a tag to compare

What's Changed

  • Fix wrong bind parameter order in a select query with join by @roxblnfk (#48)
  • Fix access to unitialized driver property on ActiveQuery::__debugInfo() call by @roxblnfk (#46)

Full Changelog: 2.1.1...2.1.2

2.1.1

12 Jan 07:17
f5b8a76
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.0...2.1.1

2.1.0

31 Dec 12:57
b7deeb2
Compare
Choose a tag to compare

What's Changed

  • Add psr/log dependency by @thgs (#35)
  • Add ability to get/set driver name by @butschster (#38)
  • Optimize fetching indexes and primary keys in Postgres driver by @hustlahusky (#37)
  • Fix type casting for column size value in the PG Column class by @rauanmayemir (#34)
  • Downgrade spiral dependencies to stable by @roxblnfk (#40)

New Contributors

  • @thgs made their first contribution in #35
  • @hustlahusky made their first contribution in #37
  • @rauanmayemir made their first contribution in #34

Full Changelog: 2.0.0...2.1.0

2.0.0

22 Dec 15:39
cee476e
Compare
Choose a tag to compare

1.0.3

15 Nov 14:22
7df7ff2
Compare
Choose a tag to compare
  • Better compatibility with PDO for PHP 8.1 (#22)

1.0.2

11 Nov 05:24
75d97b2
Compare
Choose a tag to compare
  • Adds new tests for checking transactional DDL support (#16)
  • Better compatability with spiral/database (#20)

1.0.1

08 Nov 21:00
e4c9e5f
Compare
Choose a tag to compare

What's Changed

  • Using Spiral/Database alias instead of Cycle/Database by @msmakouz in #13

1.0.0

04 Oct 09:41
5f216a9
Compare
Choose a tag to compare
  • Namespace Spiral/Database renamed to Cycle/Database
  • Added spiral/database polyfill