Skip to content

Commit

Permalink
Merge pull request #660 from vyzo/fix/postgres
Browse files Browse the repository at this point in the history
handle parameter status responses in postgres
  • Loading branch information
vyzo authored Jan 10, 2022
2 parents 3dd0d03 + 2560a23 commit df89259
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 df89259

Please sign in to comment.