File tree 1 file changed +2
-2
lines changed
hibernate-core/src/main/java/org/hibernate/dialect
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 122
122
import static org .hibernate .type .descriptor .DateTimeUtils .appendAsTimestampWithMillis ;
123
123
124
124
/**
125
- * A {@linkplain Dialect SQL dialect} for CockroachDB 21 .1 and above.
125
+ * A {@linkplain Dialect SQL dialect} for CockroachDB 23 .1 and above.
126
126
*
127
127
* @author Gavin King
128
128
*/
@@ -135,7 +135,7 @@ public class CockroachDialect extends Dialect {
135
135
// Pre-compile and reuse pattern
136
136
private static final Pattern CRDB_VERSION_PATTERN = Pattern .compile ( "v[\\ d]+(\\ .[\\ d]+)?(\\ .[\\ d]+)?" );
137
137
138
- protected static final DatabaseVersion MINIMUM_VERSION = DatabaseVersion .make ( 22 , 2 );
138
+ protected static final DatabaseVersion MINIMUM_VERSION = DatabaseVersion .make ( 23 , 1 );
139
139
140
140
protected final PostgreSQLDriverKind driverKind ;
141
141
You can’t perform that action at this time.
0 commit comments