Quantco / pytsql

Run mssql scripts from Python.
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

Bump antlr to 4.11 #63

Closed svengiegerich closed 1 year ago

svengiegerich commented 1 year ago

Motivation: Version 4.11.1 is the latest of antlr. I don't see a clear reason not to use that version (other than the package needs c++17 compared to c++13). Besides, updating antlr could make it possible to use other grammar definitions.

Changes: See the commit history:

  1. bump dependencies,
  2. update cpp_src/,
  3. run helper_generate_parsers.sh,
  4. increase c++ version.
svengiegerich commented 1 year ago

Update: Converted to draft as built for macos-11 failed. Sorry for being to fast here!

svengiegerich commented 1 year ago

Thanks to @xhochy, everything runs now like a charm. Many thanks!