Steve Ebersole
607234e7bf
re-enable tests
...
re-organize some tests
o.h.test.hql.ParameterTest -> LegacyParameterTests
bug with binding ordinal parameter lists
created "standard domain model" for Hibernate's legacy Animal model
2021-04-19 16:44:25 -05:00
Andrea Boriero
badc99705a
Merge remote-tracking branch 'upstream/main' into wip/6.0_merge
2021-04-16 13:19:16 +02:00
Steve Ebersole
b31f2c02d7
re-enable tests
...
re-organize some tests
CastNullSelectExpressionTest (not-implemented-yet)
2021-04-15 11:42:07 -05:00
Yoann Rodière
fcc63d9ab0
HHH-14529 Stop using two separate BootstrapServiceRegistries for the same SessionFactory in BaseCoreFunctionalTestCase
2021-04-15 14:01:28 +02:00
Steve Ebersole
3958ee2360
re-enable tests
...
re-organize some tests
work on `org.hibernate.test.hql.size`
improved key/target handling for fk-descriptor
2021-04-14 16:06:15 -05:00
Andrea Boriero
9c27e41184
Remove o.h.testing.junit5 package
2021-04-10 12:32:18 +02:00
Andrea Boriero
c1fcb6cb92
Rollback Transaction when an AssertionError occurrs
2021-04-08 17:33:43 +02:00
Andrea Boriero
6bd7a4d972
HHH-14503 - Migration of tests from jpa/test to orm/test/jpa
2021-04-08 17:33:43 +02:00
Steve Ebersole
3d90dbfbae
re-enable tests
...
re-organize some tests
continuing with o.h.test.hql
improve parameter handling by tracking mapping-model types resolved for them in SQM->SQL translation
2021-04-08 08:08:54 -05:00
Christian Beikov
06b5eb43c6
HHH-11692 Introduce DISTINCT predicate in HQL and implement emulations
2021-04-07 18:28:38 +02:00
Steve Ebersole
51074eb9a0
re-enable tests
...
re-organize some tests
continuing with o.h.test.hql
fixed bug in JPA model building with dynamic entities
added NavigablePath#getUnaliasedLocalName to aid in resolving ModelParts as part of SQM->SQL
2021-04-01 11:07:28 -05:00
Steve Ebersole
7fcde66d61
HHH-14524 : Rename SqlType(X) as JdbcType(X)
2021-03-29 11:33:56 -05:00
Steve Ebersole
a02835bdde
re-enable tests
...
re-organize some tests
added `@LoggingInspections`
added `@MessageKeyWatcher`
account for various "odd" explicit Type mappings
fix column read/write transformations
2021-03-29 10:58:44 -05:00
Steve Ebersole
e4111a5453
re-enable tests
...
re-organize some tests
added `@LoggingInspections`
added `@MessageKeyWatcher`
2021-03-26 12:50:32 -05:00
Andrea Boriero
9d6306cac2
re-enabled AggressiveReleaseTest tests
2021-03-25 17:09:54 +01:00
Steve Ebersole
523113d2ca
re-enable tests
...
re-organize some tests
fixed EnumType mapping from hbm.xml
various fixes in HQL, Criteria and parameter handling related to enum values
2021-03-24 15:34:14 -05:00
Steve Ebersole
e04a9bff0d
re-enable tests
...
re-organize some tests
2021-03-23 13:13:12 -05:00
Christian Beikov
5b0b822717
Move tests to orm/test and fix query cache stats, native query variable substitution and named query support as loader
2021-03-18 20:19:03 +01:00
Steve Ebersole
0a1527186b
Removed `@ExtendWith( DialectFilterExtension.class )` from `@SessionFactory`
2021-03-18 08:58:20 -05:00
Steve Ebersole
31b1627baa
HHH-14506 - IdentifierGenerator changes
...
- HHH-14491 - Apply default allocation/increment size for @GeneratedValue(AUTO)
- HHH-14492 - Prefer sequence-per-entity (hierarchy) by default
- HHH-14497 - Drop `hibernate.id.new_generator_mappings` & `hibernate.model.generator_name_as_sequence_name`
- enabled existing tests and convert to JUnit5
2021-03-17 18:00:22 -05:00
Jan Schatteman
7695f03bf9
HHH-14503 - Migration of tests from jpa/test to orm/test/jpa
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2021-03-16 17:58:45 +01:00
Steve Ebersole
69564cd7c8
HHH-14478 : Allow DialectResolvers to be discovered by ServiceLoader
2021-03-08 08:14:05 -06:00
Christian Beikov
ee52989647
Don't build session factory and entity manager eagerly and stop enforcing id class implements Serializable
2021-03-08 11:43:39 +01:00
Steve Ebersole
21cca2bbc2
hibernate-testing cleanup
2021-03-05 14:12:25 -06:00
Steve Ebersole
2ee5ed0e52
hibernate-testing cleanup
2021-03-05 07:28:41 -06:00
Steve Ebersole
ddf434df7e
HHH-14469 - Support schema-tooling on sub-sets of the relational model known to Hibernate
...
- @BootstrapServiceRegistry
- Support for filtering at schema-tooling level
2021-03-04 09:42:45 -06:00
Andrea Boriero
005c4cea63
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-02-24 15:02:45 +01:00
Jan Schatteman
c44570757d
Migrated more tests from jpa/tests to orm/test/jpa
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2021-02-22 21:45:38 +01:00
Steve Ebersole
db54fe44db
HHH-13658 : Make LazyToOne optional
...
HHH-13134 : JOIN FETCH does not work properly with enhanced entities
2021-02-22 12:50:44 -06:00
Jan Schatteman
406974089b
Spelling correction in @Jpa
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2021-02-16 18:05:57 +01:00
Jan Schatteman
b15e7506cc
Enable adding non-String setting values to the @Jpa integrationSettings
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2021-02-12 21:43:21 +01:00
Christian Beikov
35643c468a
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-02-12 15:49:53 +01:00
Karel Maesen
6cead49fec
HHH-14446 Add PostgresqlDatabaseCleaner checks
...
Since the PostgreSQL JDBC driver is also used for CockroachDB, we need to test explicitly if the database is indeed PostgreSQL.
2021-02-12 15:39:19 +01:00
Karel Maesen
6d97df6707
HHH-14446 Add spatial integration test profiles for DB2 and HANA
2021-02-12 15:39:19 +01:00
Karel Maesen
a467641584
HHH-14446 Fix PostgreSQL create extension syntax
2021-02-12 15:39:19 +01:00
Christian Beikov
9f096e89ec
Repurpose DefaultSizeStrategy to SizeStrategy for resolving final size. Fix boolean encoding/decoding issues. Remove duplicate order bys. Fix set operation nesting. Fix lots of tests for SQLServer, MariaDB, Derby and Oracle
2021-02-12 13:43:42 +01:00
Christian Beikov
4931c7e69f
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-02-10 12:00:37 +01:00
Christian Beikov
3eee006002
Merge remote-tracking branch 'upstream/wip/6.0' into wip/6.0
2021-02-10 11:38:39 +01:00
Christian Beikov
de1524df68
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-02-10 11:28:58 +01:00
Christian Beikov
15caff9cbc
Fix PostgreSQL cleanup wrt extensions, fix Oracle cleanup wrt sys objects, always drop id tables in tests, fix global temp table tests, add on commit delete rows for hana dialects
2021-02-10 09:30:48 +01:00
Andrea Boriero
b1951f5c26
Migrate tests from org.hibernate.jpa.test to org.hibernate.orm.test.jpa ( #5 )
2021-02-05 01:17:29 +01:00
Christian Beikov
1983123d72
Use a shared connection provider for most tests to reduce test time significantly
2021-02-03 17:03:47 +01:00
Christian Beikov
62d727d44e
Fix connection leak in connection provider used for JTA tests
2021-02-03 17:03:47 +01:00
Christian Beikov
08d9fe1a3b
Add cleaners for clearing a schema the first time before running a test
2021-02-03 17:03:47 +01:00
Christian Beikov
d767d46d05
Fix most tests to work on all DBs and fix a bunch of connection leaks
2021-02-03 17:03:47 +01:00
Steve Ebersole
9849ea5a1f
- HHH-14409 : Internal format of natural-id values
...
- org.hibernate.loader.access
- `ModelPart.breakDownJdbcValues`
- build/keep natural-id loaders per entity (inheritance)
- changes to NotImplementedYetExtension
- tests
2021-01-27 10:38:20 -06:00
Andrea Boriero
24b79133f2
Created a ClassLoadingIsolaterExtension to remove the need of @Rule in tests using ClassLoadingIsolater
2021-01-25 22:38:53 +01:00
Andrea Boriero
e0e44433a9
Fix some issues with tests migration
2021-01-25 18:40:59 +01:00
Andrea Boriero
491cbabc6c
Added Junit5 extention to use LoggerInspection without @Rule annotation
2021-01-25 18:40:59 +01:00
Andrea Boriero
ac18db61b7
Fix checkstyle error
2021-01-25 18:40:59 +01:00
Andrea Boriero
a5d60b3b7e
Add @BaseUnitTest annotation and minor changes
2021-01-25 16:20:45 +01:00
Andrea Boriero
b761cfddd3
Merge remote-tracking branch 'upstream/master' into wip/6.0
2021-01-20 17:48:43 +01:00
Yoann Rodière
d726dcb394
HHH-14326 Test JDBC resources are released before closing the connection
...
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
2021-01-20 09:26:51 +00:00
Christian Beikov
4efffca23b
Add support for FETCH clause, CTEs and set operations
2021-01-13 17:24:45 +01:00
Jan Schatteman
2e835c47cd
New Test annotation @NotImplementedYet
...
Signed-off-by: Jan Schatteman <jschatte@redhat.com>
2020-12-21 19:45:20 +01:00
Steve Ebersole
33358df72b
New testing `@Jpa` annotation
2020-12-11 10:24:29 +01:00
Andrea Boriero
7d74f1c727
Fix issue with emneddable id initialization
2020-12-10 17:02:49 +01:00
Andrea Boriero
9a6465a72f
Check if auto flush is required for hql queries
2020-12-08 17:01:27 +01:00
Christian Beikov
c4673e5a5c
Fix a few more test issues and handle group by summarization rendering strategies as well as group by literal rendering strategies
2020-12-08 11:27:27 +01:00
Christian Beikov
a57f93b14a
Use processing stack during parsing to access query spec, fix lots of db2 issues
2020-12-08 11:27:27 +01:00
Christian Beikov
d9446e7c77
Fix a few test issues, implement tuple emulation, group by support and support configuring criteria value handling mode
2020-12-08 11:27:27 +01:00
Andrea Boriero
e3947b3b1c
Re-enabled additional tests and fix issues with IdClass
2020-11-25 15:15:34 +01:00
Steve Ebersole
be654c37b5
HHH-14313 - NaturalId support
2020-11-11 08:27:20 -06:00
Steve Ebersole
4402843d1c
Various fixes from Search integration testing
...
- do not cache Criteria query plans (added Trello card to revisit)
- support for StatelessSession in JUnit 5 extensions (SessionFactoryScope)
2020-10-30 12:04:52 -05:00
Steve Ebersole
23f64fc675
Various fixes from Search integration testing
...
- support for mutable converted (AttributeConverter) values
- bug in EntityType#toLoggableString
2020-10-30 08:32:39 -05:00
Andrea Boriero
9cf4edfbee
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-10-26 08:14:01 +00:00
Sanne Grinovero
e3edcdbe55
HHH-10715 More static and final keywords missing
2020-10-25 21:33:23 +00:00
Andrea Boriero
0bd2c32f76
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-10-02 12:39:41 +01:00
Gavin King
cf995a1571
HHH-14217 Add syntax highlighting to the logged SQL
...
Using ANSI escape codes
Must be explicitly enabled using hibernate.highlight_sql
2020-09-30 16:39:12 +01:00
Andrea Boriero
140fbb45d6
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-09-22 11:43:55 +01:00
Falko Modler
1cf99c748a
HHH-14031 Update h2 to 1.4.197
...
Notes:
- h2 1.4.197+ does not support ns precision by default anymore
- h2 DateTimeUtils.resetCalendar() is required for many tests to avoid failures due to h2 internal caching
2020-09-09 10:32:21 +01:00
Steve Ebersole
3d46fabeb5
HHH-14191 - ANY mapping support
...
- `@ManyToAny`
- embeddable sub-attribute
2020-08-27 17:37:28 -05:00
Andrea Boriero
5dfa67bd6f
Re-enable additional tests
2020-08-21 07:23:37 +01:00
Andrea Boriero
82de2b0a3f
Re-enabled additional tests
2020-08-20 11:58:41 +01:00
Steve Ebersole
2050e366fe
ResultSet mapping
...
- Tests for value conversions - `@Enumerated`, `AttributeConverter`, `@Temporal`. It worked already
2020-08-13 14:48:48 -05:00
Andrea Boriero
283c3fefb5
Merge remote-tracking branch 'upstream/master' into wip/6.0
2020-08-07 11:23:44 +01:00
Andrea Boriero
d246a4b460
fix issue with not compiling tests
2020-07-30 18:40:38 +01:00
Andrea Boriero
798f327f68
Revert "fix issue with not compiling tests"
...
This reverts commit fc914ea647
.
2020-07-30 18:32:38 +01:00
Andrea Boriero
fc914ea647
fix issue with not compiling tests
2020-07-30 18:08:35 +01:00
Andrea Boriero
1a6b01a2a8
Add version to @SkipDialect and @RequiresDialect and re-enabled additional tests
2020-07-30 10:26:24 -05:00
Steve Ebersole
704896614d
Support for JPA `SqlResultSetMapping`, both in terms of:
...
- creating memento instances for each mapping and storing into repository for runtime access
- applying to native-queries
Only support for column results is implemented atm since only scalar results are implemented for native-query
2020-07-29 11:58:27 -05:00
Steve Ebersole
bbe3a6b0ad
NativeQuery support
...
- parameter handling
2020-07-28 14:09:54 -05:00
Steve Ebersole
2f8f04747b
NativeQuery support
...
- support for `#addScalar(Class,AttributeConverter)`
- support for `#addScalar(Class,Class<AttributeConverter>)`
- fixed problem with mapping of converted enums
2020-07-27 16:49:28 -05:00
Rafi Shamim
4655bdbe12
HHH-13724 Add CockroachDB dialects and configs for testing
2020-07-27 12:49:40 +01:00
Steve Ebersole
5dded5de7c
NativeQuery support
...
- initial working support - simple scalar queries
2020-07-23 12:26:01 -05:00
Nathan Xu
3d4cd3f7b3
port entity graph legacy testing cases
2020-07-20 09:37:15 +01:00
Andrea Boriero
843813cd5a
Re-enabled more tests
2020-07-02 12:11:45 +01:00
Andrea Boriero
47eee7cfe4
Re-enabled additional tests
2020-06-26 10:15:46 +01:00
Andrea Boriero
511d4d55cd
Add more tests
2020-06-26 10:15:46 +01:00
Nathan Xu
2250b7f84f
implement 'NULLS (FIRST | LAST)' in HQL
2020-06-23 10:32:43 -05:00
Nathan Xu
bbac6ed571
add a 'reverse' property (default to false) to RequiresDialectFeature annotation
2020-06-23 10:26:40 -05:00
Nathan Xu
fdc2112b19
implement @RowId
2020-06-23 10:17:50 -05:00
Andrea Boriero
257e479e92
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_39
2020-05-14 10:00:59 +01:00
Yoann Rodière
f6ebcc5f80
HHH-14006 Support inherited fields in EnhancerTestUtils#getFieldByReflection
2020-05-11 22:15:14 +01:00
Steve Ebersole
e38a4de536
Verified and fixed BasicValue resolutions based on type-defs and UserTypes
2020-05-01 11:29:44 -05:00
Steve Ebersole
96f4a350e0
* HBM mappings
...
* dynamic models
* initial non-aggregated cid support
2020-04-27 15:21:09 -05:00
Andrea Boriero
7f4c25095e
Implement Composite Foreign Key for EmbeddedId
2020-04-21 16:44:03 -05:00
Steve Ebersole
ced4f5e602
Various changes around how basic values are handled in terms of mapping consumption for annotations and how value conversions happen
...
* Split BasicType "resolution" into 2 - one used for reading (mapping model) versus one used from writing (legacy persister model)
* @SqlTypeCode, @SqlType, @SqlTypeRegistration
* @JavaType, @JavaTypeRegistration
* @Mutability
* jdbc_mappings.adoc section for DomainModel chapter
[*] At the moment, neither @SqlTypeRegistration nor @JavaTypeRegistration support has been implemented
[*] Still need to make sure @Mutability is propogated properly in all the cases
[*] jdbc_mappings.adoc still needs a lot of attention
2020-04-21 16:09:46 -05:00
Andrea Boriero
299826b9b7
HHH-13937 Get rid of junit5 compile-time dependencies
2020-04-14 14:23:29 +01:00
Andrea Boriero
5d1aea1897
Fix merge checkstyle and compilation errors
2020-04-09 11:07:00 +01:00
Andrea Boriero
5c86c4a805
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_29
2020-04-09 07:37:11 +01:00
Andrea Boriero
b897a36f2f
Fix issue with generated pom missing project description
2020-04-06 18:21:11 +01:00
Yoann Rodière
bee15c498f
HHH-13925 Fix malformed @author tags in javadoc
...
You're not supposed to use unescaped "<" or ">".
This wasn't detected by checkstyle in Gradle 5, but it is now, and that
fails the build.
2020-04-06 16:04:55 +02:00
Yoann Rodière
aebf9d192f
HHH-13925 Fix invalid javadoc syntax
...
This wasn't detected by checkstyle in Gradle 5, but it is now, and that
fails the build.
2020-04-06 16:04:55 +02:00
Nathan Xu
7e2987ac79
HHH-13877 - Make @SortNatural by default
2020-03-19 14:41:05 -05:00
Nathan Xu
adc87b7908
various cosmetic code improvements
2020-03-19 13:12:12 -05:00
gavinking
10f333943d
tests for HQL insert/update
2020-03-19 13:01:48 -05:00
Nathan Xu
7ee45f68ee
wrap up verification for both @SortedSet and @SortedMap
2020-03-09 13:48:46 -05:00
Koen Aers
23f2cc584b
Verify array support: add 'EntityOfArrays' case to the GambitDomainModel and the PluralAttributeMappingTests
...
Signed-off-by: Koen Aers <koen.aers@gmail.com>
2020-03-09 18:23:44 +00:00
The Geeky Asian
b914b02dca
HHH-13874 - Removing the @author added.
...
The newly added @author in the previous commit or deprecation messages has been removed in this commit.
2020-02-21 06:11:37 -06:00
The Geeky Asian
e98e89d806
HHH-13874 - Messages added for the deprecated methods.
2020-02-21 06:11:37 -06:00
The Geeky Asian
c4bd5937e3
HHH-13874 - Deprecating methods that will be removed soon
...
Two methods that are dropped in v6.0 are now marked as deprecated in this commit.
As discussed in the removal PR https://github.com/hibernate/hibernate-orm/pull/3229
2020-02-21 06:11:37 -06:00
The Geeky Asian
e808041477
HHH-13856 - Long-awaited TODOs done as an improvement
...
1. TODO: Remove duplicate method from ConstraintConstaint.java currently has two duplicate methods. 1. getColumnIterator()2. columnIterator()
Both the methods return the same value i.e. column.iterator().
One of them needs to be removed in order to reduce and clean the duplication.
2. TODO: Change method name for getXmlFiles in BaseCoreFunctionalTestCaseCurrently, in BaseCoreFunctionalTestCase a method named getXmlFiles()has a TODO placed that suggests the method name to be changed to getOrmXmlFiles().
Since the method has a protected scope, there is a possibility it is being used by other clients. Hence, changing the method name in minor versions might break the code for clients.
2020-02-20 10:54:50 -06:00
Fabio Massimo Ercoli
ccc3c58367
HH-13720 Test mapping model support for plural attributes - sorted map
2020-02-19 06:52:38 -06:00
Andrea Boriero
08b08c0d81
Re-enabled few more tests
2020-02-17 11:24:01 -06:00
gavinking
4f5b37c9c4
Use SequenceSupport everywhere instead of deprecated methods of Dialect
2020-01-30 14:01:34 -06:00
gavinking
9565d499af
Big merge of my branch with new Hibernate 6 codebase
...
Lots of new functionality here related to HQL functions, SQL
dialects, and date/time handling.
2020-01-30 14:01:33 -06:00
Steve Ebersole
eab6107ec2
HHH-13785 : HQL/Criteria function support
...
- temporal literals
- generalized literals
- literal formatters (SQL string generation)
- FORMAT function
2020-01-06 08:38:08 -06:00
Steve Ebersole
a39fa09650
HHH-13785 : HQL/Criteria function support
...
- tests
- Dialect changes
2019-12-21 19:38:22 -06:00
Steve Ebersole
0ec232a326
HHH-13778: `@OrderBy` handling using SQL AST
...
- complete support other than function support which is still overall not implemented
2019-12-16 15:02:19 -06:00
Andrea Boriero
1d4bb08ef7
Merge remote-tracking branch 'upstream/master' into wip/6.0_merge_16
2019-12-16 12:43:47 +00:00
Steve Ebersole
284b2c5677
HHH-13778: `@OrderBy` handling using SQL AST
...
- parsing in PluralAttributeMapping implemented
- still need to convert the OrderByFragment to SQL AST and add to the SQL AST order-by-clause
2019-12-12 13:34:37 -06:00
Davide D'Alto
dd79fda20d
HHH-13704 Remove unused javassist import
2019-12-12 10:33:32 +00:00
Nathan Xu
3a69b74894
HHH-13456 refactor ForeignGenerator to allow for the possibility of StatelessSession
2019-12-11 17:37:31 -06:00
Andrea Boriero
1363844ca0
Implement support for @Embeddable with ToMany and ToOne
2019-12-10 10:00:10 +00:00
Andrea Boriero
79c83cf8ba
Merge remote-tracking branch 'upstream/master' into wip/6.0
2019-12-09 12:07:23 +00:00
Nathan Xu
ab9ae43185
HHH-8901 replace "in ()" SQL with "in (null)" in QueryParameterBindingsImpl
2019-12-04 16:05:10 +00:00
Andrea Boriero
d2865a54df
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merge_15
2019-12-02 09:14:27 +00:00
Steve Ebersole
75d436ab25
HHH-13720: Implement mapping model support for plural attributes - sorted set;
...
HHH-13715: HQL/Criteria DELETE support - support for cleaning-up collection tables
2019-11-27 12:06:21 -06:00
Steve Ebersole
7b489b180c
HH-13720: Implement mapping model support for plural attributes - sorted set
2019-11-27 07:23:28 -06:00
Steve Ebersole
afb9f9770d
HHH-13746: Implement Load by Multiple Ids using SQL AST
...
composite id testing
2019-11-26 15:12:54 -06:00
Steve Ebersole
0c6c8b4406
more work on multi-id entity loading and key-based loading in general
2019-11-25 15:58:50 -06:00
Jan-Willem Gmelig Meyling
21e79125e6
HHH-9301 - Support select variable refs in group by for DBMS dialects that support it
...
While not strictly compliant with the SQL specification, the MySQL, PostgreSQL and H2 support the use of select aliases in the GROUP BY clause. An obvious benefit is that produced SQL queries will be easier to read, because complex select expressions from aggregrate queries will have to be included in the group by clause as well. These can now simply reference the aliases of the respective columns for the tuple element. However, there is also a functional difference. For function invocations that have parameterized arguments, the query optimizer can't guarantee the that the function result between the selection projection and grouping process are equal. This results in an error because a value is projected which is not grouped by. An example where this for example becomes relevant, is when parameterizing TimeScaleDB's [`time_bucket_gapfill()`](https://docs.timescale.com/latest/api#time_bucket_gapfill-examples ) function.
For example, using `time_bucket_gapfill()` one might want to produce a criteria query that produces the following SQL:
```sql
SELECT
time_bucket_gapfill(?, time, ?, ?) AS ts,
avg(tg) as tg
FROM iaqmeasurement
GROUP BY ts
ORDER BY ts;
```
When the alias is not used as grouping value, the query will yield an error:
```sql
SELECT
time_bucket_gapfill(?, time, ?, ?) AS ts,
avg(tg) as tg
FROM iaqmeasurement
GROUP BY time_bucket_gapfill(?, time, ?, ?)
ORDER BY ts;
```
Of course the parameter values can just be stored in a CTE as well, but I think we should consider support for variable refs in group by for DBMS dialects that support it. This pull request implements the feature equivalently to how its currently done for order by clauses, and only enables the feature for known supported dialects (H2, PostgreSQL and MySQL - based on [https://stackoverflow.com/a/3841804/2104280 ](https://stackoverflow.com/a/3841804/2104280 )).
Jira: https://hibernate.atlassian.net/browse/HHH-9301
Co-authored-by: Sayra Ranjha <S.S.Ranjha@student.tudelft.nl>
2019-11-25 14:57:17 +00:00
Steve Ebersole
0ec5af2985
HHH-13746 - Implement load-by-multiple-ids using SQL AST
2019-11-23 13:39:48 -06:00
Andrea Boriero
f1bf079122
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merge_14
2019-11-22 09:05:57 +00:00
Andrea Boriero
9a0ad0f21d
work on aggregate composite identifier
2019-11-21 17:43:25 -06:00
Steve Ebersole
7576b51407
pull over "legacy 6.0" tests
2019-11-21 14:48:38 -06:00
Andrea Boriero
343dd979ba
HHH-13725 ToMany FkDescriptor creation and circular fetch detecion
2019-11-20 10:38:24 -06:00
Andrea Boriero
97f9d4ce00
HHH-13725 Work on circular fetc detection
2019-11-20 10:38:24 -06:00
Andrea Boriero
ed49f6abcf
HHH-13725 - Implement ManyToOne with Join Table associations support
2019-11-15 12:13:40 -06:00
Sanne Grinovero
164e1fc7cc
HHH-13687 TenantSchemaResolver not called in integration test after upgrade from
2019-11-12 17:40:59 +00:00
Steve Ebersole
dd0b6a9da3
Revert "HHH-13656 Con not build and run test on Eclipse IDE"
...
This reverts commit f6fad942df
.
2019-11-08 07:07:56 -06:00
Steve Ebersole
7e34be04db
Revert "HHH-13656 Can not build and run test on Eclipse IDE"
...
This reverts commit 0f859e7bb4
.
2019-11-08 06:50:59 -06:00
hailtondecastro
0f859e7bb4
HHH-13656 Can not build and run test on Eclipse IDE
...
Eclipse windows
2019-11-01 11:23:36 -05:00
hailtondecastro
f6fad942df
HHH-13656 Con not build and run test on Eclipse IDE
...
Eclipse windows
2019-11-01 11:23:36 -05:00
Steve Ebersole
f5c3ae181c
initial discriminator hierarchy support
2019-10-22 14:45:14 -05:00
Andrea Boriero
567eb38069
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merged_6
2019-10-09 18:00:48 +01:00
Steve Ebersole
b350599442
HHH-12858 - integration overrides during JPA bootstrap ought to override all logically related settings
...
- e.g. a datasource passed in the integration overrides map ought to effectively override JDBC-connection settings in `persistence.xml` (and vice-versa)
HHH-13432 - Have EntityManagerFactory expose persistence.xml `jta-data-source` element as a `javax.persistence.nonJtaDataSource` property
2019-10-03 16:03:43 +01:00
Andrea Boriero
726dbeef34
Merge remote-tracking branch 'upstream5/master' into wip/6.0_merged_4
2019-09-30 16:45:27 +01:00
Steve Ebersole
b9f4562680
fixed source of NPE wrt accessing an entity's version attribute descriptor when no versioning is defined;
...
added `@org.hibernate.testing.orm.junit.SessionFactory#exportSchema`
2019-09-26 14:14:19 -05:00
Steve Ebersole
57fba402b4
HHH-12858 - Persistence.createEntityManagerFactory(Map) should allow overwriting jta-data-source of persistence.xml
2019-09-25 15:12:25 -05:00
Steve Ebersole
5631a702a7
initial working dynamic instantiation support;
...
cleanup
2019-09-19 15:13:50 -05:00
Steve Ebersole
648dd3d2ed
More work on EntityResult handling;
...
Changes to how SqmParameters are handled to account for criteria parameters
2019-09-16 08:51:16 +01:00
Steve Ebersole
76b42a94c3
Initial working support for selecting a "query root" - i.e. `select e from TheEntity e`
2019-09-12 10:42:33 +01:00
Andrea Boriero
f85fe137b2
Initial working support for building and executing JdbcSelect operation from simple HQL
2019-09-12 10:42:33 +01:00
Steve Ebersole
dbd108e0b7
Initial working support for building and executing JdbcSelect operation from simple HQL
2019-09-12 10:42:33 +01:00
Steve Ebersole
0acd11fae3
6 - SQM based on JPA type system
...
Completed rebase on master (from the point just after HHH-11147 work) - fixed compilation failures
2019-09-12 10:42:33 +01:00
Steve Ebersole
5aea8bcf6a
6 - SQM based on JPA type system
...
Completed rebase on master (from the point just after HHH-11147 work) - fixed compilation failures
2019-09-12 10:42:33 +01:00
Steve Ebersole
b101ffbf79
6 - SQM based on JPA type system
...
- moving SQM-specific tests from wip/6.0
2019-09-12 10:42:32 +01:00
Andrea Boriero
588f11684d
6 - SQM based on JPA type system
2019-09-12 10:42:31 +01:00
Andrea Boriero
911c0220fe
6 - SQM based on JPA type system
2019-09-12 10:42:31 +01:00
Steve Ebersole
8d0ff71dfc
6 - SQM based on JPA type system
...
- further work on `org.hibernate.query` (especially `NamedQueryRepository` and friends)
- initial work on `org.hibernate.sql.exec`
- initial work on `org.hibernate.sql.results`
- SemanticPathPart handling
- NamedQueryMemento
- work on ProcedureCall
- continued work on `org.hibernate.sql.exec`
- continued work on `org.hibernate.sql.results`
- ported `hibernate-testing` JUnit 5 support
2019-09-12 10:42:29 +01:00
Sanne Grinovero
4661efa468
HHH-13591 Fixing formatting of previous patch
2019-08-20 08:44:51 +01:00
Carsten Hammer
19ac013eeb
HHH-13591 Replaces simple uses of array iteration with a corresponding for-each loop
2019-08-20 08:44:39 +01:00
Andrea Boriero
210aff098c
HHH-13577 LockTest.testContendedPessimisticLock and StatementIsClosedAfterALockExceptionTest.testStatementIsClosed tests fail on Sybase
...
HHH-13577 : Re-enable LockTest for SybaseASE15Dialect
2019-08-14 18:43:09 -07:00
Steve Ebersole
cc01f2561d
HHH-11147 - Allow enhanced entities to be returned in a completely uninitialized state
...
HHH-11161 - do not force initialize collection at all
2019-06-13 12:52:38 -05:00
Chris Cranford
27ddc8e834
HHH-13206 - Fix custom runner properly determine dialect feature checks.
2019-01-15 18:18:31 -05:00
Vlad Mihalcea
29e135c015
HHH-13104 - Oracle 12c / SAP Hana insert fails when entity contains only an identity-based column.
...
Exclude tests failing for SAP HANA and add the supportNoColumnInsert method in Dialect to be used by the Insert class
2019-01-10 15:09:50 -05:00
Guillaume Smet
2a8582be7f
HHH-13138 Set the TCCL in BytecodeEnhancerRunner
...
We are not consistently using the ClassLoaderService and we sometimes
use the TCCL so better set it correctly.
2019-01-03 21:34:46 +01:00
Guillaume Smet
855f34c771
HHH-12555 Add a DialectCheck for NClob support
2018-12-17 13:53:54 +01:00
Vlad Mihalcea
d986ae92d0
HHH-13144 - Move the doInAutoCommit utility to TranscationUtil
2018-12-06 09:22:29 +02:00
Sanne Grinovero
aae9cd14a5
HHH-13047 Deprecate Environment#verifyProperties
2018-10-18 11:48:48 +01:00
Vlad Mihalcea
cf3622f64c
HHH-12771 - Caused by: java.lang.UnsupportedOperationException: Cache provider [org.hibernate.cache.ehcache.internal.EhcacheRegionFactory@3271ec2a] does not support `transactional` access
2018-07-13 09:40:48 +03:00
Vlad Mihalcea
414a0dd75d
HHH-12787 - SessionJdbcBatchTest hangs with DB2
2018-07-12 13:39:10 +03:00
Vlad Mihalcea
387bbc51c1
HHH-12749 - Avoid setting the isolation level to the same value in C3P0ConnectionProvider
...
Fix checkstyle issues
2018-07-02 14:15:50 +03:00
Vlad Mihalcea
6f336b850c
HHH-12749 - Avoid setting the isolation level to the same value in C3P0ConnectionProvider
2018-07-02 13:36:23 +03:00
Vlad Mihalcea
bcb71fcdd6
HHH-12688 - Duplicated Error Information Displayed in the Log
2018-06-26 11:12:29 +03:00
Vlad Mihalcea
8bbd22967e
HHH-12710 - BaseCoreFunctionalTestCase opens an InputStream for mapping files but never closes it
2018-06-20 17:47:47 +03:00
Vlad Mihalcea
5cfb0a508c
HHH-12559 - Add support for MySQL 8 SKIP LOCKED and NOWAIT
2018-05-22 12:30:59 +03:00
Steve Ebersole
9f293b113b
HHH-12519 - Use Forbidden APIs library (Gradle plugin) to check our use of APIs
...
- fixing failures in non-core projects
2018-05-12 21:22:42 -05:00
Andrea Boriero
6cefa865b0
HHH-12454 - Offer flag to consider id generator with local scope (legacy non JPA behavior)
2018-04-16 09:47:09 -05:00
Bruno P. Kinoshita
ed575e44a9
HHH-12346: Replace StringHelper#join by Java's String#join
2018-03-28 21:14:09 -05:00
Andrea Boriero
0d82dc7c83
HHH-12444 - Introduce BootstrapContext
...
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero
11462e7860
HHH-12444 - Introduce BootstrapContext
...
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero
9229514ed4
HHH-12444 - Introduce BootstrapContext
...
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Andrea Boriero
8f889e95d7
HHH-12444 - Introduce BootstrapContext
...
HHH-12443 - Introduce TypeConfiguration
2018-03-28 17:43:48 -05:00
Steve Ebersole
b8674563d2
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
- Fix-ups from Radim's review
- Better Javadoc
2018-03-27 15:38:24 -05:00
Vlad Mihalcea
94e8ba7ba5
HHH-11806 - Add support for MariaDB 10.3
...
HHH-11769 - New MariaDB Dialect for MariaDB >= v10.1
Add support for IF EXISTS in constraint clauses
2018-03-27 18:14:43 +03:00
Steve Ebersole
1ae38f27a7
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector
test failure
2018-03-22 23:25:08 -05:00
Steve Ebersole
7f12e2a161
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
HHH-12416 - set up relocation for hibernate-ehcache
HHH-12417 - default strategy based on registrations with StrategySelector
Basically reverted HHH-12416 and added basic support for Ehcache 2 again
2018-03-22 22:51:07 -05:00
Steve Ebersole
1174cdad65
HHH-12417 - default strategy based on registrations with StrategySelector
...
ConnectionProviderInitiator and tests
2018-03-22 13:25:12 -05:00
Steve Ebersole
eea22fad17
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole
638ebf01df
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
- initial work on migrating hibernate-jcache to new SPIs including a more template-style approach to writing a RegionFactory (o.h.cache.spi.support)
2018-03-22 13:25:12 -05:00
Steve Ebersole
f432ecea68
HHH-11356 - Adjust the 2nd-Cache SPIs to better reflect supported uses
...
HHH-12323 - Update Statistics API and SPI based on changes to 2nd level caching changes
2018-03-22 13:25:12 -05:00
Andrea Boriero
7a47be8d9b
Revert "HHH-12391 - attempt to create test reproducing error; no luck"
...
This reverts commit 6e82e4fd53
.
2018-03-16 15:57:07 +00:00
Steve Ebersole
6e82e4fd53
HHH-12391 - attempt to create test reproducing error; no luck
2018-03-15 14:09:56 -05:00
Chris Cranford
676784d281
HHH-8382 - Fix ordering of lob columns when using HBM mappings.
2018-03-06 13:22:15 -05:00
Chris Cranford
a0b94f057a
HHH-8382 - Added test case.
2018-03-06 13:22:15 -05:00
Sanne Grinovero
0e597a03b5
HHH-11253 Revert dependency change on Javassist: still needed
2018-03-02 16:46:41 +00:00
Sanne Grinovero
0f5c3a0abc
HHH-11253 Make Byte Buddy BytecodeProvider impl the default
2018-03-02 12:19:18 +00:00
Sanne Grinovero
4e484af398
HHH-12336 Avoid unnecessary invocations of fillInStackTrace() in the tests
2018-03-01 17:58:30 +00:00
Andrea Boriero
84c50855ef
HHH-12271 - Add test for issue
2018-02-05 17:34:39 +00:00
Steve Ebersole
d806eff912
HHH-12190 - General tidying of Gradle scripts
2018-01-16 14:34:43 -06:00
Steve Ebersole
300fa80016
HHH-12189 - Only call setAccessible() when member is not accessible
2017-12-27 09:53:07 -06:00
Andrea Boriero
00a07caf5b
HHH-12098 - Fix licence checkstyle error
2017-12-13 17:42:43 +00:00
Steve Ebersole
59c3baae32
HHH-12146 - Support enabling caching at any level within a mapped hierarchy
2017-12-13 06:19:32 -06:00
Steve Ebersole
7fc5d3e856
HHH-12098 - prep 5.3
2017-12-13 06:19:32 -06:00
Steve Ebersole
4b3a18a5b4
HHH-12098 - prep 5.3
2017-12-13 06:19:31 -06:00
Steve Ebersole
ad0aa213bc
Allow Hibernate's Transaction act like JPA's EntityTransaction
2017-12-13 06:19:31 -06:00
Steve Ebersole
58781056a9
HHH-12129 - Fix expected exceptions on various Query methods
2017-12-13 06:19:31 -06:00
Steve Ebersole
4688d4412f
HHH-12098 - prep 5.3
2017-12-13 06:19:30 -06:00
Edward.Wilson
7011347b9a
HHH-12140 - Allow session scoped interceptors to be managed by DI providers (e.g Spring)
2017-11-30 13:31:53 +02:00
Steve Ebersole
e9263758fe
HHH-12085 - @NaturalId not working on inherited field
2017-11-10 17:20:49 -06:00
Vlad Mihalcea
164178330a
HHH-12073 - Change BaseUnitTestCase Logger to protected
2017-11-01 19:04:07 +02:00
Jonathan Bregler
3aad752b04
Improved Hibernate support for SAP HANA
...
- Identity column support
- Spatial support
- Various minor improvements in HANA dialects
2017-09-21 12:05:19 -05:00
Andrea Boriero
7a897d5285
HHH-11651 - Fix checkstyle errors
2017-09-21 16:24:42 +01:00
Andrea Boriero
6379a42a58
HHH-11651 - unwrapping error in AbstractMultiTenantConnectionProvider
2017-09-21 14:58:47 +03:00
barreiro
cfb910fb37
HHH-11882 - Use CustomRunner as the runner for tests with BytecodeEnhancerRunner
2017-08-10 14:39:00 +02:00
barreiro
a2803d7703
HHH-11882 - Remove old bytecode enhancer testing infrastructure
2017-08-07 09:41:33 -05:00
barreiro
168a47bdae
HHH-11882 - Bytecode enhancer JUnit runner
2017-08-07 09:41:33 -05:00
Vlad Mihalcea
c42df6a11b
HHH-11290 - Migrate all documentation snippets that derive the source code from extras instead of actual Unit Tests
...
Fixed in the Embeddable chapter
2017-06-29 16:56:08 +03:00
Vlad Mihalcea
e50809e631
Fix failing test on MariaDB
2017-06-16 11:59:10 +03:00
Vlad Mihalcea
c0b0da4282
HHH-11186 - Add examples for all Hibernate annotations
...
Document @UniqueConstraint annotation
2017-06-01 14:01:40 +03:00
Vlad Mihalcea
733f55f362
HHH-11740 - Default MultiTableBulkIdStrategy for DB2 does not work with connection pools
...
- Made test run on H2, Oracle, SQL server, MySQL and PostgreSQL
2017-05-15 18:50:31 +03:00
Richard Bradley
3a813dcbb4
HHH-11646 revert errant after -> afterQuery search and replace
2017-05-03 11:54:37 +03:00
Vlad Mihalcea
ca103dcb28
HHH-11542 - Allow the auto-commit resolution to be configurable for RESOURCE_LOCAL transactions
2017-04-14 10:51:57 +02:00
Andrea Boriero
23aad981a8
HHH-11593 - Remove mockito dependencies from hibernate-testing
2017-04-14 08:44:47 +02:00
Andrea Boriero
eef8a48ce4
HHH-11617 - Statement leak in case of 'SQLGrammarException: could not extract ResultSet'
2017-04-11 17:03:30 +03:00
Vlad Mihalcea
c15fa77f0f
HHH-11616 - Refactor org.hibernate.jpa.test.lock.LockTest
...
HHH-8001 - Apply query timeouts to Oracle follow-on locking
2017-04-06 16:02:29 +03:00
Andrea Boriero
cbace699a0
HHH-10654 - Fix checkstyle error
2017-04-05 09:59:06 +01:00
Andrea Boriero
5fd186a010
HHH-10654 - Fix mariadb and pgsql failing tests
2017-04-04 19:32:32 +03:00
Vlad Mihalcea
2a9c0fe0dd
HHH-10654 - LockOptions.SKIP_LOCKED semantics implementation on MSSQL
2017-04-03 08:17:50 +03:00
Andrea Boriero
6bfe281589
HHH-11593 - Fix checkstyle errors
2017-03-30 10:49:58 +01:00
Andrea Boriero
245dc27e48
HHH-11593 - Fix checkstyle errors
2017-03-30 10:48:17 +01:00
Vlad Mihalcea
ae23ecd937
HHH-11593 - Fix test issues in SQL Server
2017-03-29 17:13:30 +03:00
Andrei Solntsev
ba9d1c779f
HHH-11529 - Getting NullPointerException from ScanningCoordinator debug log
...
Actually URL.toString() calls toExternalForm(), so it has exactly the same effect, but without NPE.
2017-03-09 16:20:21 +02:00
Sanne Grinovero
7c90905d73
HHH-11518 Log4DelegatingLogger slows down testsuite execution by formatting messages too eagerly
2017-02-23 18:11:09 +00:00
Vlad Mihalcea
7c06d003dc
HHH-11457 - Add MariaDB specific Dialects
2017-02-15 12:08:34 +02:00
Evandro Pires da Silva
d48f393420
HHH-11262 - Bulk Operations attempt to create temporary tables, but user does not have permission to create table
2017-02-01 13:14:31 +02:00
Jan Martiska
e62d71b76b
HHH-11434 - prevent failures in some tests from freezing the whole test suite
2017-02-01 08:56:44 +00:00
Andrea Boriero
f007dc7c90
HHH-11428 - When multiple @RequiresDialect annotation is applied the test is ignored
2017-01-31 17:57:18 +00:00
Andrea Boriero
e547ee0793
HHH-11428 - When multiple @RequiresDialect annotation is applied the test is ignored
2017-01-31 15:17:15 +02:00
Christian Beikov
4d076111a3
Test case for HHH-11258
2016-11-23 06:32:08 -06:00
Rafael Winterhalter
ba3359fe62
HHH-11152: Added BytecodeProvider based on Byte Buddy
2016-11-16 13:18:46 -06:00
Christian Beikov
556aa265c0
Add property for disabling subquery join rewrites and handle mysql quoted identifiers
2016-10-21 13:44:08 -05:00
Steve Ebersole
9aa164ed27
HHH-10818 - Allow AttributeConverter on attributes marked as Lob (REALLY this time)
2016-09-29 11:27:27 -05:00
ChristophDreis
d2d947068d
HHH-11136 - Reduce memory consumption caused by Method.getParameterTypes()
2016-09-27 09:08:41 +02:00
Vlad Mihalcea
cc21eeb1af
Skip test failing on Java 1.9 using Gradle
2016-09-20 20:01:13 +03:00
Vlad Mihalcea
bd8c3c226d
Disable bytecode enhancement for documentation module as well as the test that makes use of this feature if the JDK version is 1.9
2016-09-20 18:23:45 +03:00
Vlad Mihalcea
553942d2f9
HHH-10399 - Add support for specifying TimeZone for ZonedDateTime type
2016-09-12 10:50:54 +03:00
Steve Ebersole
f26eb97091
HHH-11058 - NPE in SchemaValidator with DdlTransactionIsolatorJtaImpl
2016-08-19 15:48:51 -05:00
Chris Cranford
cddb221288
Checkstyle fix.
2016-07-29 16:13:38 -05:00
Vlad Mihalcea
bf823d440c
HHH-10996 - The cleanupTestData utility has issues with link tables
...
Use bulk delete in certain situations like when we have a @Formula annotation that takes an SQL function which is not supported by the currently running DB
2016-07-29 07:43:18 +03:00
Vlad Mihalcea
8f5ba32990
HHH-10996 - The cleanupTestData utility has issues with link tables
2016-07-27 16:13:35 +03:00
Marvin Froeder
74e959f1bc
HHH-10879 SqlServer dialect doesn't respect "key" reserved keyword
2016-07-22 11:27:41 +03:00
barreiro
b3aaa12b64
HHH-10977 - Fix enhanced classloader so that the testsuite behaves as the enhancement plugins do
2016-07-21 22:23:22 -07:00
barreiro
68a2896c2b
HHH-10922 - Add support for custom enhancement context on bytecode enhacer tests
2016-07-19 12:34:31 -07:00
Vlad Mihalcea
f5e10c29eb
HHH-10907 - Fix connection leak problem in hibernate-core tests
2016-07-14 13:55:30 +03:00
Vlad Mihalcea
da9c6e160d
HHH-10907 - Fix connection leak problem in hibernate-core tests
2016-07-13 18:02:47 +03:00
Andrea Boriero
2246e94ded
HHH-10946 - Fix checkstyle failures
2016-07-13 12:38:24 +02:00
Vlad Mihalcea
799ab91cf5
HHH-10943 - Driver Manager Connection Pool should close leaked connections upon shutting down
2016-07-12 17:14:59 +03:00
Vlad Mihalcea
9abe775708
Add missing license headers
2016-07-12 16:25:26 +03:00
Vlad Mihalcea
9c74438e99
HHH-10946 - Add utility to detect connection leaks during testing
2016-07-12 14:03:42 +03:00
Vlad Mihalcea
ffa6212b40
Fix code style issues
2016-07-12 09:32:06 +03:00
Brett Meyer
da4f5e1a57
HHH-10947 Add @Repeatable to Hibernate-owned annotations
2016-07-11 15:33:35 -04:00
Vlad Mihalcea
825ab02723
HHH-10945 - Move TransactionUtil from documentation to hibernate-testing
2016-07-11 16:58:06 +03:00
Vlad Mihalcea
0e6230faf0
HHH-10904 - Fix tests failing when switching to MySQL
2016-06-30 08:50:22 +03:00
Piotr Findeisen
832b62f7bb
HHH-9486: Use follow-on locking when paging only
2016-06-15 18:57:29 +03:00
Steve Ebersole
3a0824a037
HHH-10287 - Cache keys no longer include the entity type
2016-06-01 20:51:46 -05:00
Andrea Boriero
70c6abcbae
HHH-10513 - Add test for issue
2016-05-26 10:01:54 +01:00
Vlad Mihalcea
a3207ca5a8
HHH-10754 - Add support for PARTITION keyword in @Formula
2016-05-24 21:38:51 +03:00
Vlad Mihalcea
231484662b
HHH-10689 - Fix tests failing when switching to Oracle
2016-05-17 17:44:32 +03:00
Steve Ebersole
11fc090557
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (migrate HEM tests - first attempt)
2016-05-06 13:12:38 -05:00
Steve Ebersole
76bac3268a
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (continued fixing of hibernate-core test failures)
2016-05-06 13:12:33 -05:00
Steve Ebersole
87e3f0fd28
HHH-10664 - Prep 6.0 feature branch - merge hibernate-entitymanager into hibernate-core (first sucessful full compile of consolidated hibernate-core)
2016-05-06 13:12:32 -05:00
Dominique Toupin
de6d80a67b
HHH-10456: Report the class name were the invalid PrimaryKeyJoinColumn is present
2016-03-30 17:55:05 +03:00
Steve Ebersole
17de173cb5
HHH-10458 - Better encapsulate SchemaManagementTool (OGM) - unify JPA schema generation and hbm2ddl capabilities;
...
HHH-10487 - Add @Incubating annotation
2016-02-09 11:45:46 -06:00
Martin Simka
af7a9a69a8
[HHH-10475] skip CompositeIdRowValueTest databases that don't support row value constructor syntax
2016-02-08 22:12:15 -08:00
Steve Ebersole
701f59b132
cleaned up JdbcMocks in test sources and moved it to hibernate-testing
2016-01-23 13:24:45 -06:00
Steve Ebersole
039382e8be
cleaned up JdbcMocks in test sources and moved it to hibernate-testing
2016-01-23 12:59:03 -06:00
barreiro
6828f5ee9b
HHH-10354 - Rename 'field access' to 'extended enhancement'
2015-12-16 13:56:56 -06:00
Steve Ebersole
2cb113cf96
checkstyle fix ups
2015-11-16 22:57:25 -06:00
Steve Ebersole
1e44e7420b
HHH-10267 - Support defining lazy attribute fetch groups
2015-11-16 15:43:11 -06:00
Andrea Boriero
f9065daba1
HHH-5946 - Tests for not equals operations expecting QuerySyntaxException require dialect does not support row value constructor syntax
2015-11-14 14:33:16 +00:00
Steve Ebersole
472f4ab9ef
HHH-10280 - Remove legacy bytecode enhancement artifacts
2015-11-12 19:47:50 -06:00
Steve Ebersole
246e98c5af
HHH-10178 - Move Geronimo JTA jar to provided configuration (non-transitive)
2015-10-27 21:55:14 -05:00
Steve Ebersole
6d590d76b6
HHH-9807 - Better error message when @Formula and @Id are combined
2015-10-07 13:07:37 -05:00
Andrea Boriero
8d3b2e723b
HHH-9996 - Finish Derby database profile
2015-09-28 21:28:12 +01:00
Steve Ebersole
6ce9d6848d
HHH-10115 - HHH90000003: Use of DOM4J entity-mode is considered deprecated
...
(cherry picked from commit 91cd767d20
)
2015-09-22 16:13:45 -05:00
Andrea Boriero
c5b1cf94f3
HHH-10108 - Substituted checkstyle NewlineAtEndOfFile rule with rules used in OGM and fixed classes having more than a newline at the end of file
2015-09-22 18:11:43 +01:00
Andrea Boriero
2731fe541a
HHH-100084 - Refactor Identity Column support methods into IdentityColumnSupport interface
2015-09-08 19:03:03 +01:00
Radim Vansa
d9b456b03a
HHH-10058 Parameterized test runner compatible with CustomRunner
2015-09-01 12:04:42 -05:00
Kamil Szymanski
5f5e5f82c4
HHH-9593 Remove superfluous references to enclosing class
...
Conflicts:
hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java
2015-08-26 15:55:45 -04:00
Steve Ebersole
3192e1db92
HHH-9503 - Consistently accept numeric value or Connection constant field name for configuring transaction isolation
2015-08-04 21:11:18 -05:00
Radim Vansa
4fd7680191
HHH-9977 Consider options for passing Session to caching SPI calls
...
* Passing SessionImplementor to all the calls executed in transactional context
2015-07-28 17:56:55 +01:00
Steve Ebersole
37cc060b45
HHH-9930 - Enable mariadb (mysql) database profile
2015-07-23 12:25:40 -05:00
Steve Ebersole
b24ba54d38
HHH-9930 - Enable mariadb (mysql) database profile
2015-07-20 12:06:34 -05:00
Steve Ebersole
6812c07a16
HHH-9946 - Do better job cleaning up "stray" transactions in base test
2015-07-18 14:20:02 -05:00
Steve Ebersole
0d6393a8b1
HHH-9887 - Make sure the JPA temp ClassLoader is not used to load Class definitions that are then held on to
2015-07-02 02:50:12 -05:00
Radim Vansa
e5f4b616d4
HHH-9840 Checkstyle fixes
2015-07-01 23:19:46 +01:00