- 28 May, 2019 4 commits
-
-
Sergei Morozov authored
Upgraded to PHPUnit 8.1.6 and reworked the remaining driver exception mock
-
Sergei Morozov authored
-
Sergei Morozov authored
Allow Symfony 5
-
Nicolas Grekas authored
-
- 24 May, 2019 7 commits
-
-
Luís Cobucci authored
add .github/FUNDING.yml
-
Jonathan H. Wage authored
-
Sergei Morozov authored
Deprecated Driver::getName()
-
Sergei Morozov authored
The method is not used for anything else than skipping tests for specific drivers. Cross-driver portability should be established by drivers, not outside of them based on their name.
-
Sergei Morozov authored
Removed 2.8 from README
-
Sergei Morozov authored
Removed the rest of mock classes
-
Sergei Morozov authored
-
- 23 May, 2019 3 commits
-
-
Sergei Morozov authored
The usage of user-provided PDO instance is deprecated
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 22 May, 2019 4 commits
-
-
Sergei Morozov authored
Default column expressions do not work on SQL Server
-
Sergei Morozov authored
-
Sergei Morozov authored
Removed the assertion which doesn't work with a user-provided PDO connection
-
Sergei Morozov authored
-
- 17 May, 2019 1 commit
-
-
Marco Pivetta authored
Reworked driver exception tests
-
- 16 May, 2019 1 commit
-
-
Sergei Morozov authored
1. Got rid of hard-coded exception mocks in favor of PHPUnit-generated ones where possible. 2. Reworked AbstractDriverTest::testConvertsException() to use a data provider to make testing all types of exceptions independent. 3. Updated PHPUnit since the reworked code relies on sebastianbergmann/phpunit#3604.
-
- 09 May, 2019 3 commits
-
-
Sergei Morozov authored
Deprecate the public constants in SQLParserUtils
-
Jonathan H. Wage authored
-
Sergei Morozov authored
Deprecate SQLSrvStatement::LAST_INSERT_ID_SQL constant.
-
- 08 May, 2019 1 commit
-
-
Jonathan H. Wage authored
-
- 23 Apr, 2019 6 commits
-
-
Jonathan H. Wage authored
Improve ExceptionTest::testConnectionExceptionSqLite
-
Jonathan H. Wage authored
on linux running as root.
-
Sergei Morozov authored
Reworked SQL Server installer on Travis CI
-
Sergei Morozov authored
Handle default values as values, not SQL expressions
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 18 Apr, 2019 2 commits
-
-
Sergei Morozov authored
-
Jonathan H. Wage authored
Maintain platform parameter in connection params
-
- 17 Apr, 2019 3 commits
-
-
Sergei Morozov authored
Expand list of keywords in composer.json
-
Jonathan H. Wage authored
using params in query cache key generation.
-
Michael Moravec authored
-
- 14 Apr, 2019 2 commits
-
-
Sergei Morozov authored
Extract constants for built-in types from Type to Types
-
Michael Moravec authored
-
- 13 Apr, 2019 2 commits
-
-
Sergei Morozov authored
Extract type factory and registry from Type into TypeRegistry
-
Michael Moravec authored
-
- 06 Apr, 2019 1 commit
-
-
Marco Pivetta authored
Enabled the build against IBM DB2 on PHP 7.3 on Travis CI
-