- 09 May, 2018 1 commit
-
-
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 10 commits
-
-
Luís Cobucci authored
Bump version to 2.8.x-dev
-
Michael Moravec authored
-
Sergei Morozov authored
Fix compatibility for pre-2.7 DateIntervalType format
-
Michael Moravec authored
-
Jonathan H. Wage authored
-
Michael Moravec authored
Fix #3082: Add BC for PDO-only fetch modes
-
Michael Moravec authored
CI: Add missing listener for MariaDB @ mysqli
-
Michael Moravec authored
-
Sergei Morozov authored
-
Philipp Cordes authored
Other drivers (including the cache) never supported fetch modes that are not listed in `FetchMode`. Converting between the contants is only done for PDO, so BC only needs to be restored here. PDO will validate the fetch mode, we don’t have to.
-
- 06 Apr, 2018 2 commits
-
-
Michael Moravec authored
Tests: remove implicit verbose flag
-
Michael Moravec authored
Document the correct way of configuring a MariaDB database with serverVersion
-