First of all thank you for the great work on JSqlParser.
As I currently need some support or at least a grammar that allows CAST (… AS …) and (+) from Oracle, I wanted to check if I could add these to the grammar myself.
I checked out the current code base from the trunk, but unfortunately the current code base seems to have some errors?
Following classes are missing:
BitwiseAnd, BitwiseOr, BitwiseXor, Concat, Matches
Is there a way to fix this?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
First of all thank you for the great work on JSqlParser.
As I currently need some support or at least a grammar that allows CAST (… AS …) and (+) from Oracle, I wanted to check if I could add these to the grammar myself.
I checked out the current code base from the trunk, but unfortunately the current code base seems to have some errors?
Following classes are missing:
BitwiseAnd, BitwiseOr, BitwiseXor, Concat, Matches
Is there a way to fix this?
you're right: I forgot to add those files. They should be included in trunk now
Thank you.