You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changelog: http://www.h2database.com/html/changelog.html
Re-apply f087be3 commit.
Also fixes SQL query that have undetermined results:
%
In absence of ORDER BY clause rows don't have any specific order. Older versions of H2 produce row
with TRUE first, newer version of H2 produce row with FALSE first. Both behaviors are valid.
Non-standard LIMIT clause truncates the second row.
%
See for details: h2database/h2database#1874
This change makes migrations work on H2 1.4.198+
No functional changes.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -505,7 +505,7 @@
505
505
<groovy.version>2.0.8</groovy.version>
506
506
507
507
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
508
-
<h2.version>1.4.197</h2.version>
508
+
<h2.version>1.4.199</h2.version>
509
509
510
510
<!-- Redefine default value from spring-boot-dependencies (https://github.com/spring-projects/spring-boot/blob/v1.5.20.RELEASE/spring-boot-dependencies/pom.xml) -->
0 commit comments