- 14 Jan, 2012 2 commits
-
-
H. Westphal authored
-
Henrik Westphal authored
-
- 02 Jan, 2012 1 commit
-
-
Benjamin Eberlei authored
-
- 28 Dec, 2011 1 commit
-
-
Eric GELOEN authored
-
- 19 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 11 Dec, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 30 Oct, 2011 3 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 25 Sep, 2011 1 commit
-
-
Benjamin Eberlei authored
This reverts commit 869cb960.
-
- 07 Sep, 2011 1 commit
-
-
iBiryukov authored
-
- 26 Jun, 2011 2 commits
-
-
Benjamin Eberlei authored
-
Benjamin Eberlei authored
-
- 14 May, 2011 1 commit
-
-
Benjamin Eberlei authored
-
- 13 Mar, 2011 1 commit
-
-
Benjamin Eberlei authored
DBAL-15 - Add methods for SQL function conversion of types between PHP and database. Implementation inside ORM would now be necessary.
-
- 12 Dec, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 31 Oct, 2010 1 commit
-
-
Benjamin Eberlei authored
-
- 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 1 commit
-
-
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
-
- 28 Jun, 2010 1 commit
-
-
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
-
- 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 1 commit
-
-
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
-
- 08 May, 2010 1 commit
-
-
Christian Heinrich authored
-
- 18 Apr, 2010 1 commit
-
-
Benjamin Eberlei authored
DDC-496 Finished first versions of platform and schema manager for DB2, DDC-528 Added support for PDO_IBM driver, passing all but 3 tests that are related to CLOB fields
-
- 29 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-354][DDC-425] Fixed. Encapsulated SQL logging better in the DBAL. Added binding types to DBAL mapping types as well as using these binding types in the persisters. Query and NativeQuery now support PDO binding types as well as DBAL mapping types when binding parameters.
-
- 19 Mar, 2010 1 commit
-
-
jwage authored
[2.0] Improving EntityGenerated: added normal doc blocks above annotations(even if annotations aren't generated), adding type hinting, added generation of default values for properties
-
- 15 Mar, 2010 1 commit
-
-
romanb authored
[2.0] Code cleanups. Preparations for DDC-193. Fixed DDC-399, type configuration remains global for now but the irritating instance methods on the Configuration have been removed. Use Type::addType et al. Added TODOs for naming standards.
-
- 05 Mar, 2010 1 commit
-
-
romanb authored
[2.0][DDC-92] Fixed. Patch provided by Christian Heinrich. [DDC-274] Started some method renaming. [DDC-142] Fixed (join column names and discriminator column names dont support quoting) [DDC-258] Fixed.
-
- 27 Feb, 2010 1 commit
-
-
romanb authored
-
- 26 Feb, 2010 1 commit
-
-
beberlei authored
[2.0] DDC-365 - Added tests for several missing column types - also showing that decimals come and go correctly into the database.
-
- 21 Feb, 2010 1 commit
-
-
beberlei authored
-
- 19 Feb, 2010 1 commit
-
-
beberlei authored
-
- 16 Jan, 2010 1 commit
-
-
beberlei authored
DDC-179 - Fixed issue with persistance of date fields by moving ! operator to the convertToPhpValue method.
-
- 03 Dec, 2009 1 commit
-
-
guilhermeblanco authored
-
- 21 Nov, 2009 1 commit
-
-
romanb authored
[2.0][DDC-164][DDC-165] Fixed. Cleaned up ManyToManyMapping. Cleaned up identifier handling and handling of composite identifiers in some places.
-
- 07 Oct, 2009 1 commit
-
-
jwage authored
-