Lukasz Antoniak
87eae02f5c
HHH-7918 - Completely recalculate entity state on merge
2013-01-28 14:53:45 -05:00
Lukasz Antoniak
357b12c040
HHH-7918 - Fix and test
2013-01-28 14:53:45 -05:00
Lukasz Antoniak
11ed12ef8f
HHH-7437 - Fix and test
...
(cherry picked from commit bcf73bd32c
)
2013-01-28 14:53:05 -05:00
Brett Meyer
f70234c5ee
HHH-7902 Replace JDBC proxies with a set of contracts/helpers
...
HHH-7902 Merged JdbcResourceRegistry into JdbcCoordinator. Parts of
LogicalConnection moved into JdbcCoordinator as well.
HHH-7902 Replaced Statement#close and ResultSet#close calls with
JdbcCoordinator#release
HHH-7902 Enforced the use of StatementPreparer, instead of Connection
HHH-7902 ResultSetExtractor. Replaced all instances of execute,
executeQuery, executeUpdate, etc.
HHH-7902 Refactored AbstractReturningDelegate to give access to
jdbcCoordinator
HHH-7902 Corrected test failures
HHH-7902 Removed resource registry use from JdbcIsolation workers
HHH-7902 Corrected a few bugs in JdbcCoordinator and ResultSetExtractor.
HHH-7902 ResultSetExtractor -> ResultSetReturn. Reworked proxy tests to
test the new APIs.
2013-01-14 13:49:15 -05:00
Lukasz Antoniak
2fc81e9d98
HHH-7870 - Fix and test
...
(cherry picked from commit 0713cea180
)
2013-01-10 15:09:49 +01:00
Steve Ebersole
93f4fe0668
HHH-7667 - Investigate expanding bytecode enhancement support
2012-12-18 14:28:39 -06:00
Lukasz Antoniak
6498ca969c
HHH-7800 - Tests cleanup
2012-11-22 12:21:56 +01:00
Csaba Varga
ca44ff7949
HHH-7800: Fixed "maximize" doesn't work inside a disjunction issue
2012-11-22 12:06:39 +01:00
Csaba Varga
d5a40bbd1f
HHH-7800: added unit test to demonstrate broken behavior ("maximize"
...
does not work inside an AuditDisjunction)
2012-11-22 12:06:30 +01:00
Csaba Varga
ac95b64aad
HHH-7800: Fixed "between" doesn't work inside a disjunction issue
2012-11-22 12:06:19 +01:00
Lukasz Antoniak
ec7993e20e
HHH-5910 - Fix and test
...
(cherry picked from commit c01dd40a65
)
2012-11-19 19:07:03 +01:00
Lukasz Antoniak
fc69e24b5a
HHH-7780 - Proper enumeration named/ordinal discovery
2012-11-14 16:36:43 +01:00
Lukasz Antoniak
94e13074c1
HHH-3854 - Fix and test
2012-11-11 18:09:22 +01:00
Lukasz Antoniak
55e8efc8f0
HHH-6349 - Test cleanup
2012-10-30 17:32:03 +01:00
Erik-Berndt Scheper
9d84c8dea8
HHH-6349 Testcase: AuditJoinTable rows missing when detached entities with collections are merged into the persistence context
2012-10-30 17:32:02 +01:00
Erik-Berndt Scheper
e826dde7bb
HHH-6349 Testcase: AuditJoinTable rows missing when detached entities with collections are merged into the persistence context
2012-10-30 17:32:01 +01:00
Lukasz Antoniak
73bae00c1c
HHH-7669 - Oracle sequences ordered
2012-10-30 09:24:51 +01:00
brmeyer
51feb11265
HHH-7682 Audit records are not rolled back when transaction is rolled
...
back
2012-10-25 10:12:37 -04:00
Lukasz Antoniak
cac5ddea21
HHH-7690 - @EmbeddedId with @ManyToOne inside
2012-10-25 13:19:02 +02:00
brmeyer
ce573c8856
HHH-7669: JtaTransaction test fails on Oracle RAC
...
https://hibernate.onjira.com/browse/HHH-7669
2012-10-23 17:49:50 -04:00
brmeyer
518fa90dd7
HHH-7569 Correct test-only failures in hibernate-core-master-matrix CI
...
job(cherry picked from commit 69442c6ea7
)
2012-09-18 07:14:07 -04:00
Lukasz Antoniak
a195c6805b
HHH-7543 - Fix and test
2012-08-24 22:24:08 +02:00
Lukasz Antoniak
dafe837487
HHH-7212 - Fix
2012-08-23 22:41:04 +02:00
Lukasz Antoniak
0c0f951715
HHH-4751 - Fix and test
2012-08-16 09:52:58 +02:00
Lukasz Antoniak
2043477e72
HHH-7157 - Fix and test
2012-08-11 10:05:22 +02:00
Strong Liu
cc7d8d8e08
HHH-7385 change to use gradle 1.1
2012-08-08 17:53:17 +08:00
Janario Oliveira
edeecef3cf
HHH-7108 TypeDef with Enum, included inside of EnumType its own properties to create itself
2012-08-06 23:37:20 -03:00
Strong Liu
30ea6c9025
HHH-6662, HHH-7445 - Fix and test
2012-08-03 18:21:32 +08:00
Lukasz Antoniak
ffa9cf5768
HHH-5565 - Fix and test
2012-06-17 15:26:11 +02:00
Steve Ebersole
bd7b54a4ea
cleanup missed references to matrix sourceSet
2012-06-08 07:59:54 -05:00
Steve Ebersole
b0bdda1141
consolidate src/test and src/matrix
2012-06-07 14:12:06 -05:00
Lukasz Antoniak
77d83b8a10
HHH-5411 - Fix and test
2012-06-07 14:08:15 +02:00
Lukasz Antoniak
8211c97ace
HHH-7295 - Simplify ValidityAuditStrategy#perform() method
2012-05-30 18:49:40 +02:00
Steve Ebersole
06f0a13ee3
HHH-7295 - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly
2012-05-30 08:55:20 -05:00
Steve Ebersole
835f4452eb
HHH-7295 - ParentAuditing Test in Envers Testsuite fails across different databases with different error messages because Hibernate does not set LockMode correctly
2012-05-29 15:45:07 -05:00
Lukasz Antoniak
af554fe59b
HHH-7093 - ValidityAuditStrategy behaviour depending on row value constractor feature
2012-05-23 21:32:47 +02:00
Lukasz Antoniak
007bbe45a9
HHH-7294 - Fixing test case
2012-05-03 14:42:25 +02:00
Lukasz Antoniak
779e70df4d
HHH-7187 - Fix ValidityAuditStrategyRevEnd tests
2012-04-29 13:27:28 +02:00
Lukasz Antoniak
f7708a9c6c
HHH-7246 - Fix and test
2012-04-24 22:41:49 +02:00
Lukasz Antoniak
6a7b70d4cc
HHH-7187 - Fixing tests on Sybase
2012-04-22 12:50:23 +02:00
Steve Ebersole
3cd58b6e79
HHH-7266 - Move away from use of Enhydra developed DataSource for JTA testing
2012-04-20 18:59:06 -05:00
Lukasz Antoniak
95ec3457af
HHH-7187 - Renaming and documenting enhanced revision entity
2012-04-19 23:49:41 +02:00
Lukasz Antoniak
c41fee2a07
HHH-7187 - Moving AbstractEntityTest
2012-04-19 20:15:46 +08:00
Lukasz Antoniak
c7aa99d0d3
HHH-7187 - New Envers base test classes
2012-04-19 20:15:46 +08:00
Lukasz Antoniak
7e6815c80c
HHH-7187 - Enable USE_NEW_ID_GENERATOR_MAPPINGS
2012-04-19 20:15:45 +08:00
Lukasz Antoniak
c76810ac47
HHH-7187 - Manual flush mode and @PrimaryKeyJoinColumn tests
2012-04-19 20:15:45 +08:00
Lukasz Antoniak
b8e356f966
HHH-7187 - Fixing tests on PostgreSQL
2012-04-19 20:15:44 +08:00
Lukasz Antoniak
68dda2c242
HHH-7187 - H2 manual flush tests fix
2012-04-19 20:15:44 +08:00
Lukasz Antoniak
c4822556c1
HHH-7187 - Enhanced default revision entity
2012-04-19 20:15:44 +08:00
Lukasz Antoniak
775b6da1db
HHH-7187 - Fixing tests on Oracle
2012-04-19 20:15:43 +08:00