forked from hibernate/hibernate-orm
-
Notifications
You must be signed in to change notification settings - Fork 0
merge master #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
merge master #3
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…nCoordinatorImpl should be lazily initialized
…eThenNativeRead tests are failing on SQL Server
…DateTimeTest failing on Sybase for year 1600
This does not change the behavior of the class at all: it simply restructures the code to allow for the changes in the next commits.
…ices of individual (non-aggregated) class loaders
…sloader is provided
…lias() fails on MariaDB
… subsequent JOIN on Sybase
…nt with WITH(NOWAIT)
…on foreign key definitions
Before fix method org.hibernate.internal.util.StringHelper#replace matched placeholders illegally in case when ordinal parameters list was expanded. Ex. placeholder ?1 was matched with ?11, ?12, ?13 etc. For queries with 2 or more IN clauses with different collections there were a situation when ?1 from the first clause matched with already expanded placeholders from the second collection. Each match led to recursive call of replace method. If collection in second clause was very long then StackOverflowError occurred. Fix adds check of partial placeholder match for wholeWords mode which is used in expanding list parameters. Partial matches are skipped during replace.
…tually allocates an empty Object[]
…AfterALockExceptionTest.testStatementIsClosed tests fail on Sybase HHH-13577 : Re-enable LockTest for SybaseASE15Dialect
…tion of iterators
…se64, from_base64, regexp_replace, regexp_instr, regexp_substr
…in common scenario
…oxy with immutable natural ID
…th entity and query results
…yImplementor argument instead of PersisterCreationContext
…yImplementor argument instead of PersisterCreationContext
ConnectorJ 8 is the version used in WildFly integration tests. ConnectorJ 5 is apparently no longer tested. Note this solves most timezone-related issues we've been having.
MySQL ConnectorJ 8.x returns the wrong date when the JVM default timezone is different from the server timezone: https://bugs.mysql.com/bug.php?id=91112
…TypeTest We were testing GMT instead of UTC-8 without even knowing it...
…ead' test for MySQL The returned time is right (otherwise #writeThenRead would fail), it's just that a different day is returned, but it won't affect the LocalTime representation manipulated by the user.
…t#getTime(int, Calendar) method
…adb task It's already the version we use when running test -Pdb=mariadb, so let's be consistent.
…-generation.scripts.action in hibernate.properties
It's already the version we use when running test -Pdb=hana, so let's be consistent.
merging fork
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.