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

clojure.java.jdbc compatibility in concurrent connection usage #245

Closed
seancorfield opened this issue Mar 17, 2023 · 3 comments
Closed

clojure.java.jdbc compatibility in concurrent connection usage #245

seancorfield opened this issue Mar 17, 2023 · 3 comments
Assignees

Comments

@seancorfield
Copy link
Owner

Is your feature request related to a problem? Please describe.
See #244 for background.

Describe the solution you'd like
If you bind *nested-tx* to :ignore to get c.j.j compatibility there, you should also get compatibility on the (non-)locking of Connection to match c.j.j's unsafe behavior (see #106 for why that changed in the first place).

@seancorfield seancorfield self-assigned this Mar 17, 2023
@seancorfield
Copy link
Owner Author

@camsaul this is on develop and in the latest 1.3.999-SNAPSHOT for testing.

@camsaul
Copy link

camsaul commented Mar 17, 2023

Thanks, I'll give it a shot tomorrow!

@camsaul
Copy link

camsaul commented Mar 17, 2023

Thanks @seancorfield, the fix works for us! 🥳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants