Skip to content

ProvSQL 1.7.1

Choose a tag to compare

@PierreSenellart PierreSenellart released this 24 May 15:43
v1.7.1

What's new in 1.7.1

  • Fix a bug where a backend that first planned a query before the
    provsql extension was fully available (e.g. a pooled connection
    predating CREATE EXTENSION, or one active during ALTER EXTENSION … UPDATE) could permanently stop tracking provenance, silently returning
    results without the provsql column for the rest of the session. Failed
    constant-cache lookups are no longer memoized, so affected backends
    recover automatically.