- 24 May, 2019 1 commit
-
-
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.
-
- 02 Oct, 2018 3 commits
-
-
Sergei Morozov authored
-
Sergei Morozov authored
-
Sergei Morozov authored
-
- 01 Jul, 2018 1 commit
-
-
Vladimir Reznichenko authored
-
- 01 Apr, 2018 1 commit
-
-
Michael Moravec authored
-
- 13 Jun, 2017 1 commit
-
-
Alessandro Minoccheri authored
-
- 09 Mar, 2017 1 commit
-
-
Felix Sokoliuk authored
-
- 02 Nov, 2016 1 commit
-
-
Christoph Tietz authored
Replacing spaces in the pgsql dsn string with semicolons as this is more consistent with the other drivers and makes the PDOPgSQL driver work in hhvm 3.15.2 as well.
-
- 11 Jan, 2016 2 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
Added parameter "default_dbname" to pdo_pgsql driver which can be used to override the default database
-
- 10 Jan, 2016 1 commit
-
-
Davi Koscianski Vidal authored
PostgreSQL allows the user to set the application_name is connecting to database. It is useful for monitoring purposes. Currently one could just manually add 'application_name=foo' to DSN, but having a parameter eases setting it using DoctrineBundle.
-
- 07 Jan, 2016 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 05 Jan, 2016 1 commit
-
-
Steve Müller authored
fix usage of PDO::PGSQL_ATTR_DISABLE_PREPARES for pdo_pgsql extension setups not built from PHP core fixes #2249
-
- 19 Oct, 2015 1 commit
-
-
Peter Mitchell authored
-
- 30 Apr, 2015 2 commits
-
-
Steve Müller authored
-
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).
-
- 02 Apr, 2015 3 commits
- 27 Mar, 2015 1 commit
-
-
rocksfrow authored
-
- 07 Nov, 2014 4 commits
-
-
Marco Pivetta authored
-
Marco Pivetta authored
-
Matteo Beccati authored
-
Matteo Beccati authored
-
- 12 Feb, 2014 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 05 Jan, 2014 1 commit
-
-
Steve Müller authored
-
- 21 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 18 Dec, 2013 1 commit
-
-
Steve Müller authored
add charset option for pdo_pgsql driver
-
- 16 Dec, 2013 1 commit
-
-
Steve Müller authored
-
- 21 Nov, 2013 2 commits
-
-
Steve Müller authored
-
Steve Müller authored
-
- 14 Nov, 2013 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 13 Nov, 2013 2 commits
-
-
Benjamin Eberlei authored
-
dazz authored
-
- 21 Jun, 2013 1 commit
-
-
Benjamin Morel authored
- Fixed docblocks - Removed return statements on void methods - Cleaned up unused private / local variables - Fixed license issues - Removed SVN leftovers - Fixed doctrine-project.org links - Added line breaks before return statements
-
- 20 Apr, 2013 1 commit
-
-
Antonio Carlos Ribeiro authored
-