- 20 Jun, 2010 4 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
-
- 13 Jun, 2010 7 commits
-
-
beberlei authored
-
Roman S. Borschel authored
-
Roman S. Borschel authored
-
Roman S. Borschel authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 12 Jun, 2010 8 commits
-
-
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 Fix change to Postgresql NULL Column detection
-
beberlei authored
-
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 bug in Sqlite not specifying it supports auto-increment/identity (how did that work anyhow?)
-
beberlei authored
Fixed a problem in PostgreSql AutoIncrement Detection, changed Autoincrement API for platform/schema manager interaction a little bit
-
- 11 Jun, 2010 2 commits
- 09 Jun, 2010 12 commits
-
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
Juozas Kaziukenas authored
Signed-off-by: Juozas Kaziukenas <juozas@juokaz.com>
-
- 07 Jun, 2010 2 commits
-
-
Eriksen Costa authored
-
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 5 commits
-
-
Benjamin Eberlei authored
-
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
-