pgsql-ast-parser icon indicating copy to clipboard operation
pgsql-ast-parser copied to clipboard

fix: allow qualifying tables & columns by database & schema

Open markandrus opened this issue 1 year ago • 0 comments

Fixes #165

I would have liked to have set up the interfaces so that if database is defined, then surely schema is defined, but it's not straightforward with TypeScript. Instead, there is a runtime check in the visitor in to-sql.ts that checks this.

markandrus avatar Aug 20 '24 10:08 markandrus