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
fix: allow QueryMessage with empty query string (#113)
PostgreSQL accepts QueryMessages with an empty query string. PGAdapter now also accepts these and sends back a NoDataResponse without sending the statement to Spanner.
0 commit comments