- 01 May, 2013 2 commits
-
-
Matthias Lohr authored
-
Matthias Lohr authored
-
- 20 Apr, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 14 Apr, 2013 1 commit
-
-
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.
-
- 14 Mar, 2013 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jan, 2013 1 commit
-
-
Norbert Orzechowicz authored
-
- 25 Nov, 2012 2 commits
-
-
David Desberg authored
-
David Desberg authored
-
- 13 Nov, 2012 1 commit
-
-
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.
-
- 12 Nov, 2012 2 commits
-
-
Craig Mason authored
-
Craig Mason authored
This will only happen when adding primary keys via ALTER TABLE
-
- 16 Oct, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 06 Oct, 2012 1 commit
-
-
Miha Vrhovnik authored
-
- 05 Oct, 2012 1 commit
-
-
Daniel Anderson Tiecher authored
-
- 17 Sep, 2012 1 commit
-
-
VladanStef authored
Default table collation changed to `utf8_unicode_ci`, as it handles properly a much wider array of characters (Cyrillic, for example) at a generally negligible cost of performance.
-
- 05 Sep, 2012 1 commit
-
-
Christophe Coevoet authored
-
- 29 Aug, 2012 1 commit
-
-
Guilherme Blanco authored
-
- 14 Aug, 2012 2 commits
-
-
Christophe Coevoet authored
-
Christophe Coevoet authored
-
- 29 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 16 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 08 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 05 Jul, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 27 Jun, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 26 Jun, 2012 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-178] Fixed an undescriptive error message and a problem when using custom types and their reverse engineering from the database. Allows Type#getMappedDatabaseTypes() to be implemented in custom types, mapping to vendor database types during reverse engineering.
-
- 07 Jun, 2012 4 commits
-
-
Yuan Xie authored
-
Darren Trethewey authored
-
Darren Trethewey authored
Fix the repeat calling of getReservedKeywordsClass() that causes a considerable slow down when running lots of migrations.
-
Darren Trethewey authored
SQL Server doesn't like the quoted alias for doctrine_rownum and fails when setting setMaxResults() and setFirstResult() in query, returning an error like "Conversion failed when converting the varchar value 'doctrine_rownum' to data type int. (severity 16)"
-
- 06 Jun, 2012 1 commit
-
-
Fabio B. Silva authored
-
- 27 May, 2012 2 commits
-
-
Johannes authored
-
Johannes M. Schmitt authored
-
- 25 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 22 May, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 18 May, 2012 1 commit
-
-
Alexander Miehe authored
-
- 05 May, 2012 3 commits
- 01 May, 2012 1 commit
-
-
Kim Hemsø Rasmussen authored
-