next-jdbc/test/next
Sean Corfield b0a640a101
fixes #282 by tracking raw Connection objects for TXs.
this no longer checks TX nesting for DataSource-based TXs, but instead uses the Connection-based implementation directly.

raw Connection objects are tracked in a dynamic set.

thanks to [mbezjak](https://github.com/mbezjak) for the core of the implementation.

Signed-off-by: Sean Corfield <sean@corfield.org>
2024-11-20 16:49:39 -08:00
..
jdbc add date of last release; update copyright years 2024-11-09 16:38:25 -08:00
jdbc_test.clj fixes #282 by tracking raw Connection objects for TXs. 2024-11-20 16:49:39 -08:00