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
Our current jdbc integration test are based on babashka, a modified clojure runtime. After some investigation, I found it's difficult to add support for prepared statement.
We can switch to clojure+next.jdbc for a full jdbc client, or using jbang with postgresql jdbc driver for a test script written in java.
The text was updated successfully, but these errors were encountered:
Our current jdbc integration test are based on babashka, a modified clojure runtime. After some investigation, I found it's difficult to add support for prepared statement.
We can switch to clojure+next.jdbc for a full jdbc client, or using jbang with postgresql jdbc driver for a test script written in java.
The text was updated successfully, but these errors were encountered: