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
server: Fix result set serialization in wire protocol
Fix data row serialization for the PostgreSQL wire protocol:
- Send column values as part of a data row instead a data row per
column.
- Fix column name and type information in row description.
Refs #87
0 commit comments