- 20 Feb, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 19 Feb, 2011 3 commits
-
-
Benjamin Eberlei authored
[DBAL-42] Optimized column comment change detection. Ignore from columns with a null comment which indicates not set compared to an empty string which says delete comment.
-
Benjamin Eberlei authored
[DBAL-42] Add support to reverse engineer Comments from MySQL, PostgreSQL and ORacle into Doctrine\DBAL\Schema\Column instances and added comment comparison into Comparator.
-
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
-
- 12 Dec, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Miloslav Kmet authored
-
- 04 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 29 Nov, 2010 1 commit
-
-
Miloslav Kmet authored
Fixed oracle integer/boolean type detection in OracleSchemaManager::_getPortableTableColumnDefinition()
-
- 18 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 25 Sep, 2010 4 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas 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.
-
- 18 Sep, 2010 4 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
- 11 Sep, 2010 5 commits
-
-
Benjamin Eberlei authored
DBAL-50 - Fix another follow-up bug, Index column names are not being sanitized to lower-case, which will make comparisons fail that shouldnt.
-
Benjamin Eberlei authored
DBAL-50 - Fix bug in Postgres Schema Manager not handling column names in composite foreign keys correctly.
-
Benjamin Eberlei authored
DBAL-50 - Fix bug in Postgres Platform not handling index column names that are comming from pg_attributes correctly
-
Benjamin Eberlei authored
DBAL-50 - Fix two bugs occuring when new index handling is mixed with ORM (which produces an additional set of very long automatically generated identifiers) in automatic identifier name generation.
-
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
-
- 01 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
Fix bug in Oracle Schema/Platform detection of DateTime vs DateTimeTz type and disable a logging test that breaky MySQL testsuite.
-
- 01 Jul, 2010 1 commit
-
-
beberlei authored
Apply array_change_key_case in MysqlSchemaManager::_getPortableColumnDefinition() and adapt further code to work with it
-
- 30 Jun, 2010 1 commit
-
-
beberlei authored
-
- 28 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 20 Jun, 2010 2 commits
-
-
Benjamin Eberlei authored
DBAL-21 - Fallback for Domain Types to underyling db types when matching against Doctrine Mapping typesin Postgres Platform/SchemaManager
-
Benjamin Eberlei authored
DBAL-22 - Fix DateTime with Timezone handling in Postgres and Oracle by introducing new type DateTimeTz and have SchemaManagers of both platforms detect this type. Added general conversion testcase which made some bugs in Oracle Date Handling and $stmt->fetchColumn() appear
-
- 13 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 12 Jun, 2010 5 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
-
beberlei authored
-
beberlei authored
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-