- 30 May, 2018 2 commits
-
-
Sergei Morozov authored
Added keywords OVER and RETURNING for MariaDb102
-
Matty Driessen authored
-
- 24 May, 2018 1 commit
-
-
Sergei Morozov authored
Introduced binary binding type to support binary parameters on Oracle
-
- 23 May, 2018 2 commits
-
-
Sergei Morozov authored
Test against Postgres 11
-
Michael Moravec authored
-
- 21 May, 2018 2 commits
-
-
Marco Pivetta authored
When building a limit query, zero offset without a limit should be ignored
-
Sergei Morozov authored
-
- 19 May, 2018 1 commit
-
-
Sergei Morozov authored
-
- 16 May, 2018 2 commits
-
-
Sergei Morozov authored
MSSQL DLL 5.2.0 has been released.
-
Walt Sorensen authored
-
- 15 May, 2018 2 commits
-
-
Sergei Morozov authored
initialize sql array into platform files
-
Alessandro Minoccheri authored
-
- 13 May, 2018 3 commits
-
-
Sergei Morozov authored
Allow creating PRIMARY KEY AUTOINCREMENT fields for sqlite
-
Sergei Morozov authored
Enable testing with IBM DB2 on Travis
-
Marco Pivetta authored
added improvement type into pull request template
-
- 12 May, 2018 3 commits
-
-
Alessandro Minoccheri authored
-
Sergei Morozov authored
1. Use the actual dsdriver distribution 2. Introduced `AbstractPlatform::getCharMaxLength()` since `CHAR` and `VARCHAR` limitations are different on DB2.
-
Michael Moravec authored
-
- 11 May, 2018 2 commits
-
-
Timo Bakx authored
-
Robin Appelman authored
If a PRIMARY KEY field is defined in sqlite without autoincrement then keys might be reused when rows are deleted, explicitly settings autoincrement will prevent this. Autoincrement is not enabled by default due to additional overhead introduced with autoincrement bookkeeping and should only be enabled when the additional uniqueness is required.
-
- 10 May, 2018 3 commits
-
-
Sergei Morozov authored
Workaround for the inability to use a post-PHPUnit script on ContinuousPHP
-
Sergei Morozov authored
-
Sergei Morozov authored
AppVeyor tweaks, retry coverage upload on failure
-
- 09 May, 2018 2 commits
-
-
Jonathan H. Wage authored
Add GitHub issue and PR templates
-
Michael Moravec authored
-
- 08 May, 2018 5 commits
-
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
Michael Moravec authored
-
- 06 May, 2018 1 commit
-
-
Sergei Morozov authored
Allow to specify arbitrary SQL expression in AbstractPlatform::getDummySelectSQL()
-
- 05 May, 2018 1 commit
-
-
Sergei Morozov authored
Fixed inconsistency in calculating date difference between platforms
-
- 02 May, 2018 4 commits
-
-
Sergei Morozov authored
Postgres, Oracle and SQL Server Sequence increment_by & min_value as int
-
Michael Moravec authored
Upgrading docs
-
Grégoire Paris authored
Fixes #3121 Conflicts: docs/en/index.rst
-
Grégoire Paris authored
-
- 01 May, 2018 1 commit
-
-
Michael Moravec authored
-
- 30 Apr, 2018 1 commit
-
-
Simon Podlipsky authored
-
- 29 Apr, 2018 2 commits
-
-
Sergei Morozov authored
For testing purposes and not only, it may be needed to evaluate an arbitrary SQL expression (see https://github.com/doctrine/dbal/pull/3013, https://github.com/doctrine/dbal/pull/3108). Instead of doing `str_replace()` on an expected string, one could specify the expression explicitly.
-
Sergei Morozov authored
Replaced ArrayIterator with StatementIterator in Portability\Connection
-