Benjamin Eberlei
|
e2c1ff1a48
|
[DDC-2175] Fix bug in JoinedSubclassPersister
|
2012-12-24 10:39:23 +01:00 |
|
Patrick Schwisow
|
bc6921504a
|
[DDC-1690] Created unit test
|
2012-12-21 14:32:10 -06:00 |
|
Francis Besset
|
657a54da84
|
Passed column options to the join column
|
2012-12-04 12:26:40 +01:00 |
|
Jan Kramer
|
9b78100378
|
[DDC-2074] Added test for PersistentCollection#clear.
|
2012-11-25 19:27:24 +01:00 |
|
Benjamin Eberlei
|
5e2a433828
|
Inlined Test and Entities into DDC2138Test
|
2012-11-12 14:59:48 +01:00 |
|
Fabio B. Silva
|
62f43e6ea2
|
remove require_once
|
2012-11-05 22:23:44 -02:00 |
|
Fabio B. Silva
|
a09a5b9b7b
|
Fix DDC-2084
|
2012-11-05 22:23:44 -02:00 |
|
Fabio B. Silva
|
5cb4466f7c
|
Fix test case
|
2012-09-30 15:47:00 -03:00 |
|
Fabio B. Silva
|
4510f5a5b8
|
Fix DDC-2012
|
2012-09-30 15:40:19 -03:00 |
|
Benjamin Eberlei
|
bc2476f342
|
[DDC-1918] Fix weird results at the end of paginator when using fetch joins
|
2012-08-29 15:16:07 +02:00 |
|
Benjamin Eberlei
|
7c1235dedb
|
[DDC-1964] Fix issue with refresh and and object hydrator not setting field to null explicitly to override possible previous values.
|
2012-07-29 11:25:45 +02:00 |
|
Marco Pivetta
|
5b3eee8071
|
DDC-1925 - squashing ticket tests into a single file
|
2012-07-20 00:03:39 +02:00 |
|
Marco Pivetta
|
81f97e92d3
|
Adding tests for DDC-1925
|
2012-07-19 22:00:56 +02:00 |
|
Benjamin Eberlei
|
3783ca6b43
|
[DDC-1707] Working testcase
|
2012-07-07 17:15:32 +02:00 |
|
Fabio B. Silva
|
632d13ba0c
|
fix extra lazy count
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
fe11831bd7
|
test remove item and clear collection
|
2012-07-04 17:11:43 -03:00 |
|
Fabio B. Silva
|
076663fe3a
|
fix DDC-1885 in persisters
|
2012-07-04 17:11:42 -03:00 |
|
Fabio B. Silva
|
e0a236a9af
|
fix DDC-142 load OneToOne EAGER
|
2012-06-18 14:43:00 -03:00 |
|
Fabio B. Silva
|
cd806b83db
|
fix DDC-142 persist OneToOne
|
2012-06-18 14:42:59 -03:00 |
|
Fabio B. Silva
|
7807d6806c
|
fix delete join table not owning side
|
2012-06-18 14:42:59 -03:00 |
|
Fabio B. Silva
|
2afe24f51c
|
start to work in xxToOne quote
|
2012-06-18 14:42:58 -03:00 |
|
Fabio B. Silva
|
a75c672ee7
|
fix sequence and join columns
|
2012-06-18 14:42:57 -03:00 |
|
Fabio B. Silva
|
f335f23145
|
tests for quoted columns metadata
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
8fec73673d
|
fix DDC-1719 in persiter and query level
|
2012-06-18 14:42:56 -03:00 |
|
Fabio B. Silva
|
505bdb9c03
|
missing files
|
2012-06-18 14:42:54 -03:00 |
|
Benjamin Eberlei
|
3398d1e287
|
[DDC-1685] Fix bug in OutputWalker when used on entities with Foreign Key as Primary Key.
|
2012-05-27 18:33:35 +02:00 |
|
Benjamin Eberlei
|
f566b79c87
|
Fix coding standards
|
2012-05-04 19:16:07 +02:00 |
|
Aigars Gedroics
|
5392133beb
|
[DDC-1757] test checks DQL only now, doesn't create schema anymore
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
3ddc461d30
|
[DDC-1757] Fix moved to private method, test improved.
|
2012-04-20 16:06:21 +03:00 |
|
Aigars Gedroics
|
a1ab3e8cf4
|
DDC-1757 test and patched query builder
|
2012-04-20 16:06:21 +03:00 |
|
Tim Nagel
|
6cbdf53975
|
Fixed DDC1778
|
2012-04-16 13:03:19 +10:00 |
|
Benjamin Eberlei
|
0a78f7bc11
|
[DDC-1695] Fix bug in SQL Walker array hydration with escaped fields.
|
2012-03-11 23:27:51 +01:00 |
|
Benjamin Eberlei
|
1bbd52b8ee
|
[DDC-1652] Fix SqlWalker to include foreign key identifiers in SQL SELECT statement no matter what the meta column setting is suggesting.
|
2012-02-20 17:48:34 +01:00 |
|
Benjamin Eberlei
|
68436fee75
|
[DDC-1654] Add support for orphanRemoval on ManyToMany associations. This only makes sense when ManyToMany is used as uni-directional OneToMany association with join table. The join column has a unique constraint on it to enforce this on the DB level, but we dont validate that this actually happens. Foreign Key constraints help prevent issues and notify developers early if they use it wrong.
|
2012-02-20 10:33:16 +01:00 |
|
Benjamin Eberlei
|
9fc1d85e8d
|
[DDC-1643] Fix bugs when cloning PersistentCollection and re-using it.
|
2012-02-18 00:42:21 +01:00 |
|
Benjamin Eberlei
|
d995c6dbdc
|
[DDC-1655][DDC-1650][DDC-1556] Fix issues with @postLoad Callback being not fired, or fired multiple times.
|
2012-02-17 23:27:16 +01:00 |
|
Benjamin Eberlei
|
e774b1d8c0
|
Fix test for non-mysql like datetimes.
|
2012-01-29 15:02:40 +01:00 |
|
Benjamin Eberlei
|
3407620bf8
|
[DDC-1526] Collections are not marked as initialized when they are fetch joined but dont contain any results. This only occurs when using LEFT JOINs on the assocations and causes another query to be fired when the empty collection is accessed again.
|
2012-01-28 12:28:16 +01:00 |
|
Benjamin Eberlei
|
e0fc09994c
|
DDC-742 - Flush Memcache, otherwise fail.
|
2012-01-18 21:32:56 +01:00 |
|
Guilherme Blanco
|
fdb2b9c655
|
Optimized scalar type mapping support.
|
2012-01-16 14:26:13 -05:00 |
|
Benjamin Eberlei
|
56ea4872ca
|
DDC-1594 - Fix problem with merge and an existing managed proxy instance.
|
2012-01-15 15:48:44 +01:00 |
|
Guilherme Blanco
|
ea14bcff4a
|
Fixed DDC-657. Added type conversion to scalar result.
|
2012-01-13 20:46:59 -05:00 |
|
Guilherme Blanco
|
52ee848bcb
|
Added coverage to DDC-1595 and DDC-1596.
|
2012-01-13 00:37:59 -05:00 |
|
Benjamin Eberlei
|
76e4f5a80b
|
DCOM-93 - Removed reflection dependency from ClassMetadata completly, moving all the code into ClassMetadataInfo for BC reasons.
|
2012-01-02 21:32:18 +01:00 |
|
Benjamin Eberlei
|
a6deb51a05
|
DDC-1360 - Bugfix in quoting mechanism inside ClassMetadataInfo
|
2011-12-28 20:29:01 +01:00 |
|
Guilherme Blanco
|
772f58a95b
|
Removed test since I'm unable to test now.
|
2011-12-20 00:48:19 -05:00 |
|
Guilherme Blanco
|
f6eb83705a
|
Added coverage to DDC-1521. Small CS changes.
|
2011-12-20 00:05:14 -05:00 |
|
Benjamin Eberlei
|
cd6131c9b8
|
Remove all trailing whitespaces
|
2011-12-19 22:56:19 +01:00 |
|
Guilherme Blanco
|
68663fac4b
|
Fixed issue when one to one badly populated when containing null values. Fixed DDC-1548.
|
2011-12-19 10:55:29 -05:00 |
|
Alexander
|
108cb53eef
|
Merge pull request #229 from bschussek/DDC-1545
DDC-1545
|
2011-12-19 03:22:49 -08:00 |
|