This website requires JavaScript.
Explore
Help
Sign in
RetailCRM-Mirror
/
doctrine2
Watch
1
Star
0
Fork
You've already forked doctrine2
0
mirror of
synced
2025-04-01 12:26:11 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
2c27435bb2
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