Matthias Kurz
|
924fce2c86
|
HHH-9126 Support new functions in PostgreSQL 9.4
|
2014-05-19 15:01:21 -04:00 |
Lukasz Antoniak
|
b9dc1e3d48
|
HHH-9200 - Natural id cache statistics are not cleared
|
2014-05-19 13:56:35 -04:00 |
Steve Ebersole
|
cb87d8ff7a
|
HHH-9154 - keywords as parameter names
|
2014-05-15 09:47:09 -05:00 |
Gail Badner
|
483bfdb74d
|
HHH-9189 HHH-9189 : Initial value for sequence in HBM mapping
|
2014-05-14 16:47:08 -07:00 |
Gail Badner
|
e4426c9249
|
HHH-9169 : SQLServer2012Dialect creates sequences starting from Long.MIN_VALUE
|
2014-05-14 13:44:17 -07:00 |
Gail Badner
|
2a27b7de98
|
HHH-9169 : SQLServer2012Dialect creates sequences starting from Long.MIN_VALUE
|
2014-05-14 12:56:21 -07:00 |
Gail Badner
|
642012aac0
|
HHH-9169 : SQLServer2012Dialect creates sequences starting from Long.MIN_VALUE
|
2014-05-14 12:56:11 -07:00 |
Gail Badner
|
b945cc2709
|
HHH-9154 : HQL Parsing: unexpected token ':' (test case)
|
2014-05-13 15:56:35 -07:00 |
Brett Meyer
|
c5e09dd8ef
|
HHH-9174 cache SqlExceptionHelper reference
|
2014-05-09 12:35:13 -04:00 |
Brett Meyer
|
47204593f6
|
HHH-9170 StatelessSession is accidentally 2LC enabled in some cases
|
2014-05-09 12:29:42 -04:00 |
Brett Meyer
|
26c7400c0a
|
HHH-9174 Increase performance
of SqlExceptionHelper#handleAndClearWarnings
Conflicts:
hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
|
2014-05-09 12:29:37 -04:00 |
Steve Ebersole
|
457937885b
|
HHH-9143 - Build baseline Jandex as part of scanning
|
2014-05-08 13:19:20 -05:00 |
Steve Ebersole
|
f410417f25
|
HHH-9143 - Build baseline Jandex as part of scanning
|
2014-05-08 13:19:20 -05:00 |
Gail Badner
|
20d3b62f12
|
HHH-9171 : Orphan removal broken for new element added by merge that is removed by later merge (test case)
|
2014-05-08 11:00:48 -07:00 |
Steve Ebersole
|
9a822a9ba2
|
HHH-9173 - Temporarily disable the hibernate-osgi tests on master
|
2014-05-08 11:54:30 -05:00 |
Steve Ebersole
|
bb91e1d3b8
|
HHH-9161 - Improve build handling of generated sources
|
2014-05-08 11:40:51 -05:00 |
Steve Ebersole
|
568a16eefa
|
HHH-9113 - Support for building with Java 8 JDK
|
2014-05-07 11:27:53 -05:00 |
Steve Ebersole
|
f237a9d24f
|
HHH-9161 - Improve build handling of generated sources
|
2014-05-05 16:34:12 -05:00 |
Gail Badner
|
5bb9d2e2d1
|
HHH-9150 : Envers test table is too long causing Oracle failure
|
2014-04-30 18:10:45 -07:00 |
Steve Ebersole
|
4b443069fd
|
HHH-9143 - Build baseline Jandex as part of scanning
|
2014-04-28 17:00:33 -05:00 |
Steve Ebersole
|
9db6596a15
|
HHH-9146 - hibernate-infinispan should be using JndiService to access CacheManager
|
2014-04-25 10:02:28 -05:00 |
Steve Ebersole
|
9514c56c6d
|
HHH-9055 - Binding support for IdClass and MapsId needs a complete review
|
2014-04-24 21:30:12 -05:00 |
Steve Ebersole
|
f88b53cf9e
|
HHH-9055 - Binding support for IdClass and MapsId needs a complete review
|
2014-04-24 16:33:13 -05:00 |
Steve Ebersole
|
3cec19a274
|
HHH-9143 - Build baseline Jandex as part of scanning
|
2014-04-24 16:27:28 -05:00 |
Steve Ebersole
|
7e5b0c4aa5
|
HHH-9055 - Binding support for IdClass and MapsId needs a complete review
|
2014-04-24 15:35:26 -05:00 |
Steve Ebersole
|
bd7605da01
|
HHH-9055 - Binding support for IdClass and MapsId needs a complete review
|
2014-04-24 15:31:55 -05:00 |
Steve Ebersole
|
104eea1beb
|
HHH-9055 - Binding support for IdClass and MapsId needs a complete review
|
2014-04-24 15:29:27 -05:00 |
Gail Badner
|
700a233c41
|
HHH-8908 : Column of Embedded missing in Audit Table
|
2014-04-21 15:50:25 -07:00 |
Brett Meyer
|
7e7a7b2f95
|
Revert "HHH-3730 Compare both ids in isModified instead of an object and an id"
This reverts commit d3a3a6804f .
|
2014-04-21 09:45:39 -04:00 |
Jocki Hendry
|
b6a8352406
|
HHH-9080 - Can't add attribute node declared in superclass (inheritance) in EntityGraph
|
2014-04-21 09:05:43 -04:00 |
Julien Fourment
|
d591a3fd52
|
HHH-9093 - Fixed typo in error message when no implicit selection could
be found
|
2014-04-21 08:57:09 -04:00 |
Guillaume Smet
|
d3a3a6804f
|
HHH-3730 Compare both ids in isModified instead of an object and an id
|
2014-04-21 08:47:58 -04:00 |
msulima
|
3b18c275ea
|
HHH-9136 - DatabaseMetadata: NPE hides exception in finally block
- Protection against NPE in finally block
- Little formatting fixes
|
2014-04-21 08:45:43 -04:00 |
Gail Badner
|
9bd6917d0d
|
HHH-7490 : Misc bugfixes and added @FailureExpectedWithNewMetamodel to failing tests
|
2014-04-11 17:54:52 -07:00 |
Steve Ebersole
|
651b23b173
|
HHH-8980 - Instance of super-class not found because of joined subclass reference is an inner join
|
2014-04-08 16:40:17 -05:00 |
Brett Meyer
|
42217d78bc
|
HHH-9107 @FailureExpectedWithNewMetamodel
|
2014-04-08 17:04:08 -04:00 |
Brett Meyer
|
8c94c30eb7
|
HHH-9107 throw WrongClassException if attempting to load incorrect
subclass from 2lc
|
2014-04-08 11:19:37 -04:00 |
Gail Badner
|
0118376f8e
|
HHH-9106 : Multiple detached representations of the same entity cannot be merged
|
2014-04-07 16:26:47 -07:00 |
Brett Meyer
|
a65ca8044a
|
HHH-8869 upgraded to HikariCP 1.3.5, replaced deprecated property
|
2014-04-07 15:07:41 -04:00 |
Brett Meyer
|
5a7fd574da
|
HHH-8869 fixes/simplifications for HikariCP 1.3.4
Conflicts:
libraries.gradle
|
2014-04-07 14:32:15 -04:00 |
Brett Meyer
|
4a5bbc81c5
|
HHH-8869 created hibernate-hikaricp connection provider
Conflicts:
libraries.gradle
|
2014-04-07 14:31:35 -04:00 |
Brett Meyer
|
3ed2d7a35c
|
HHH-9104 corrected BasicHibernateAnnotationsTest.testFilterOnCollection
test data cleanup
|
2014-04-07 14:18:59 -04:00 |
Steve Ebersole
|
c98c4869a8
|
Applying advice from Peter in regards to http://forums.gradle.org/gradle/topics/gradle_hangs_indefinitely_in_testclasses_ci
|
2014-04-04 17:22:13 -05:00 |
Steve Ebersole
|
137c2daf81
|
HHH-9100 - Improve CAST function support
|
2014-04-04 16:00:45 -05:00 |
Steve Ebersole
|
1dd12ec9e9
|
FailureExpectedWithNewMetamodel cleanup
|
2014-04-03 22:14:38 -05:00 |
Steve Ebersole
|
8ed0bbcd52
|
FailureExpectedWithNewMetamodel cleanup
|
2014-04-03 21:37:27 -05:00 |
Steve Ebersole
|
2a0b9825f1
|
FailureExpectedWithNewMetamodel cleanup
|
2014-04-03 20:56:46 -05:00 |
Steve Ebersole
|
d8e4f9e8f8
|
HHH-8956 - TLC for annotation pre-processor + document AccessType as topical guide
|
2014-04-03 16:14:58 -05:00 |
Steve Ebersole
|
6ffbf8f3f3
|
HHH-9100 - Improve CAST function support
|
2014-04-03 13:02:30 -05:00 |
Steve Ebersole
|
efa5dc2f6c
|
HHH-4700 - ClassCastException with parameter in CaseNode.getFirstThenNode()
|
2014-04-03 08:35:44 -05:00 |