- 30 Sep, 2010 4 commits
-
-
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
-
- 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.
-
- 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
-
- 21 Jun, 2010 1 commit
-
-
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 4 commits
-
-
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
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
-
- 12 Jun, 2010 4 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
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-
- 11 Jun, 2010 1 commit
-
-
beberlei authored
-
- 09 Jun, 2010 1 commit
-
-
Juozas Kaziukenas authored
Signed-off-by:
Juozas Kaziukenas <juozas@juokaz.com>
-
- 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 4 commits
-
-
beberlei authored
Added registerDoctrineMappingType() and getDoctrineMappingType() methods, converted DB2 platform and added some tests, made all platforms work for now Support Sqlite Migrated MySQL to Doctrine Type Map Fixed nasty bug in testcase Migrated Postgres to support Doctrine Mapping Types Refactored Oracle Platform to support Doctrine Mapping Types Refactored DB2 support for Doctrine Mapping Types a little bit
-
Benjamin Eberlei authored
-
beberlei authored
-
beberlei authored
-
- 15 May, 2010 1 commit
-
-
Benjamin Eberlei authored
Added a bunch of functional tests for the public read, write and transactional public DBAL API, passing all the current drivers Added a Write Test
-
- 14 May, 2010 2 commits
-
-
Roman S. Borschel authored
-
Roman S. Borschel authored
-
- 13 May, 2010 1 commit
-
-
Roman S. Borschel authored
-
- 10 May, 2010 1 commit
-
-
Roman S. Borschel authored
Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly.
-