Commit Graph

13954 Commits

Author SHA1 Message Date
Gavin King 503cae0ae5
mention changes to handling of Oracle NUMBER 2023-08-07 18:17:05 +02:00
Marco Belladelli c65fa68154 HHH-16392 @Where clause migration guide chapter 2023-04-28 10:08:36 +02:00
Steve Ebersole 0d871fb69b PublishMigrationGuide task 2023-04-01 09:33:34 -05:00
Yoann Rodière 0c3ea12895 HHH-16246 Document changes to multitenancy in the migration guide 2023-03-17 12:26:39 +01:00
Yoann Rodière 1ff214958f
Fix typos in migration-guide.adoc 2023-03-10 09:05:34 +01:00
Christian Beikov c755e7dd80 Add migration guide section about entity path comparison validation changes 2023-03-03 12:46:56 +01:00
Christian Beikov 4ce40135d3 Split sequence per table and allocation size sections 2023-03-03 10:46:40 +01:00
Christian Beikov 6cfd386910 Add migration guide entries for sequences and HQL changes 2023-03-03 10:46:40 +01:00
Yoann Rodière d0c61c22f5 Fix recommendation in migration guide for duration mapping backwards-compatibility
Quoting: "5.x used the type code `Types.BIGINT`".

So, in order to retain backwards-compatibility, one needs to set the JDBC type to `BIGINT`, not to `NUMERIC`.

Tested locally on a schema created with 5.x by starting an application using 6.x: with `NUMERIC`, schema validation fails; with `BIGINT` it does not.
2023-03-02 21:15:10 +01:00
Yoann Rodière 9466ac4443 Document BIGINT mapping change
See https://hibernate.atlassian.net//browse/HHH-7318
2023-02-27 14:07:39 +01:00
marko-bekhta 665c8c54a4 Clean up "Fetch circularity determination" migration section
- remove some unfinished sentence
- remove the paragraph describing the old behavior
2023-01-30 11:25:46 +01:00
Yoann Rodière d330531ede Document the most obvious dialect changes in the migration guide 2023-01-25 18:04:10 +01:00
Yoann Rodière 05cbff0ba4 Fix heading levels in migration guide 2023-01-25 18:04:10 +01:00
Gavin 95947fcd12 fix markdown formatting in migration guide 2022-12-16 12:37:08 +01:00
Christian Beikov 86ac78b372 Mention removed EJB properties in migration guide 2022-11-14 18:40:50 +01:00
Christian Beikov 1528441329 HHH-15594 Remove oracle_ee test matrix entry 2022-10-11 14:04:29 +02:00
Alex 2e95928226 HHH-15468 Set permissions 2022-08-29 10:50:27 +02:00
Karel Maesen e0615b13a8 HHH-15294 cockroachdb fixes
* HHH-15294 Fix setting of untyped null values in CockroachDB dialect

Solution exactly same as in PostgresqlDialect

* HHH-15294 Change CockroachDB multitable mutation strategies to CTE

Align with the Postgresql strategy

* HHH-15294 Fix missing IdentityColumnSupport in CockroachDB Dialect

* HHH-15294 Skip test for CockRoachDB due to unsupported automatic type conversion

