kputnam / piggly

PL/pgSQL stored procedure code coverage tool
Other
69 stars 14 forks source link

Extend the grammer to explicitly support CURSOR variables in a declaration section. #46

Closed hawicz closed 4 years ago

hawicz commented 4 years ago

To fix issue #45.

Also allow "COLLATE" and "DEFAULT" in regular variable declarations.

hawicz commented 4 years ago

This looks good! Could you add a small test file to example/proc/issue_45.sql to test a number of permutations that should be accepted by the grammar? You can follow the steps in example/README to check that it works.

Ok, will do.

kputnam commented 4 years ago

Thanks Eric!