Releases: theory/tap-parser-sourcehandler-pgtap
Releases · theory/tap-parser-sourcehandler-pgtap
Release v3.37
Release v0.36
Changes for v3.36
- Improved the
functions_are()tests generated bypg_tapgenby eliminating duplicate function names. Thanks to @deathwish for the PR (#34). - Improved the function-body tests generated by
pg_tapgenby creating separate tests for each instance of a function with different arguments, since the arguments are part of the function signature. Thanks to @deathwish for the PR (#34). - The list of trigger tests generated by
pg_tapgenwill now by sorted, so that they'll no longer appear in random order, which can be annoying when comparing changes. Thanks to Kashif Iqbal Khan for the report (#35). - Fixed documentation error for the scoring of files. It returns 0.9, not 1, for files ending in
.pg. - Highlighted the dependence on
psqland its support for environment variables, password file, and connection file in the documentation.