- 18 Dec, 2011 2 commits
-
-
* The old implementation produced invalid SQLite statements for tables with a composite primary key, as SQLite cannot have more than one primary key clause and autoincrement can only be declared on a single column * There is currently no way to tell from its pragma if an SQLite column auto-increments, therefore enabling it on all primary keys is not accurate * SQLite primary keys auto-increment anyway (but slightly differently from an actual auto-increment column -- not guaranteed unique)
-
-
- 15 Dec, 2011 2 commits
-
-
Christophe Coevoet authored
This is now consistent with the naming used in the ORM.
-
Christophe Coevoet authored
-
- 11 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 08 Dec, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 07 Dec, 2011 2 commits
-
-
Fabio B. Silva authored
-
Fabio B. Silva authored
-
- 06 Dec, 2011 1 commit
-
-
jsor authored
-
- 24 Nov, 2011 1 commit
-
-
Дмитрий Куликов authored
-
- 23 Nov, 2011 3 commits
-
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
turbohz authored
-
- 21 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Nov, 2011 1 commit
-
-
Matty Driessen authored
When using a PDOConnection and the Portability wrapper, the default value \PDO::CASE_NATURAL int(0) and PHP constant CASE_LOWER int(0) got mixed up.
-
- 18 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 16 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 15 Nov, 2011 1 commit
-
-
Kim Hemsø Rasmussen authored
Fixed a few cases of where MysqliStatement::execute() did not throw a exception if a error had a occured.
-
- 14 Nov, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 13 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 10 Nov, 2011 7 commits
-
-
Kim Hemsø Rasmussen authored
Hopefully final fixes. Added phpdoc @inheritdoc where it were missing. Added MysqlConnection::getWrappedResourceHandle(). MysqliStatement::fetchAll() now decide fetch style if none is set, instead of letting fetch() do it on every call.
-
Benjamin Eberlei authored
-
Kim Hemsø Rasmussen authored
-
Kim Hemsø Rasmussen authored
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
Kim Hemsø Rasmussen authored
-
- 03 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 02 Nov, 2011 1 commit
-
-
Damien Tournoud authored
This enables a more natural way of interacting with result sets, and re-introduces in Doctrine DBAL a feature that has been available in PDO from the begining.
-
- 31 Oct, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DDC-1266 - Fixed bug where one sequence is dropped multiple times and extended that logic to tables and constraints
-
- 30 Oct, 2011 6 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 28 Oct, 2011 1 commit
-
-
Steven Rosato authored
-