- 09 Jan, 2016 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 21 May, 2015 1 commit
-
-
Martin Poirier Théorêt authored
On the MySQLPlatform::getDropForeignKeySQL table name will not be escaped if the name is passed instead of the object table itself. Since the getLocalTableName use the localTable property the object is always available, there is no reason not to use it.
-
- 06 May, 2015 2 commits
-
-
Steve Müller authored
Remove HHVM-nightly builds
-
Christophe Coevoet authored
This also simplies the allowed failures for HHVM
-
- 30 Apr, 2015 8 commits
-
-
Steve Müller authored
Revert the addition of the wrong bin script
-
Steve Müller authored
Documentation & code styling fixes
-
Steve Müller authored
template1 as default database for PostgreSQL
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
Pgsql connection test with charset parameter
-
Steve Müller authored
-
- 29 Apr, 2015 1 commit
-
-
Paul dG authored
Fixes #402 (https://github.com/doctrine/DoctrineBundle/issues/402) by connecting by default to 'template1' instead of the database with the same name as the user (Postgre default in case of no dbname).
-
- 25 Apr, 2015 1 commit
-
-
Benjamin Morel authored
-
- 15 Apr, 2015 3 commits
-
-
Steve Müller authored
fix incorrect ordering of columns in clustered indexes on sql server
-
Steve Müller authored
Fix test failures on windows due to differing newlines
-
Christophe Coevoet authored
The bin/doctrine-dbal.php file is not an executable file. Adding them as a bin in composer.json means that any composer install will trigger changes in the source when using symlinks because of the chmod. This makes things a pain when installing from source. Thus, there is no valid reason to add it. It is absolutely not necessary when using a composer install. The issue requesting it previously is actually an issue in Laravel which replaces the proxy file/symlink generated by Composer with a copy of the original file, which of course cannot work because of paths used in require. But copying a second file does not help for that (unless in very specific cases). It only moves the issue until the next require call.
-
- 09 Apr, 2015 2 commits
-
-
Bill Schaller authored
Fix incorrect docblock in Connection.php
-
Sebastian authored
These events don't exist.
-
- 08 Apr, 2015 9 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Steve Müller authored
-
Bill Schaller authored
-
Bill Schaller authored
-
Bill Schaller authored
Can't use short array in php < 5.4
-
Steve Müller authored
Fix for bad profiling data, showing an indefinitely long query
-
Steve Müller authored
Fix DISTINCT queries with limit and no order on SQL Server 2012
-
- 07 Apr, 2015 1 commit
-
-
Steve Müller authored
Readme: nicer badges; cleanup, 2.3- dropped
-
- 06 Apr, 2015 1 commit
-
-
Darien Hager authored
Add a unit-test to verify that when statements throw exceptions, the logger still has stopQuery called.
-
- 05 Apr, 2015 2 commits
-
-
Marco Pivetta authored
allow hhvm/mysqli failure so poor travis can feel better
-
Bill Schaller authored
-
- 03 Apr, 2015 1 commit
-
-
Tomáš Votruba authored
Ref https://github.com/doctrine/doctrine2/pull/1362 Is there any reason why coverage is not in here? Would be much more useful than dependency badge.
-
- 02 Apr, 2015 6 commits
-
-
Bill Schaller authored
-
Bill Schaller authored
-
Steve Müller authored
Add postgresql 9.4 for travis builds
-
Bill Schaller authored
-
Bill Schaller authored
rehashed charset option implementation to support old and new versions of postgresql, and pgbouncer
-
rocksfrow authored
-