- 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
-
- 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
-
- 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 1 commit
-
-
Eriksen Costa authored
-