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 68e5b53 commit a8333bfCopy full SHA for a8333bf
src/test/java/net/sf/jsqlparser/test/select/SelectTest.java
@@ -2117,6 +2117,6 @@ public void testBooleanValue() throws JSQLParserException {
2117
}
2118
2119
public void testBooleanValue2() throws JSQLParserException {
2120
- assertSqlCanBeParsedAndDeparsed("SELECT col FROM t WHERE 3<5 and a");
+ assertSqlCanBeParsedAndDeparsed("SELECT col FROM t WHERE 3 < 5 AND a");
2121
2122
0 commit comments