- 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.
-
- 31 Aug, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Aug, 2010 2 commits
-
-
Benjamin Eberlei authored
DDC-684 - Fix flaw in build process, DBAL PEAR package now does not contain Common code and just adds a dependency on the PEAR channel. Additional full package is generated into dist/
-
Benjamin Eberlei authored
-
- 29 Aug, 2010 1 commit
-
-
beberlei authored
DDC-765 - Fix console by converting DBAL Symfony\Components to Symfony\Cpmponent as done for ORM package before
-
- 23 Aug, 2010 3 commits
-
-
Jonathan H. Wage authored
-
Jonathan H. Wage authored
-
ornicar authored
-
- 15 Aug, 2010 2 commits
-
-
Benjamin Eberlei authored
-
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.
-
- 07 Aug, 2010 1 commit
-
-
Roman S. Borschel authored
-
- 27 Jul, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 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 2 commits
-
-
Benjamin Eberlei authored
-
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
-
- 09 Jul, 2010 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 07 Jul, 2010 1 commit
-
-
beberlei authored
-
- 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 2 commits
- 28 Jun, 2010 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 27 Jun, 2010 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DBAL-26 - Fix nasty bug with null values in Date, DateTime, DateTimeTz and Time fields introduced with the DBAL-22 fix
-
- 26 Jun, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 21 Jun, 2010 2 commits
-
-
Benjamin Eberlei authored
DBAL-22 Change check for array and object values into strict false check instead of using is_array and is_object
-
Benjamin Eberlei authored
DBAL-22 - Throw ConversionException if DateTime, Time, Date, DateTimeTz, Array or Object conversions from the Database to PHP fail
-
- 20 Jun, 2010 6 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
DBAL-11 - Changed Interface of SQLLogger to allow for timing variables, added tests for logging. Contract of Loggers changed, they are not called before the query but after the query they are logging, which means queries that fail wont appear in the logs.
-
Benjamin Eberlei authored
-
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 - Make DateTime type the fallback for platforms not supporting DateTimeTz, add test for the later and test for default DateTimeZone
-
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
-