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
2024-12-15 07:36:03 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
709dfb52c4
doctrine2
/
tests
/
Doctrine
/
Tests
/
ORM
/
Functional
/
SchemaTool
History
beberlei
2c27435bb2
[2.0] - DDC-169 - Completed refactoring of SchemaTool::getCreateSql() to use new DBAL Schema API, several internal optimizations in SchemaTool are now possible. Stripped out shared functionality with getUpdateSql() so that this part of SchemaTool is still completly working with the old API.
2009-11-28 10:48:51 +00:00
..
AllTests.php
[2.0] Fixed scale/precision support in SchemaTool
2009-09-04 20:31:11 +00:00
MySqlSchemaToolTest.php
[2.0] - DDC-169 - Completed refactoring of SchemaTool::getCreateSql() to use new DBAL Schema API, several internal optimizations in SchemaTool are now possible. Stripped out shared functionality with getUpdateSql() so that this part of SchemaTool is still completly working with the old API.
2009-11-28 10:48:51 +00:00
PostgreSqlSchemaToolTest.php
[2.0] Fixes issue with unique annotation on columns (
closes
#2476
)
2009-09-08 18:12:01 +00:00