1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/lib/Doctrine/DBAL
2010-05-10 23:51:56 +02:00
..
Driver Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly. 2010-05-10 23:51:56 +02:00
Event [2.0] DDC-296 - Fix in quoting 2010-02-01 19:20:37 +00:00
Logging [2.0][DDC-274] Moved Sql to SQL loggers. Also implemented some todos. 2010-03-31 20:51:34 +00:00
Platforms Revertd partially the support to DBAL\Transaction, it was wrong. Fixed implementation of ORM\EntityTransaction and fixed tests. 2010-05-06 18:39:19 -03:00
Schema Cleanup in DB2 Platform and SchemaManager 2010-05-01 04:31:10 +02:00
Tools/Console [2.0][DDC-529] Fixed undeclared in dbal:run-sql command. Thanks for provided patch, Hannes. 2010-04-22 12:17:58 -03:00
Types Fixed #DDC-571 2010-05-08 14:29:43 +02:00
Configuration.php [DDC-512] Fixed. 2010-04-15 18:36:17 +02:00
Connection.php Renamed fetchRow to fetchAssoc, as defined in @todo list. Renamed getRollbackOnly to isRollbackOnly, since it is more consistent to its purpose. 2010-05-06 18:45:18 -03:00
ConnectionException.php [2.0][DDC-284] Fixed. API polish and some convention over configuration simplifications for join columns and join tables. 2010-02-09 17:13:49 +00:00
DBALException.php [2.0] DDC-92 - Completly removed DoctrineException in DBAL package 2010-02-19 22:43:39 +00:00
Driver.php Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly. 2010-05-10 23:51:56 +02:00
DriverManager.php Removed EntityTransaction until it has a real purpose. Added the affected entity to OptimisticLockException. Updated functional optimistic locking tests accordingly. 2010-05-10 23:51:56 +02:00
Events.php [2.0] DDC-294 - Added "postConnect" event in Doctrine\DBAL\Connection and refactored TestUtil to allow configuration of DBAL EventManager Subscribers by the use of PHPunit Xml configuration. 2010-01-31 21:51:15 +00:00
README.markdown [2.0] Adding blank README files 2010-04-06 03:04:02 +00:00
Statement.php [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. 2010-03-29 13:20:41 +00:00