Matt Triff

Results 37 comments of Matt Triff

It looks like you haven't set Jest up correctly for running Typescript tests, you can use [ts-jest](https://github.com/kulshekhar/ts-jest) or follow the Babel configuration described in the [Jest docs](https://jestjs.io/docs/getting-started#using-typescript).

Thanks! I haven't tested with STORED_PROCEDURE entries, but happy to add that functionality. Some questions for you: 1. Can you give an example of the SQL that you're trying to...

I've implemented parsing for stored procedure calls and control flow statements like `FOR`. The block you provided is now parsed as one big query (from `declare` to `end`) and all...

I don't have immediate plans to implement Hive SQL support, but I would welcome the contribution. The first step would be to add Hive SQL support to [modeldba/antlr4ts-sql](https://github.com/modeldba/antlr4ts-sql), there is...

Thanks for the detailed issue! As you figured out in #2, PL/pgSQL table aliases aren't being parsed correctly. I want to address your desired output of: ``` OutputColumn { columnName:...

Sounds good for `getDisplayName()`. I'm not sure when I'll have a chance to implement it, but it's a good idea. How would you use the type/cast information? It would be...

Good to know. Agreed, it will need to be tracked to get the display name anyway, so it _shouldn't_ take too much effort to include it as an attribute.