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 b3ee751 commit 8cf8b4bCopy full SHA for 8cf8b4b
src/main/java/net/sf/jsqlparser/expression/CastExpression.java
@@ -31,7 +31,7 @@ public class CastExpression implements Expression {
31
32
private Expression leftExpression;
33
private ColDataType type;
34
- private boolean useCastKeyword;
+ private boolean useCastKeyword = true;
35
36
public ColDataType getType() {
37
return type;
0 commit comments