pgwire icon indicating copy to clipboard operation
pgwire copied to clipboard

Improve jdbc integration test

Open sunng87 opened this issue 2 years ago • 0 comments

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.

sunng87 avatar Mar 22 '23 15:03 sunng87