File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
main/java/net/sf/jsqlparser/statement/select
test/java/net/sf/jsqlparser/statement/select Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ public enum ForMode {
2323 KEY_SHARE ("KEY SHARE" ),
2424
2525 // https://www.ibm.com/docs/en/db2-for-zos/13.0.0?topic=statement-read-only-clause
26- READ_ONLY ("READ ONLY" ),
27- FETCH_ONLY ("FETCH ONLY" );
26+ READ_ONLY ("READ ONLY" ), FETCH_ONLY ("FETCH ONLY" );
2827
2928 private final String value ;
3029
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ void testDB2SpecialRegister() throws JSQLParserException {
2424 }
2525
2626 @ ParameterizedTest
27- @ ValueSource ( strings = {
27+ @ ValueSource (strings = {
2828 "SELECT * FROM table WITH UR" ,
2929 "SELECT * FROM table WITH UR FOR READ ONLY" ,
3030 "SELECT * FROM table FOR READ ONLY" ,
You can’t perform that action at this time.
0 commit comments