- 19 Dec, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 18 Dec, 2011 4 commits
-
-
Benjamin Eberlei authored
-
These are internal, automatically-created and shouldn't be considered part of the schema. They cannot be recreated because of their reserved names.
-
* 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)
-
-
- 13 Dec, 2011 1 commit
-
-
Jan Sorgalla authored
-
- 10 Dec, 2011 1 commit
-
-
Fabio B. Silva authored
-
- 08 Dec, 2011 2 commits
-
-
Fabio B. Silva authored
-
jsor authored
-
- 16 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 14 Nov, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Nov, 2011 13 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 10 Nov, 2011 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 03 Nov, 2011 2 commits
-
-
Benjamin Eberlei authored
-
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.
-
- 30 Oct, 2011 6 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 25 Oct, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Oct, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DDC-217 - Refactor result caching to use a value object for all the important information which simplifies the code considerably and makes caching more powerful.
-
Benjamin Eberlei authored
DDC-217 - Refactor result cache again to be much simpler, previous approach was too complicated and something like this needs longer testing. Now only caching the full result.
-