File tree 1 file changed +2
-2
lines changed
spring-data-relational/src/main/java/org/springframework/data/relational/core/dialect
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ default boolean driverRequiresKeyColumnNames() {
63
63
/**
64
64
* Provides for a given id {@link SqlIdentifier} the String that is to be used for registering interest in the
65
65
* generated value of that column.
66
- *
66
+ *
67
67
* @param id {@link SqlIdentifier} representing a column for which a generated value is to be obtained.
68
68
* @return a String representing that column in the way expected by the JDBC driver.
69
69
* @since 3.3
@@ -107,6 +107,6 @@ default String createSequenceQuery(SqlIdentifier sequenceName) {
107
107
}
108
108
109
109
static String createSequenceQuery (String nameString ) {
110
- return "SELECT NEXT VALUE FOR" + nameString ;
110
+ return "SELECT NEXT VALUE FOR " + nameString ;
111
111
}
112
112
}
You can’t perform that action at this time.
0 commit comments