We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ce98e4 commit dec98caCopy full SHA for dec98ca
src/test/java/net/sf/jsqlparser/test/insert/InsertTest.java
@@ -239,7 +239,7 @@ public void testModifierPriority3() throws JSQLParserException {
239
public void testIssue223() throws JSQLParserException {
240
assertSqlCanBeParsedAndDeparsed("INSERT INTO user VALUES (2001, '\\'Clark\\'', 'Kent')");
241
}
242
-
+
243
@Test
244
public void testKeywordPrecisionIssue363() throws JSQLParserException {
245
assertSqlCanBeParsedAndDeparsed("INSERT INTO test (user_id, precision) VALUES (1, '111')");
0 commit comments