You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.