- 01 May, 2013 6 commits
-
-
Benjamin Morel authored
Fixed a PHP warning in DBALException::driverExceptionDuringQuery() when a parameter contains binary data.
-
Lee Davis authored
-
Lee Davis authored
-
Lee Davis authored
-
Benjamin Eberlei authored
-
Matthias Lohr authored
- added test for getListTableColumnsSQL - added test for getListTableForeignKeysSQL - added test for getListTableIndexesSQL
-
- 20 Apr, 2013 1 commit
-
-
Benjamin Eberlei authored
This reverts commit d7032199.
-
- 14 Apr, 2013 4 commits
-
-
Adrien Crivelli authored
DBAL-54 was fixed in commit 3d55dc8e by changing SQL queries order. However it was later reintroduced. This patch uses a different, more future-proof way, approach by using DROP SEQUENCE ... CASCADE syntax, and thus does not depend on queries order.
-
Thomas Subera authored
fix :: operator in sql parser
-
Lars Strojny authored
-
Benjamin Eberlei authored
-
- 04 Mar, 2013 1 commit
-
-
Marco Pivetta authored
-
- 20 Jan, 2013 1 commit
-
-
Norbert Orzechowicz authored
-
- 19 Jan, 2013 1 commit
-
-
Andrew Vit authored
-
- 23 Dec, 2012 1 commit
-
-
Alessandro Tagliapietra authored
-
- 22 Dec, 2012 1 commit
-
-
David Ward authored
-
- 17 Dec, 2012 2 commits
-
-
Wim Vandersmissen authored
-
Wim Vandersmissen authored
-
- 25 Nov, 2012 1 commit
-
-
David Desberg authored
-
- 13 Nov, 2012 2 commits
-
-
Benjamin Eberlei authored
[DBAL-374] Fix issue with column quoting in primary keys, fixing this in indexes in general is much more complex as the code is messy.
-
Benjamin Eberlei authored
-
- 12 Nov, 2012 1 commit
-
-
Craig Mason authored
-
- 05 Oct, 2012 3 commits
-
-
Kim Hemsø Rasmussen authored
-
Sergi de Pablos authored
-
Sergi de Pablos authored
In some cases the Comparator class returns multiple drops for the same foreign key. Specifically, in case you have two tables, A & B, with A having a foreign key FK referencing B, if you drop table B, the resulting diff shows this FK twice, once on the diff->orphanedForeignKeys array as we're deleting B, and another on the diff->changedTables array as table A is also being modified. As a result of this you get the DROP FOREIGN KEY instruction twice in the final SQL.
-
- 20 Sep, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Sep, 2012 2 commits
-
-
Benjamin Eberlei authored
[DBAL-335] Fix nasty bug in MasterSlaveConnection, connecting and writing to slave when using keepSlave option.
-
VladanStef authored
-
- 05 Sep, 2012 6 commits
-
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
-
Padraig O'Sullivan authored
Based on whether we are on 32 or 64 bit platform, postgres will return a string or an int for the expected php type of a bigint that is > 32 bits.
-
Padraig O'Sullivan authored
Use dropAndCreateDatabase schema manager function in test initialization instead of individual versions of each.
-
Benjamin Eberlei authored
-
- 29 Aug, 2012 1 commit
-
-
Fabio B. Silva authored
-
- 29 Jul, 2012 1 commit
-
-
Johannes M. Schmitt authored
-
- 16 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 09 Jul, 2012 1 commit
-
-
Danny Berger authored
-
- 08 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
[DDC-1657] Prevent autoincrement sequences from creating DROP SEQUENCE statements because of old/new schema missmatch.
-
- 07 Jul, 2012 1 commit
-
-
Alexander authored
-