- 29 Apr, 2018 1 commit
-
-
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.
-
- 12 Apr, 2018 1 commit
-
-
Sergei Morozov authored
Consistent PHPUnit configuration across environments
-
- 11 Apr, 2018 2 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
-
- 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 4 commits
-
-
Michael Moravec authored
Tests: remove implicit verbose flag
-
Michael Moravec authored
Document the correct way of configuring a MariaDB database with serverVersion
-
Michael Moravec authored
[bug] Don't skip column options.
-
Andy Truong authored
-
- 05 Apr, 2018 2 commits
-
-
Michael Moravec authored
Add symfony tests listener
-
Grégoire Paris authored
It is required when using annotations to detect deprecation errors.
-
- 04 Apr, 2018 4 commits
-
-
Michael Moravec authored
-
Luís Cobucci authored
README: Add 2.7, drop 2.5
-
Michael Moravec authored
-
Tristan Bessoussa authored
-
- 01 Apr, 2018 3 commits
-
-
Marco Pivetta authored
CS bump to 4.0, imports for global functions & constants
-
Michael Moravec authored
-
Michael Moravec authored
-
- 30 Mar, 2018 2 commits
-
-
Marco Pivetta authored
Add tests for column collation to prove it works
-
Tobias Schultze authored
-
- 29 Mar, 2018 7 commits
-
-
Sergei Morozov authored
Allow dynamic intervals in DATE_ADD & DATE_SUB for SQLite
-
Sergei Morozov authored
DateIntervalType (negative support) resolves doctrine/dbal#2578
-
Sergei Morozov authored
Improve handling of schemas in SQL Server >= 2008
-
Stefan Lorenz authored
-
Sergei Morozov authored
Drop PCRE x modifier in SqliteSchemaManager (#2885 rework)
-
Marco Pivetta authored
Connection parameters are cached hashed
-
Luís Cobucci authored
-