- 07 Dec, 2009 7 commits
-
-
beberlei authored
[2.0] DDC-194 - Fixed infinite recursion issue with references and @PostLoad annotation by telling proxy to be loaded before calling EntityPersister->load...
-
beberlei authored
[2.0] DDC-168 - Add test-case that proves that the order of reflFields matters for inserting, which causes problems with caching.
-
romanb authored
-
beberlei authored
-
romanb authored
-
romanb authored
[2.0] Fixed more STRICT standards notices (only variables should be passed by reference...). @beberlei, error_reporting=E_ALL | E_STRICT
-
romanb authored
[2.0] Fixed PHP Notice in SchemaTest (only variables should be passed by reference...) and a few other cosmetics in various parts.
-
- 06 Dec, 2009 11 commits
-
-
beberlei authored
[2.0] DDC-197 - Extended CLOB Test-Case even more with additional update of the string, which still works on OCI8
-
beberlei authored
[2.0] DDC-197 - Fix for OCI8 returning CLOBs as OCI-LOB instances, was it that easy? The test suggets that inserting clobs is not even requiring the temporary syntax anymore.. Great!
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
-
beberlei authored
[2.0] DDC-169 - Finished ALTER Table TableDiff refactoring, adding code to handle index and FK changes. Added a general functional test for alter table against all platforms.
-
beberlei authored
[2.0] DDC-169 - AbstractPlatform::getAlterTableSql() now accepts only a TableDiff instance as argument across all platforms.
-
- 05 Dec, 2009 6 commits
- 04 Dec, 2009 5 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-169 - Stripped case handling since its just a load of complex crap and doesn't solve any problem! Idea: just implement case-insensitivity in the comparator.
-
beberlei authored
[2.0] DDC-169 - Added possibility to control which case mode schema assets are created with in SchemaManager
-
beberlei authored
[2.0] DDC-186 - Fixed DatabaseDriver to work with new Schema abstraction, added functional test-cases for database to yaml convertion.
-
beberlei authored
[2.0] DDC-186 - Fixed SchemaTool indexes behaviour, changed a functional/integration model to use one index for test-coverage.
-
- 03 Dec, 2009 4 commits
-
-
beberlei authored
[2.0] DDC-191 - Added test that verifies mixed case identifier generation is default, when no case mode is set due to previous commit for DDC-169 ticket.
-
beberlei authored
[2.0] DDC-169 - Introduced handling of schema / database case-sensitivity differences and to allow compability between different platforms.
-
romanb authored
-
guilhermeblanco authored
-
- 02 Dec, 2009 6 commits
-
-
beberlei authored
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager Constraint API to accept Constraint interface, which is implemented by indexes and foreign keys.
-
romanb authored
-
romanb authored
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Sequences in their create and get sql methods.
-
beberlei authored
[2.0] DDC-169 - Changed AbstractPlatform and AbstractSchemaManager and children to accept Table, Index and ForeignKey instances for the respective create*() methods.
-
- 30 Nov, 2009 1 commit
-
-
beberlei authored
-