You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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)
- 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)
- 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)
- 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)
- 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)
- 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)