- 18 Nov, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 17 Nov, 2010 3 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Benjamin Eberlei authored
-
- 31 Oct, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 12 Oct, 2010 1 commit
-
-
beberlei authored
-
- 05 Oct, 2010 7 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei 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
-
- 01 Oct, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 30 Sep, 2010 5 commits
-
-
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 3 commits
-
-
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 2 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
- 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
-
- 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.
-
- 23 Aug, 2010 1 commit
-
-
Jonathan H. Wage authored
-
- 15 Aug, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-39 - Changed SQLLogger again, the recent change disallows to log a failed query, however adding a lastexecuted query would add additional overhead (last params and types would be needed to). So now each logger has a startQuery() and a stopQuery() method. Additionally the logger now gets passed the array of types.
-
- 25 Jul, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-37 - Fix PostgreSQL Platform not supporting changes in Autoicnrement during ALTER TABLE generation
-
- 24 Jul, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-33 - Added flexible DateTime type that can be used as replacement when variable date/time parts are returned from the database, for example with PostgreSQL TIMESTAMP(n) and TIME(n) types
-
- 21 Jul, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
Fix for both DDC-710 and DDC-693, added many tests for null conversion and additional tests for the empty value conversion
-
- 11 Jul, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 07 Jul, 2010 1 commit
-
-
beberlei authored
-
- 30 Jun, 2010 1 commit
-
-
beberlei authored
-
- 28 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 27 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
DBAL-26 - Fix nasty bug with null values in Date, DateTime, DateTimeTz and Time fields introduced with the DBAL-22 fix
-