- 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
-
- 28 Apr, 2018 2 commits
-
-
Sergei Morozov authored
The SQLite and Oracle platforms produces a `ROUND()`'ed or `TRUNC()`'ated difference between the datetimes. However it should be the difference between dates.
-
Sergei Morozov authored
Fixes https://github.com/doctrine/dbal/issues/3114
-
- 27 Apr, 2018 1 commit
-
-
Sergei Morozov authored
CI: Aggregate coverage from multiple jobs
-
- 26 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 24 Apr, 2018 2 commits
-
-
Marco Pivetta authored
Added badges for the develop branch in README
-
Sergei Morozov authored
-
- 21 Apr, 2018 1 commit
-
-
Sergei Morozov authored
Removed hard-coded configuration filenames from the test runner
-
- 20 Apr, 2018 1 commit
-
-
Sergei Morozov authored
-
- 16 Apr, 2018 1 commit
-
-
Steve Müller authored
Add sidebar.rst and cleanup docs homepage.
-
- 12 Apr, 2018 1 commit
-
-
Sergei Morozov authored
Consistent PHPUnit configuration across environments
-
- 11 Apr, 2018 3 commits
-
-
Marco Pivetta authored
Add warning about MySQL JSON key sorting
-
Steffen Roßkamp authored
See discussion at https://github.com/doctrine/doctrine2/issues/7187
-
Jonathan H. Wage authored
-
- 10 Apr, 2018 3 commits
-
-
Marco Pivetta authored
Use newer PHPUnit to prevent crashes on failures
-
Michael Moravec authored
-
Steve Müller authored
Cleanup docs folder after launch of new website.
-
- 08 Apr, 2018 1 commit
-
-
Sergei Morozov authored
1. XSD location pointing to the vendored file. 2. Removed `backupGlobals="false"`. 3. Added `failOnRisky="true" failOnWarning="true"`. 4. Added `beStrictAboutOutputDuringTests="true" beStrictAboutTodoAnnotatedTests="true"`. 5. Added code coverage whitelist.
-
- 07 Apr, 2018 1 commit
-
-
Luís Cobucci authored
Bump version to 2.8.x-dev
-