1
0
mirror of synced 2024-12-13 14:56:01 +03:00
doctrine2/lib/Doctrine/DBAL
2009-10-14 20:18:36 +00:00
..
Driver [2.0] Preparing to address character casing issue. 2009-08-15 18:11:51 +00:00
Logging [2.0] More preparations to fix character casing issue. Reverted and completed ConditionalPrimary parsing and added more tests for this. 2009-08-16 16:36:00 +00:00
Platforms [2.0][DDC-42] Fixed. 2009-10-13 10:48:46 +00:00
Schema [2.0] DBAL cleanups (DDC-46). Proxy class improvements (DDC-19, DDC-39). Started new UPGRADE_TO document for upgrade instructions between advancing Doctrine 2 versions. 2009-10-14 20:18:36 +00:00
Types [2.0] Work on mapping drivers, exporter drivers and reverse engineering of database schemas 2009-10-07 04:07:23 +00:00
Configuration.php [2.0] Fixed several referential integrity issues. Fixed critical issue with inserts being run twice on postgresql/oracle. Added support for additional tree walkers that modify the AST prior to SQL construction and started to play with it in a testcase. 2009-08-13 10:13:06 +00:00
Connection.php [2.0] Added missing connect() call in Connection:quote, which was throwing E_FATAL when using DQL. Thanks Damon Jones for the report 2009-09-05 18:27:37 +00:00
ConnectionException.php [2.0] More replacing of old style of exceptions to intermediate step 2009-02-19 07:07:44 +00:00
Driver.php [2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions. 2009-06-22 18:48:42 +00:00
DriverManager.php [2.0][DDC-42] Fixed. 2009-10-13 10:48:46 +00:00
Events.php [2.0] Adding missing event classes and some AnnotationDriver refactorings. 2009-07-15 16:31:59 +00:00