paupino / psqlpack

A logical database management system for PostgreSQL enabling incremental database deployment.
Apache License 2.0
8 stars 2 forks source link

Added in optional AST logging for function validation debugging #72

Closed paupino closed 7 years ago

paupino commented 7 years ago

Pretty basic extension to allow dumping the generated statement if compiled with the symbols feature. I intend to leverage this further within the Lexer and Parser in the future (i.e. within the actual tokenization and shift/reduce logic) within #11.