Skip to content

Commit

Permalink
handle parameter status responses in postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
vyzo committed Jan 10, 2022
1 parent 3dd0d03 commit 2560a23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/std/db/postgresql-driver.ss
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,9 @@
(['NoticeResponse msg . irritants]
(notice! msg irritants)
(recv!))
(['ParameterStatus msg . irritants]
(void)
(recv!))
(msg msg)))

(def (notice! msg irritants)
Expand Down

0 comments on commit 2560a23

Please sign in to comment.