bernhardttom
bernhardttom
Could however improve to detect the variable or provide an exception
short a=1; short b=2; short c=a*b;
Narrowing "int" to "short" wouldn't be allowed. I'd recommend plugin single row func.
Yeah well in the JVM world `short * short = int` There could however be a compiler flag to change the behavior.
Due to backward compatibility the behavior stays as it is by default. However a compiler flag to change the default behavior can be added. Its possible the SQL standard prescribes...
Is there an exception when forcing the new ANTLR version?
ANTLR has information on this issue here: [https://github.com/antlr/antlr4/issues/3895](https://github.com/antlr/antlr4/issues/3895) The script that regenerates the parser can be found in esper\compiler\grammar We don't have a date yet when the new version ships,...
Changes are in version 9.0.0
"select * from PriceLimit" is what you want
what example?