Skip to content

Tags: cycle/database

Tags

2.8.1

Toggle 2.8.1's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix compiling of Fragment with parameters in the returning() defini…

…tion by @msmakouz (#161)

- Fix comparison of Fragment in Column default value by @msmakouz (#162)

2.8.0

Toggle 2.8.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- The `withDatetimeMicroseconds` option now affects the interpolator by 

@msmakouz (#155)

- Postgres: support for multiple returning columns by @roxblnfk and @msmakouz (#157)
- MSSQL: support for multiple returning columns  by @msmakouz (#160)

2.7.1

Toggle 2.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix setting `precision` and `scale` through attributes by @msmakouz (

…#148)

- Fix quoting with an underscore at the beginning by @msmakouz (#151)
- Fix behavior of the `Column::type()` method by adding default size to column type mappings by @msmakouz (#150)

2.7.0

Toggle 2.7.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Add `varbinary` support in MySQL; optimize `size` attribute by @msm…

…akouz (#146)

- Add the ability to use WHERE IN and WHERE NOT IN with array values
  The value sequence may contain `FragmentInterface` objets by @msmakouz and @roxblnfk (#147)

2.6.1

Toggle 2.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix `whereJsonContains` and `whereJsonDoesntContain` methods with a s…

…ingle column name (#143)

2.6.0

Toggle 2.6.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix incorrect parameters processing for JOIN subqueries by @smelesh (

…#133)

- MySQL driver:
  - Add the type `smallInteger` by @gam6itko (#128)
  - Change mapping of the JSON type from `text` to `json` by @romanpravda (#121)
- Postgres driver:
  - Add the `restartIdentity` parameter to the `eraseTable` method by @msmakouz (#132)
  - Change mapping of the JSON type from `text` to `json` by @msmakouz (#134)
- All the drivers:
  - Add `enableForeignKeyConstraints` and `disableForeignKeyConstraints` methods in Driver Handlers by @msmakouz (#130)
  - Add an ability to disable the query cache before query using `withoutCache()` by @msmakouz and @roxblnfk (#137)
- JSON support:
  - Add methods to work with JSON columns by @msmakouz and @roxblnfk (#135)
  - Add an ability to set JSON default value as an array by @msmakouz and @roxblnfk (#138)

2.5.2

Toggle 2.5.2's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix Postgres schema restoring after reconnect by @msmakouz (#126)

2.5.1

Toggle 2.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Prepare to release

2.5.0

Toggle 2.5.0's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Add ability to use non-primary serial column by @msmakouz (#106)

- Add ability to configure DB port passing a string by @msmakouz (#109)
- Add ability to define a custom type column by @msmakouz (#104)
- Add the ability to define `readonlySchema` for columns by @msmakouz (#116)
- Add `AbstractForeignKey::$index` property to enable/disable index creation by @msmakouz (#119)
- Fix inserting an array of rowsets without calling the columns method by @msmakouz (#120)
- Improve types for `TableInterface` and `ColumnInterface` by @vjik (#108)
- Fix typos by @arogachev (#110, #111)

2.4.1

Toggle 2.4.1's commit message

Verified

This tag was signed with the committer’s verified signature.
roxblnfk Aleksei Gagarin
- Fix: add schema to Postgres dependency table names by @msmakouz (#102)

- Fix: don't add a table prefix when a column is quoting by @msmakouz (#103)