Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve jdbc integration test #65

Open
sunng87 opened this issue Mar 22, 2023 · 0 comments
Open

Improve jdbc integration test #65

sunng87 opened this issue Mar 22, 2023 · 0 comments
Labels
good first issue Good for newcomers

Comments

@sunng87
Copy link
Owner

sunng87 commented Mar 22, 2023

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 sunng87 added help wanted Extra attention is needed good first issue Good for newcomers and removed help wanted Extra attention is needed labels Mar 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant