- 22 Sep, 2015 1 commit
-
-
Tobias Schultze authored
-
- 06 Sep, 2015 1 commit
-
-
Tobias Schultze authored
-
- 03 Sep, 2015 5 commits
-
-
Tobias Schultze authored
-
Tobias Schultze authored
-
Tobias Schultze authored
-
Tobias Schultze authored
-
Tobias Schultze authored
it is best practice to implement retry logic for transactions that are aborted because of deadlocks or timeouts. this makes such method available inside the DBAL and also add detection for errors where retrying makes sense in the different database drivers
-
- 24 Aug, 2015 1 commit
-
-
Steve Müller authored
Typo fixes
-
- 23 Aug, 2015 3 commits
- 21 Aug, 2015 6 commits
-
-
Steve Müller authored
[DBAL-1220] Fix dropping database with active connection on PostgreSQL
-
Steve Müller authored
Fixed correct value in "Doctrine\Tests\DBAL\Schema\Visitor\SchemaSqlCollectorTest"
-
Steve Müller authored
use REGEXP operator for sqlite
-
Steve Müller authored
Add test for MariaDB 5.5, 10.0 and 10.1 on Travis
-
Steve Müller authored
Allow testing with doctrine/common 2.6
-
Steve Müller authored
Fixed typo
-
- 20 Aug, 2015 1 commit
-
-
Marco Pivetta authored
Added Postgres 9.4 platform (DBAL-1143)
-
- 13 Aug, 2015 2 commits
- 10 Aug, 2015 1 commit
-
-
Benjamin Eberlei authored
MySQL getListTableForeignKeysSQL: use current database if null passed
-
- 09 Aug, 2015 1 commit
-
-
Leo authored
-
- 03 Aug, 2015 1 commit
-
-
Matteo Beccati authored
Features and changes: * jsonb can be used with: options={"jsonb"=true} * OVER is no longer reserved * LATERAL is now reserved
-
- 29 Jul, 2015 4 commits
-
-
Bill Schaller authored
DateInterval Type
-
Valentinas Bartusevičius authored
-
-
Nicolas Grekas authored
-
- 23 Jul, 2015 2 commits
-
-
janschoenherr authored
-
Adrien Crivelli authored
-
- 16 Jul, 2015 4 commits
-
-
Marco Pivetta authored
Travis: Switch to container-based infrastructure
-
Tomáš Votruba authored
Ref: https://github.com/doctrine/doctrine2/pull/1466
-
Valentinas Bartusevičius authored
-
-
- 15 Jul, 2015 3 commits
-
-
Bill Schaller authored
return result from Doctrine\DBAL\Connection::transactional()
-
Bill Schaller authored
Fix call on non-object in ping() with PDO wrapper
-
Bill Schaller authored
Remove git submodules
-
- 14 Jul, 2015 1 commit
-
-
Jon Goodger authored
Fixes an issue when calling `ping()` where `$this->platform` is null. Happened to me because using the `'pdo'` param bypasses the `connect()` method and the platform is never set without explicitly calling the method. Not sure if this is the most elegant way to deal with this but it worked enough for my purposes so I figured I should submit a PR.
-
- 04 Jul, 2015 1 commit
-
-
Konstantin.Myakshin authored
-
- 26 Jun, 2015 1 commit
-
-
Mathieu Rochette authored
-
- 22 Jun, 2015 1 commit
-
-
Nils Adermann authored
-