romanb
|
639718e95c
|
[2.0][DDC-335][DDC-347][DDC-317] Fixed. Also prepared DQL for CASE/COALESCE/NULLIF support.
|
2010-02-19 21:28:17 +00:00 |
|
beberlei
|
6f6628c22a
|
[2.0] DDC-336 DDC-337 - Commit missing file
|
2010-02-15 23:02:24 +00:00 |
|
beberlei
|
30d1b54db1
|
[2.0] DDC-337 - Collections that are fetched through StandardEntityPersister and ordered are sorted by any given ORDER BY snippet. Now only the DQL Parser is missing in this regard.
|
2010-02-14 21:21:43 +00:00 |
|
romanb
|
ca23555c3e
|
[2.0][DDC-79][DDC-261] Fixed. Also fixed support for deleting objects by reference (getReference() + remove() + flush()) to effectively delete objects without loading them.
|
2010-02-10 10:47:42 +00:00 |
|
romanb
|
4adc289596
|
[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 |
|
beberlei
|
8d607b1b78
|
[2.0] DDC-289 / DDC-264 - Added a Model and TestCase for OneToMany Unidirectional Assocations using a JoinTable and tested its defining feature (uniqueness).
|
2010-01-31 14:35:10 +00:00 |
|
beberlei
|
5af891d157
|
[2.0] DDC-197 - Add failing test on oracle as a challenge to fix OCI CLOB handling.
|
2009-12-06 23:40:38 +00:00 |
|
beberlei
|
466e96b491
|
[2.0] DDC-186 - Fixed SchemaTool indexes behaviour, changed a functional/integration model to use one index for test-coverage.
|
2009-12-04 07:19:51 +00:00 |
|
beberlei
|
120e6942e8
|
[2.0] DDC-115 - Fix for multiple class metadata instances because of classes being addressed with or without prepending namespace separator.
|
2009-11-04 19:59:34 +00:00 |
|
romanb
|
7bbdac1c88
|
[2.0][DDC-61][DDC-108] Fixed. Started exception refactoring.
|
2009-11-03 18:30:21 +00:00 |
|
romanb
|
94569baa0b
|
[2.0][DDC-88] Corrected accidental swap of precision/scale.
|
2009-11-01 11:09:27 +00:00 |
|
romanb
|
44045a6b83
|
[2.0][DDC-88] Quoted field name in decimal model as a little test for identifier quoting.
|
2009-11-01 11:04:03 +00:00 |
|
beberlei
|
e2962c73dc
|
[2.0] DDC-84 - Add Mysql Platform unittests for incremental changes of the metadata for the schematool update function. Fixed some quirks in the Unit-Test suite alongside, Fixed changes of length in SchemaTool update - Changes in two files were missing.
|
2009-10-31 22:24:29 +00:00 |
|
romanb
|
ac4b4889a6
|
[2.0][DDC-57] Fixed.
|
2009-10-26 13:05:32 +00:00 |
|
romanb
|
5b60f87859
|
[2.0] Fixed some known issues with inheritance, especially class table inheritance, like join columns not being selected.
|
2009-10-22 19:12:00 +00:00 |
|
romanb
|
c54d582568
|
[2.0] Added test coverage for native query with joined one-to-one association.
|
2009-10-22 09:10:59 +00:00 |
|
romanb
|
b8bcd51ff2
|
[2.0][DDC-32] Fixed.
|
2009-10-07 12:39:46 +00:00 |
|
romanb
|
435acc9188
|
[2.0][DDC-24] Fixed (together with some small misc. refactorings).
|
2009-10-01 12:00:14 +00:00 |
|
romanb
|
3d3bcc1742
|
[2.0][DDC-7] Fixed.
|
2009-09-15 12:24:38 +00:00 |
|
jwage
|
7c56bfa156
|
[2.0] Fixes issue with unique annotation on columns (closes #2476)
|
2009-09-08 18:12:01 +00:00 |
|
romanb
|
f0da001770
|
[2.0] Fixed and enhanced tests.
|
2009-09-05 09:22:34 +00:00 |
|
guilhermeblanco
|
51a0a912be
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:45:12 +00:00 |
|
guilhermeblanco
|
3ef0bf50e9
|
[2.0] Other fixes, removed E_FATAL of duplicate declaration and added test for Boolean type
|
2009-09-05 02:44:45 +00:00 |
|
romanb
|
a65ea05f01
|
[2.0] Fixed scale/precision support in SchemaTool
|
2009-09-04 20:31:11 +00:00 |
|
romanb
|
3d17cb0d60
|
[2.0] Applied fixes for character casing issues. Simplified inheritance mapping and improved handling of outer joins in Class Table Inheritance.
|
2009-08-17 17:58:16 +00:00 |
|
romanb
|
2ec4cc5cbe
|
[2.0] More cleanups for recent lazy-loading implementation and minor object hydration improvements and cleanups. Collection refactoring part I for ticket #2352.
|
2009-07-29 11:57:27 +00:00 |
|
romanb
|
62446f0f3c
|
[2.0] Cleanup for changeset #6172.
|
2009-07-28 16:36:24 +00:00 |
|
romanb
|
28ca2acb8b
|
[2.0] Refined implementation and semantics of the merge and detach operations. General cleanups and API improvements. Added a testcase for detaching/serializing->unserializing->modifying->merging to demonstrate the transparent serialization.
|
2009-07-25 16:33:29 +00:00 |
|
romanb
|
d674f1923d
|
[2.0] Fixed #2373. Some small perf. improvements for UnitOfWork.
|
2009-07-23 09:52:16 +00:00 |
|
romanb
|
b8090c99a3
|
[2.0] Moved locking tests into Functional namespace. Fixed several missing flush() calls in some functional association tests. Reordered DELETE statements for ecommerce model tests in OrmFunctionalTestCase in order to maintain referential integrity. Fixed issue with bi-directional self-referencing one-one associations. Some other small improvements and cosmetics. Small hydration performance improvement through inlining method call in UnitOfWork::createEntity().
|
2009-07-18 11:41:37 +00:00 |
|
romanb
|
2ffc7f17db
|
[2.0] Migrated AnnotationDriver to new annotation parser. Removed addendum vendor library.
|
2009-07-08 15:25:41 +00:00 |
|
piccoloprincipe
|
08f84793da
|
fixed parameter type hinting
|
2009-07-08 08:43:50 +00:00 |
|
piccoloprincipe
|
4910309674
|
added one-one self referential functional tests (closes #2276)
|
2009-07-06 12:42:14 +00:00 |
|
piccoloprincipe
|
ff115efbac
|
added many-many self referential functional tests (affects #2276)
|
2009-07-06 12:18:04 +00:00 |
|
romanb
|
f064de2af1
|
[2.0] Fixed issue with self-referential one-to-many associations not being persisted correctly when IDENTITY key generation was used. Included now passing OneToManySelfReferentialTest.
|
2009-07-03 17:36:41 +00:00 |
|
piccoloprincipe
|
4e70e5d80a
|
[2.0] added one-many self referential association test (addresses #2276)
|
2009-07-02 14:36:47 +00:00 |
|
romanb
|
31892fb4a8
|
[2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue.
|
2009-07-02 11:48:44 +00:00 |
|
piccoloprincipe
|
3f4cd46b96
|
[2.0] simplified removing code
|
2009-07-02 09:44:06 +00:00 |
|
piccoloprincipe
|
1b9b6c68e0
|
[2.0] added many-to-many uni and bi directional tests (affects #2276)
|
2009-07-02 09:37:59 +00:00 |
|
piccoloprincipe
|
0f2499f93b
|
[2.0] added Collection object creation
|
2009-07-02 07:47:24 +00:00 |
|
romanb
|
5b67754595
|
[2.0] Simplifying code. Including OneToManyBidirectionalAssociation test in AllTests
|
2009-07-01 13:45:31 +00:00 |
|
piccoloprincipe
|
1e0589928a
|
[2.0] added new bidirectional one-many association test (affects #2276)
|
2009-07-01 13:11:45 +00:00 |
|
romanb
|
01147039d4
|
[2.0] Simplifying code.
|
2009-07-01 13:08:24 +00:00 |
|
piccoloprincipe
|
8ccb7df1bb
|
[2.0] added new unidirectional one-one association test
|
2009-07-01 12:03:41 +00:00 |
|
romanb
|
f1885cb76b
|
[2.0] adjustments to new bidirectional one-one association test from Giorgio Sironi.
|
2009-07-01 10:04:22 +00:00 |
|
piccoloprincipe
|
4e50792a8d
|
[2.0] references #2276
|
2009-07-01 09:18:08 +00:00 |
|
jwage
|
ab2b3999c0
|
[2.0] Adding date and time types. Fixing CURRENT_DATE, CURRENT_TIMESTAMP and CURRENT_TIME functions
|
2009-06-20 14:24:21 +00:00 |
|
jwage
|
ada2c5c5a7
|
[2.0] Work on datetime dbal type and date portability
|
2009-06-20 12:59:33 +00:00 |
|
romanb
|
104398003c
|
[2.0] Parser work.
|
2009-06-14 17:34:28 +00:00 |
|
romanb
|
6e5a5068a6
|
[2.0] Converted constant values from strings to integers.
|
2009-06-07 17:20:37 +00:00 |
|