Skip to content

0.54.10

Choose a tag to compare

@github-actions github-actions released this 15 Jan 08:38

Merged PRs

doltgresql

  • 2199: Support multiple statements
    This allows for handling multiple statements within a single Query message. This fixes:
    • #2175
      This also tests the contents of the messages returned, which were verified using Wireshark on a local Postgres instance as the source-of-truth.
  • 2190: Initial support for UDFs with RETURNS SETOF
    Adds support for user-defined functions that use RETURNS SETOF to return values of a composite type.
    Support for UDFs that use RETURNS TABLE to return an anonymous composite type will be added as a follow up.

Closed Issues

  • 2174: Error: DISTINCT ON is not yet supported