stephentu / scala-sql-parser

SQL parser written using Scala's parser combinator library
MIT License
107 stars 54 forks source link

Bitwise operators #5

Open markosski opened 8 years ago

markosski commented 8 years ago

Hi there, would like to contribute to your project. Many databases support bitwise operations so I think this would be useful.

stephentu commented 8 years ago

@martez81: I am not actively maintaining this project, but if you submit a PR with these changes I will happily merge your code.

markosski commented 8 years ago

@stephentu thanks. Do you know of any other Scala based SQL parsers that are more complete?