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
(<!! (db/execute db ["insert into t (id) values ($1);"9])) ;; => {:updated 1 :rows []}
(<!! (db/execute db ["insert into t (id) values ($1);"nil])) ;; => {:updated 0 :rows []} instead of an error
platform:
PostgreSQL 11 + Java 8 + clojure 1.10
The text was updated successfully, but these errors were encountered:
platform:
PostgreSQL 11 + Java 8 + clojure 1.10
The text was updated successfully, but these errors were encountered: