Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
minLevel1
maxLevel6
outlinefalse
stylenone
typelist
printabletrue

...

What is the timeline for this upgrade?

This upgrade will be is now available with the Snap Pack version 4postgresupgrade26570 for PostgreSQL and can be manually selected if you want to do early testing before the Latest July release (available on July 10 (Latest release), 2024, and ). This driver upgrade will be part of the GA release on August 14, 2024 (Stable release).

...

  • Changes in the query in the error messages:

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

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

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

  • Improvisations in error messages:

    • There are some minor text changes to 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)."

...