Commit Graph

7986 Commits

Author SHA1 Message Date
Gail Badner 310a43e5e7 HHH-11928 : test cases 2017-08-15 22:29:06 -07:00
Gail Badner ef81e39d19 HHH-11922 - Entity with null many-to-one cannot be loaded when associated entity has composite ID with hibernate.create_empty_composites.enabled=true 2017-08-15 22:29:05 -07:00
Gail Badner eafc5fe105 HHH-11922 : Added test cases 2017-08-15 22:29:05 -07:00
jcibik 203793be63 HHH-11927 - CascadeMergeToChildBeforeParentTest should not assume the persisted entity has the id with a value of 1 2017-08-15 16:24:32 +03:00
Vlad Mihalcea 8d29a4d588 HHH-11907 - Add the getResultStream() default method in org.hibernate.query.Query 2017-08-15 11:38:20 +03:00
Andrea Boriero ce8aa04078 HHH-11882 - Fix tests 2017-08-10 14:39:00 +02:00
barreiro d85327a5e7 HHH-11882 - Fix tests 2017-08-10 14:39:00 +02:00
barreiro cfb910fb37 HHH-11882 - Use CustomRunner as the runner for tests with BytecodeEnhancerRunner 2017-08-10 14:39:00 +02:00
Steve Ebersole ab09adb6cf Update CONTRIBUTING.md
Use markdown link syntax to refer to lgpl.txt and dco.txt - have had no luck getting GitHub to understand asciidoctor
2017-08-09 11:48:16 -05:00
Steve Ebersole 0995688d76 Update README.md 2017-08-09 11:42:18 -05:00
Steve Ebersole d42e24ce3f Update README.md
Revert section markers so GitHub renders this correctly :(
2017-08-09 11:22:08 -05:00
Gail Badner bb905dcb00 HHH-11915 - DatabaseMetaData#getIndexInfo can return column names enclosed in quotes on PostgresPlus 2017-08-08 13:47:39 -07:00
Andrea Boriero 65b5e6445b HHH-11915 - DatabaseMetaData#getIndexInfo can return column names enclosed in quotes on PostgresPlus 2017-08-08 13:24:13 -07:00
Steve Ebersole fd2dab3297 CONTRIBUTING.md changes + README.md changes 2017-08-08 11:45:10 -05:00
Andrea Boriero ba6cc06810 HHH-11176 - Fix CheckStyle errors 2017-08-08 17:04:50 +02:00
Steve Ebersole b8c6bc2204 CONTRIBUTING.md changes to add Legal section + adding dco.txt 2017-08-08 09:27:33 -05:00
Andrea Boriero bc05ff24bc HHH-11882 - Fix test causing failures 2017-08-08 14:37:11 +02:00
Gail Badner af4f63aff7 HHH-11898 : added @FailureExpected to test reproducing the error 2017-08-07 21:28:28 -07:00
barreiro a2803d7703 HHH-11882 - Remove old bytecode enhancer testing infrastructure 2017-08-07 09:41:33 -05:00
barreiro d3ce7ded37 HHH-11882 - Fix TestLazyPropertyOnPreUpdate 2017-08-07 09:41:33 -05:00
barreiro eca2c6001e HHH-11882 - Remove old bytecode enhancer tests 2017-08-07 09:41:33 -05:00
barreiro fb6a7a376f HHH-11882 - Bytecode enhancer tests with the new JUnit runner 2017-08-07 09:41:33 -05:00
barreiro 168a47bdae HHH-11882 - Bytecode enhancer JUnit runner 2017-08-07 09:41:33 -05:00
Gail Badner cc342dc072 HHH-11910 : SchemaUpdateTest fails on databases using case-insensitive identifiers 2017-08-04 16:40:40 -07:00
Gail Badner a8fcdffc50 HHH-11898 : test case 2017-08-04 16:40:40 -07:00
jcibik 019cd397fb HHH-11905 - AbstractLobTest Fails on Sybase 2017-08-03 16:32:08 +03:00
jcibik af4a76e6a9 HHH-11904 - EnumExplicitTypeTest test assert fails on mariadb clusters 2017-08-03 12:04:17 +03:00
Gail Badner 2fe8e5e340 HHH-11903 : test case 2017-08-01 21:36:03 -07:00
Bogdan Stirbat 47f8a67990 HHH-11539 - when foreignKey is added to an @JoinColumn, and not @CollectionTable directly, consider it as well 2017-08-01 11:13:51 +03:00
Vlad Mihalcea 742df1f3fa HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example for property-based changes
2017-07-31 16:32:48 +03:00
Vlad Mihalcea 28758f7d53 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Extend the Revision log example with actual test cases and SQL statement snippets
2017-07-31 13:30:52 +03:00
Vlad Mihalcea e56ecc24ff HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Provide two examples for the entity type change revision tracking
2017-07-28 09:43:30 +03:00
Vlad Mihalcea fa81aafb28 HHH-11891 - Clarify documentation about Hibernate support for basic array types
Apply Steve suggestions
2017-07-28 08:22:35 +03:00
Vlad Mihalcea f0ccd7126a HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Refactor the Revision log example with actual test cases
2017-07-27 16:08:49 +03:00
Vlad Mihalcea 582bd94530 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example to demonstrate the audit log query difference for ValidityAuditStrategy
2017-07-27 11:26:57 +03:00
Vlad Mihalcea 871722dc08 HHH-11891 - Clarify documentation about Hibernate support for basic array types 2017-07-27 09:56:40 +03:00
Vlad Mihalcea a260006d76 HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add example to configure the ValidityAuditStrategy
2017-07-26 17:39:03 +03:00
Vlad Mihalcea 7c5213171b HHH-11886 - Elaborate Envers documentation and switch to actual source code examples
Add examples about reading revisions and reconstructing entity state
2017-07-25 16:17:37 +03:00
Vlad Mihalcea d671fe1391 HHH-11890 - Remove old docbook folder from the documentation module 2017-07-25 11:54:01 +03:00
Vlad Mihalcea ba2e273e9e HHH-11886 - Elaborate Envers documentation and switch to actual source code examples 2017-07-24 17:41:45 +03:00
echunca 4477baf53b HHH-11826: ImplicitNamingStrategyComponentPathImpl generates invalid SQL for Entity with Embedded ElementCollection 2017-07-24 15:55:03 +03:00
Freek de Bruijn df3a248c9b HHH-11878 - Minor typo in CascadeStyles.java 2017-07-24 13:04:06 +03:00
Gail Badner 3553efa05f HHH-11881 : Null Set collection elements are inserted into collection table 2017-07-20 17:03:28 -07:00
Gail Badner 240492f940 HHH-11881 : Added tests 2017-07-20 17:02:46 -07:00
Vlad Mihalcea 1afbdadd67 Minor documentation changes for Envers 2017-07-19 12:58:57 +03:00
Arnold Galovics 68a40425b1 HHH-11176: Add support for Tuple results for native queries 2017-07-18 18:09:37 +03:00
András Eisenberger 1347ee6250 HHH-11465 - @AttributeOverride does not work for CompositeUserType inside of @Embeddable 2017-07-18 18:07:43 +03:00
jonathan 2bb041423e HHH-11726 - PASS_DISTINCT_THROUGH hint is ignored when used in conjunction with maxResults/firstResult limiters 2017-07-17 10:23:46 +03:00
Guillaume Husta 60f2ac8534 FIX HHH-11868 2017-07-13 09:21:13 -04:00
Vlad Mihalcea 7f94320cec HHH-9864 - foreign key violation with order_inserts=true and batches with mixed subclass entities
Add extra check for executeBatch which should prove that batching works as expected
2017-07-05 19:59:55 +03:00