This website requires JavaScript.
Explore
Help
Sign In
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
0
You've already forked doctrine2
mirror of
synced
2025-01-18 22:41:43 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
doctrine2
/
tests
/
Doctrine
/
Tests
/
DBAL
History
beberlei
3de3bbb969
[2.0] DDC-302 - Drop convenience methods since their API is somewhat strange, have to think about something else. Dropped AbstractSchemaManager::listTableConstraints() support - since it only returns the names of all constraints, which are already returned much more nicely with listTableIndexes().
2010-02-10 22:45:39 +00:00
..
Events
[2.0] DDC-296 - Fix in quoting
2010-02-01 19:20:37 +00:00
Functional
[2.0] DDC-302 - Drop convenience methods since their API is somewhat strange, have to think about something else. Dropped AbstractSchemaManager::listTableConstraints() support - since it only returns the names of all constraints, which are already returned much more nicely with listTableIndexes().
2010-02-10 22:45:39 +00:00
Mocks
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
2009-10-01 12:00:14 +00:00
Platforms
[2.0] DDC-200 Implemented support for @columnDefinition - even with support to pass the definition to join columns if necessary for relations.
2010-01-20 22:35:18 +00:00
Schema
[2.0] DDC-301 - Table Primary Key Columns should explicitly set to notnull => true.
2010-02-04 18:23:38 +00:00
Types
DDC-179 - One more test for possible summer-time crazyness
2010-01-13 18:17:36 +00:00
AllTests.php
[2.0] DDC-296 - Implement and document Mysql Session Init 'postConnect' Subscriber
2010-02-01 18:56:06 +00:00
ConnectionTest.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
DriverManagerTest.php
[2.0] DDC-92 - Refactored Doctrine\DBAL\DriverManager some more in regards to exceptions and added some more test-cases.
2010-01-23 23:12:27 +00:00