- 05 Jul, 2017 1 commit
-
-
Tobias Schultze authored
Fixes #2760
-
- 29 Jun, 2017 2 commits
-
-
Davide Santangelo authored
-
Davide Santangelo authored
-
- 08 Jun, 2017 1 commit
-
-
b0nd0 authored
One class missed and one non-existing in example at "Supporting Other Databases" page.
-
- 06 Jun, 2017 1 commit
-
-
b0nd0 authored
At lest it looks like one to me.
-
- 21 May, 2017 1 commit
-
-
Ivan authored
This applies the following fixes to DBAL web docs: - Fix broken ServerGrove image on footer - Fix occasional link overlap - Delete .DS_Store file in bootstrap folder - Finish PR #3 "<ol/> styles fixed" (margin-bottom) - Fix <ol/> styles - Synchronize docs layout menu with main site. - Show versions only when having more than one.
-
- 10 May, 2017 1 commit
-
-
Steve Müller authored
Closes #1882
-
- 10 Mar, 2017 1 commit
-
-
Steve Müller authored
-
- 09 Mar, 2017 1 commit
-
-
Felix Sokoliuk authored
-
- 25 Feb, 2017 1 commit
-
-
Mathieu Bouchard authored
The oci8 driver can connect using oci_pconnect to make persistent connections. Doctrine has support for this if the persistent boolean value is set to true in the documentation. However, this information was not documented.
-
- 06 Feb, 2017 1 commit
-
-
Steve Müller authored
-
- 01 Feb, 2017 1 commit
-
-
Pau authored
The current driver has no option to allow the usage of SSL connections on mysql. I've used the same name params as mysql client. An example of mysql client usage would be: mysql --ssl-ca='path_to_ca.pem' --ssl-cert='path_to_client_cert.pem' --ssl-key='path_to_client_key.pem' refactor secure connection as params remove space add space refactor secure connection rename method rename method docs: add ssl params to use in mysqli driver rename test method refactor method setSecureConnection fix bug add comment to method remove string escaping
-
- 12 Jan, 2017 1 commit
-
-
Jean Baptiste Noblot authored
guid type not bolded
-
- 26 Sep, 2016 1 commit
-
-
Alexander Pervakov authored
-
- 19 Jul, 2016 1 commit
-
-
miholeus authored
-
- 05 May, 2016 1 commit
-
-
Jacob Henke authored
-
- 18 Feb, 2016 2 commits
-
-
Claudio Zizza authored
-
Claudio Zizza authored
-
- 15 Feb, 2016 1 commit
-
-
Claudio Zizza authored
Add description for OnSchemaAlterTableAddColumn, OnSchemaAlterTableRemoveColumn, OnSchemaAlterTableChangeColumn, OnSchemaAlterTableRenameColumn events
-
- 10 Feb, 2016 1 commit
-
-
Claudio Zizza authored
-
- 09 Feb, 2016 1 commit
-
-
Claudio Zizza authored
-
- 25 Jan, 2016 2 commits
-
-
Baptiste Clavié authored
-
Baptiste Clavié authored
-
- 22 Jan, 2016 2 commits
-
-
Bob van de Vijver authored
-
Bob van de Vijver authored
-
- 21 Jan, 2016 1 commit
-
-
Bob van de Vijver authored
-
- 11 Jan, 2016 3 commits
-
-
Jean Carlo Machado authored
-
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.
-
- 31 Dec, 2015 1 commit
-
-
Jonathan Pasquier authored
The first paragraph of section 6.1 has some minor formatting errors (see http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/transactions.html#transaction-nesting) Removing a couple of spaces fixes the problem.
-
- 21 Nov, 2015 1 commit
-
-
David McKay authored
-
- 19 Oct, 2015 1 commit
-
-
Peter Mitchell authored
-
- 12 Oct, 2015 1 commit
-
-
mike authored
-
- 18 Sep, 2015 1 commit
-
-
xelan authored
-
- 17 Sep, 2015 1 commit
-
-
mRoca authored
-
- 05 Sep, 2015 1 commit
-
-
Bill Schaller authored
-
- 03 Sep, 2015 1 commit
-
-
Bill Schaller 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 1 commit
-
-
Valentinas Bartusevičius authored
-