Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel1
outlinefalse
typeflat
separatorbrackets
printablefalse

...

Note

Your existing PostgreSQL pipelines that use the default driver (bundled with the PostgreSQL Snap Pack) might break because this upgrade is not fully backward-compatible.

...

  • Some error messages will now include the data type, for example:

    • Old: "...where (badId = 1) was aborted:..."

    • New: "...where (badId = ('1'::numeric)) was aborted:..."

  • There are some minor text changes to a few of the error messages, for example:

    • Old"Hint: No operator matches the given name and argument types."

    • New"Hint: No operator matches the given name and argument type(s)."

...