- 26 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 19 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-112, DBAL-113 - Implement AbstractPlatform::getAlterSequenceSQL() and fix comparator code for sequences
-
- 16 Jun, 2011 1 commit
-
-
Benjamin Eberlei authored
Fix bug in DropSchemaSQLCollector dropping tables before sequences which can cause constraint errors
-
- 06 Apr, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 18 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Feb, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-91 - Fix auto-generation of asset names (foreign keys and indexes) which could lead to exceptions due to auto-quoting of PostgreSQL for example. Now hashing the names with crc32+dechex
-
- 30 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 18 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 23 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-54 - Fix sequence drop executed before tables, however sequences mostly depend on tables. Also clean up several test-failures on MSSQL tests and Oracle Index detection.
-
- 11 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-50 - Explicitly add an index for each foreign key added to a Schema\Table instance. Removed code to FixSchema based on foreign keys, since assumptions now dont apply anymore. Refactored algorithms to check for duplicate or potential overrule indexes into Schema\Index classes, added tests and unified Table API handling these conflicts
-
- 30 Jun, 2010 1 commit
-
-
beberlei authored
-
- 12 Jun, 2010 3 commits
-
-
beberlei authored
Temporary fix for issues appearing due to DBAL-2 reopening, found an actual additional bug that is now fixed in PostgresSQL Schema Manager Fix change to Postgresql NULL Column detection
-
beberlei authored
-
beberlei authored
Temporary fix for issues appearing due to DBAL-2 reopening, found an actual additional bug that is now fixed in PostgresSQL Schema Manager
-
- 11 Jun, 2010 1 commit
-
-
beberlei authored
-
- 07 Jun, 2010 1 commit
-
-
Eriksen Costa authored
DBAL-18 - Fixed SchemaDiff to not generate a create table statment with foreign keys for platforms that doesn't support them
-
- 06 Jun, 2010 2 commits
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 11 Mar, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-396 - Fixed bug with RESTRICT/NO ACTION and PHP NULL not valued as the same in Schema Foreign Key Diff
-
- 26 Feb, 2010 1 commit
-
-
jwage authored
-
- 25 Feb, 2010 2 commits
- 19 Feb, 2010 1 commit
-
-
beberlei authored
-
- 13 Feb, 2010 1 commit
-
-
beberlei authored
-
- 10 Feb, 2010 1 commit
-
-
beberlei authored
-
- 04 Feb, 2010 1 commit
-
-
beberlei authored
-
- 20 Jan, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
-
- 10 Dec, 2009 1 commit
-
-
beberlei authored
[2.0] DDC-169 - Further refactorings, schema max identifier length is now used for asset generation. Added platform-wide test for unique index generation with create table.
-
- 07 Dec, 2009 2 commits
- 06 Dec, 2009 4 commits
- 05 Dec, 2009 1 commit
-
-
beberlei authored
-