Skip to content

Releases: okbob/plpgsql_check

2.8.4

23 Nov 05:00

Choose a tag to compare

  • force cast constant strings to target type

2.8.3

11 Oct 04:23

Choose a tag to compare

  • fix check if function was already checked or not in passive mode for PostgreSQL 18
  • fix false alarm about bad number of target variables when procedure has composite inout argument

Full Changelog: v2.8.2...v2.8.3

2.8.2

28 Jul 04:38

Choose a tag to compare

  • set correctly context of hiddent cast for all cases (not just for assignment), and for this warning set the query field when the statement is EXECSQL

2.8.1

20 Apr 05:15

Choose a tag to compare

  • fix build for PostgreSQL 18

2.8.0

18 Mar 07:14

Choose a tag to compare

  • remove support for PostgreSQL 12 and 13 (code cleaning)

2.7.15

06 Feb 06:42

Choose a tag to compare

  • raise a warning when the expression is not pure expression

this is probably last release for PostgreSQL 12 and 13

2.7.14

31 Jan 07:14

Choose a tag to compare

  • metadata and code cleaning

2.7.13

20 Dec 16:04

Choose a tag to compare

  • almost cosmetic changes

2.7.12

15 Oct 03:36

Choose a tag to compare

  • allow to use custom pg_config

2.7.11

16 Sep 08:52

Choose a tag to compare

  • disallow late pldbgapi2 initialization, fix some possible crashes