Merge jTDS, updated PostgreSQL to nested-tx

This commit is contained in:
Sean Corfield 2020-06-06 17:28:19 -07:00
parent fd37ed8d19
commit 751c967741

View file

@ -3,6 +3,7 @@
Only accretive/fixative changes will be made from now on.
Changes made on master since 1.0.462:
* WIP: nested transaction support!
* Add tests for `"jtds"` database driver (against MS SQL Server), making it officially supported.
* Switch from OpenTable Embedded PostgreSQL to Zonky's version, so that testing can move forward from PostgreSQL 10.11 to 12.2.0.
* Add log4j2 as a test dependency so that I have better control over logging (which makes debugging easier!).