- 05 Oct, 2010 11 commits
-
-
Benjamin Eberlei authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
added supportsReleaseSavepoints(), disabled releasing for Oracle and DB2 (already disabled for MSSQL
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
-
Lukas Kahwe Smith authored
disable savepoints by default, added dedicated getter/setter to enable/disable, added exceptions when trying to use savepoints when not supported by the platform
-
Lukas Kahwe Smith authored
-
- 25 Sep, 2010 7 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
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 12 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
- 11 Sep, 2010 6 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
-
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
-
- 02 Sep, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 01 Sep, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
Fix bug in Oracle Schema/Platform detection of DateTime vs DateTimeTz type and disable a logging test that breaky MySQL testsuite.
-