- 25 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 22 Nov, 2012 2 commits
-
-
Guilherme Blanco authored
Problem with sequence names, PostgreSQL and MixedCased schemas
-
Antonio J. García Lagar authored
-
- 16 Nov, 2012 1 commit
-
-
Benjamin Eberlei authored
fixed typo for enabling DEFERRED support
-
- 15 Nov, 2012 1 commit
-
-
Lukas Kahwe Smith authored
-
- 13 Nov, 2012 2 commits
-
-
Benjamin Eberlei authored
-
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
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
Fix SQLServerPlatform adds unique constraint to ADD PRIMARY KEY statement
-
- 10 Nov, 2012 1 commit
-
-
Craig Mason authored
-
- 09 Nov, 2012 2 commits
-
-
Craig Mason authored
-
Craig Mason authored
This will only happen when adding primary keys via ALTER TABLE
-
- 08 Nov, 2012 2 commits
-
-
Guilherme Blanco authored
default table option not working
-
Steffen-99 authored
- Fixing issue, key name corrected
-
- 15 Oct, 2012 2 commits
-
-
Guilherme Blanco authored
-
Guilherme Blanco authored
[MySQL] Fixed bug with comments not adding quotes for tables
-
- 12 Oct, 2012 1 commit
-
-
Benjamin Eberlei authored
Remember to close temporary connection in PostgreSqlSchemaManager::dropD...
-
- 11 Oct, 2012 2 commits
-
-
Oleksandr Kovalov authored
-
Kim Hemsø Rasmussen authored
Remember to close temporary connection in PostgreSqlSchemaManager::dropDatabase() and PostgreSqlSchemaManager::createDatabase()
-
- 06 Oct, 2012 1 commit
-
-
Benjamin Eberlei authored
Add schema changes for length for postgres
-
- 05 Oct, 2012 5 commits
-
-
Benjamin Eberlei authored
Added exit code for dbal:reserved-words command
-
Benjamin Eberlei authored
Delete always content from table master_slave_table between tests.
-
Benjamin Eberlei authored
Removed Unsigned Integer Support in SQL Server
-
Benjamin Eberlei authored
Optimize autoload prefix in composer.json
-
Benjamin Eberlei authored
Fix dropping foreign key multiple times with test
-
- 04 Oct, 2012 3 commits
-
-
Sergi de Pablos 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.
-
- 28 Sep, 2012 2 commits
-
-
Filippo Tessarotto authored
By having more specific autoload prefixes it is possible to reduce the number of stat calls made.
-
Daniel Anderson Tiecher authored
-
- 24 Sep, 2012 1 commit
-
-
Martin Hasoň authored
-
- 23 Sep, 2012 1 commit
-
-
Kim Hemsø Rasmussen authored
-
- 21 Sep, 2012 1 commit
-
-
Guilherme Blanco authored
fix some phpdoc
-
- 20 Sep, 2012 1 commit
-
-
Konstantin Kuklin authored
-
- 17 Sep, 2012 6 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
[DBAL-335] Fix nasty bug in MasterSlaveConnection, connecting and writing to slave when using keepSlave option.
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
Set default session value for NLS_NUMERIC_CHARACTERS (Bugfix for DDC-2013)
-
Benjamin Eberlei authored
-