kputnam / piggly

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

Support for latest stored procedure syntax #55

Open gsanjeev432 opened 2 years ago

gsanjeev432 commented 2 years ago

Stored procedure written using CREATE PROCEDURE are not working. Why trying to trace it gives error - "DETAIL: "total_score" is a procedure."

  1. Is there anyone facing the same error?
  2. Do we have support for this in piggly or does it only supports CREATE FUNCTION?