* HHH-15294 CockroachDB doesn't support value propagation
2022-05-30 16:15:57 +02:00
koisyu 6728afadb7 HHH-15300 - Lazy evaluation to statement.toString() when logging slow queries 2022-05-27 10:38:57 +02:00
Hibernate-CI 6110c0a98a Post-steps for release : `6.0.2.Final` 2022-05-25 09:57:14 +00:00
Hibernate-CI 61fa18c15e Pre-steps for release : `6.0.2.Final` 2022-05-25 09:52:52 +00:00
Yoann Rodière 954fbc447a Add missing entry to changelog 2022-05-25 11:03:37 +02:00
Andrea Boriero bf547fe432 HHH-15281 INSERTs/UPDATEs no longer executed as JDBC Batch statements if hibernate.temp.use_jdbc_metadata_defaults is set to false 2022-05-24 16:07:04 +02:00
Andrea Boriero 6f4d28b034 HHH-15281 Add test for issue 2022-05-24 16:06:58 +02:00
Andrea Boriero 2f20a5ef59 HHH-15297 Invalid Automatic-Module-Name org.hibernate.orm.community-dialects 2022-05-24 14:45:43 +02:00
Christian Beikov 22e7ed7761 Let test helper collect all annotation to produce a full union 2022-05-23 15:51:35 +02:00
Nathan Xu 8dc82994ba HHH-15010 - update Java type list for '@CreationTimestamp' and '@UpdateTimestamp' in user guide 2022-05-23 15:38:40 +02:00
Andrea Boriero 193e078db6 HHH-15286 Query with a Composite Identifier (@IdClass) throws an exception 2022-05-23 15:06:41 +02:00
Andrea Boriero 05b9228842 HHH-15286 Add test for issue 2022-05-23 15:06:28 +02:00
Christian Beikov f3789090bc HHH-15291 Fix translation issue with SqmCoalesce 2022-05-23 12:51:05 +02:00
Andrea Boriero 5f11d4763b HHH-15279 NPE with Id on OneToOne referencing entity with multi-level EmbeddedId 2022-05-23 10:41:20 +02:00
Andrea Boriero be4e14baaf HHH-15279 Add test for issue 2022-05-23 10:41:19 +02:00
Karel Maesen f6b6e738ef HHH-15293 BYTES column type in CockroachDB does not support a length specification 2022-05-23 10:20:34 +02:00
Nathan Xu 6e98dad984 HHH-15292 escape html chars in JavaDoc 2022-05-23 10:18:01 +02:00
Andrea Boriero 6c2b707c27 HHH-15283 - fix NPE for NamedNativeQuery + SqlResultSetMapping (columns) 2022-05-23 09:40:57 +02:00
Nathan Xu 7417a40ef4 HHH-15283 - fix NPE for NamedNativeQuery + SqlResultSetMapping (columns) 2022-05-23 09:40:42 +02:00
Andrea Boriero e26b56e13e HHH-15258 Fix test failure for HANA db 2022-05-23 09:37:21 +02:00
Andrea Boriero 1f89f2fa97 HHH-15285 Calling getJavaType() of @ElementCollection with basic types returns wrong type 2022-05-19 18:49:09 +02:00
Andrea Boriero eb4e89da3b HHH-15285 Add test for issue 2022-05-19 18:48:54 +02:00
Andrea Boriero e46f54eb61 HHH-15258 Orphan removal for OneToMany relations is broken when used with GenerationType.IDENTITY 2022-05-19 13:08:52 +02:00
Nathan Xu 6611f14dfb HHH-15258 Add test for issue 2022-05-19 13:08:37 +02:00
Andrea Boriero 48435b8a99 HHH-15260 Criteria query is unable to determine TableReference when combining subquery with join 2022-05-19 12:19:59 +02:00
Thomas Heigl 82586e3bf7 HHH-15260 Add test for issue 2022-05-19 12:19:48 +02:00
Andrea Boriero 88845553ee Copy only the content of the documentation staging directory 2022-05-19 12:15:51 +02:00
Andrea Boriero 42e1280784 MysqlDialect register localtimeLocaltimestamp functions 2022-05-19 10:50:00 +02:00
Andrea Boriero 78fc811716 HHH-15278 NPE when NULL is used in the projection 2022-05-19 10:49:52 +02:00
Andrea Boriero 4871f453c9 HHH-15278 Add test for issue 2022-05-19 10:49:40 +02:00
Nathan Xu a5103307b6 HHH-15153 - @OneToOne does not support @EmbeddedId 2022-05-18 15:50:49 +02:00
Andrea Boriero 09f29e4f97 Gradle created a preVerifyRelease task 2022-05-16 16:12:08 +02:00
Andrea Boriero a53a870edb HHH-15256 HQL Query with left join throws NPE when using :param IS NULL 2022-05-16 15:39:18 +02:00