romanb
|
92214eaf37
|
[2.0] Part II for ticket #2352. Fixed #2352.
|
2009-07-29 12:00:08 +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 |
|
piccoloprincipe
|
c073f1d113
|
[2.0] completed implementation of lazy loading for Collections. Created debug helper class. Fixed default for orderBy clause to ASC
|
2009-07-28 11:43:42 +00:00 |
|
romanb
|
2807a83d5d
|
[2.0] Started to simplify commit order calculation.
|
2009-07-27 09:50:22 +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
|
da07bf4a37
|
[2.0] Small refactorings.
|
2009-07-24 11:33:38 +00:00 |
|
romanb
|
d674f1923d
|
[2.0] Fixed #2373. Some small perf. improvements for UnitOfWork.
|
2009-07-23 09:52:16 +00:00 |
|
romanb
|
1299e83853
|
[2.0] Fixed docblock and return value from previous commit.
|
2009-07-21 15:57:11 +00:00 |
|
romanb
|
ae1b9371ec
|
[2.0] Fixed #2366.
|
2009-07-21 15:53:58 +00:00 |
|
romanb
|
49434b0322
|
[2.0] Further cleanups. Started eager loading support.
|
2009-07-21 09:25:14 +00:00 |
|
romanb
|
7297ac7baa
|
[2.0] Addressed #2363.
|
2009-07-19 16:54:53 +00:00 |
|
romanb
|
59cf1f745d
|
[2.0] added entity lifecycle events.
|
2009-07-18 18:06:30 +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
|
0c8a35f731
|
[2.0] Cosmetics.
|
2009-07-15 06:46:43 +00:00 |
|
jwage
|
be966b0cd9
|
[2.0] Fixing doc block for _useCExtension flag
|
2009-07-10 21:49:47 +00:00 |
|
jwage
|
1aeff68c0f
|
[2.0] Initial commit to make hydration work with C extension
|
2009-07-10 21:47:42 +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 |
|
romanb
|
31892fb4a8
|
[2.0] Fixed cascading issue (#2307). Fixed many-many object hydration issue.
|
2009-07-02 11:48:44 +00:00 |
|
romanb
|
455f877486
|
[2.0] Minor refactorings and docblock adjustments. Fixed #3202.
|
2009-06-30 16:00:28 +00:00 |
|
romanb
|
537c8e4951
|
[2.0] Implemented DQL bulk DELETE support for Class Table Inheritance. Other cleanups, refactorings and docblock additions.
|
2009-06-22 18:48:42 +00:00 |
|
romanb
|
104398003c
|
[2.0] Parser work.
|
2009-06-14 17:34:28 +00:00 |
|
jwage
|
f994680d54
|
[2.0] More general work on the Platform and SchemaManager classes(primarily pgsql)
|
2009-05-28 21:34:35 +00:00 |
|
romanb
|
292e93ded4
|
[2.0] Formatting issues.
|
2009-05-28 11:39:16 +00:00 |
|
romanb
|
a758b56551
|
[2.0] Introduced SQL logging facilities. Made Type constructor private to prevent instantiation and force use of the factory method getType().
|
2009-05-28 11:13:12 +00:00 |
|
romanb
|
d2405ded5d
|
[2.0] Enhanced one-to-one self-referential association handling.
|
2009-05-26 15:42:54 +00:00 |
|
romanb
|
a421692679
|
[2.0] Fixed Query Cache (+testcase) and some E_STRICT errors.
|
2009-05-21 19:18:14 +00:00 |
|
romanb
|
eb6c6b2d16
|
[2.0] Some small optimizations.
|
2009-05-19 16:24:17 +00:00 |
|
romanb
|
4f5b332d34
|
[2.0] Adding insert performance tests.
|
2009-05-19 16:11:08 +00:00 |
|
romanb
|
c07416ac39
|
[2.0] Fixing replacement of StandardEntityPersister.
|
2009-05-17 20:45:50 +00:00 |
|
romanb
|
60f6020b5f
|
[2.0] Intermediate commit.
|
2009-05-17 20:42:58 +00:00 |
|
romanb
|
4d13925b1c
|
[2.0] Some hydration and DQL parser work.
|
2009-05-17 19:27:12 +00:00 |
|
romanb
|
e79c45f9ac
|
[2.0] Fixed issues discovered during code coverage report generation. Made all ClassMetadata properties public (good reasons, read the class docblock). Performance improvements.
|
2009-05-14 10:03:09 +00:00 |
|
romanb
|
ecd30bc242
|
[2.0] Started to implement proxy object handling. Introduced a configuration switch for partial objects (allowPartialObjects) that defaults to TRUE. Setting to FALSE enables proxying and lazy-loading.
|
2009-05-13 15:19:27 +00:00 |
|
romanb
|
e0488ff8fc
|
[2.0] First draft of EntityManager#merge(). First draft of DynamicProxyGenerator.
|
2009-05-11 10:43:27 +00:00 |
|
romanb
|
cfae81e11a
|
[2.0] Fixed hydration for bi-directional many-many associations.
|
2009-05-07 16:36:27 +00:00 |
|
romanb
|
96f4d511e8
|
[2.0] Improved changeset detection.
|
2009-05-05 18:39:25 +00:00 |
|
romanb
|
a6d9236ef2
|
[2.0] Fixes and enhancements to sequence generators. Test suite now runs & passes against postgres. Other minor, unrelated cleanups.
|
2009-05-05 17:20:55 +00:00 |
|
romanb
|
80de567817
|
[2.0] Fixed issue in changeset calculation.
|
2009-05-03 11:49:48 +00:00 |
|
romanb
|
ae7be288e1
|
[2.0] Work on single table inheritance with more functional tests.
|
2009-05-03 10:58:16 +00:00 |
|
romanb
|
5a00a9472c
|
Implemented three change tracking policys. First test for usage of NotifyPropertyChanged.
|
2009-04-24 21:08:59 +00:00 |
|
romanb
|
ee46dba332
|
[2.0] Moved code between Query and AbstractQuery. Added first NativeQuery implementation. Hydration work and code movements for discriminator column usage. Started implementing Single Table Inheritance.
|
2009-04-12 19:02:12 +00:00 |
|
romanb
|
523c93c2f1
|
[2.0] Refactored SQL query building process and hydration. Hydration should now support result sets with any number of root components. Introducing ResultSetMapping that is used by hydration instead of queryComponents. This allows mapping of arbitrary SQL queries (NativeQuery).
|
2009-04-09 18:12:48 +00:00 |
|
romanb
|
f9a222817c
|
[2.0] Work on ID generators, functional tests and more.
|
2009-03-30 19:43:05 +00:00 |
|
romanb
|
7479a0cf9b
|
[2.0] Starting to improve functional tests. First basic functional query tests.
|
2009-03-28 20:59:07 +00:00 |
|
romanb
|
22de495e19
|
[2.0] Cleaned up old Production/Parser classes.
|
2009-03-14 09:05:52 +00:00 |
|
jwage
|
43b6791919
|
[2.0] More replacing of old style of exceptions to intermediate step
|
2009-02-19 07:07:44 +00:00 |
|
romanb
|
2ef81cf2a9
|
[2.0] Various small changes and enabling the collection tests.
|
2009-02-17 10:54:18 +00:00 |
|
romanb
|
9dcab5ee63
|
Small reorganizations, improvements and progress.
|
2009-02-07 17:02:13 +00:00 |
|
romanb
|
2eb4a16dd4
|
[2.0] More progress on the UnitOfWork and collections. First basic functional many-many test.
|
2009-02-06 17:16:39 +00:00 |
|
romanb
|
886c961108
|
[2.0] Continued work on association mappings and class exporting (DDL generation). Fixed #1863.
|
2009-02-04 16:35:36 +00:00 |
|