fix describe issue

This commit is contained in:
chrislu
2025-09-03 10:16:19 -07:00
parent 50040a68bb
commit 48a9bee3b8
3 changed files with 142 additions and 43 deletions

View File

@@ -199,6 +199,7 @@ func (s *PostgreSQLServer) handleSimpleQuery(session *PostgreSQLSession, query s
if err != nil {
return err
}
// Send ReadyForQuery and exit (don't continue processing)
return s.sendReadyForQuery(session)
}