kputnam / piggly

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

Add support GET STACKED DIAGNOSTICS and WITH queries. #28

Closed dbut023 closed 7 years ago

dbut023 commented 7 years ago

Adds support with GET STACKED DIAGNOSTICS and WITH queries. I've added spec tests in the xxx_spec.rb but will change it to a better name on your guidance.

Additional a little tweak to the handling of array types which seems a lot more reliable on the databases I've tested on (all PGSQL 9.3.x).

kputnam commented 7 years ago

Thanks, this looks good!