Skip to content

Commit

Permalink
Fix issue #25 (#26)
Browse files Browse the repository at this point in the history
- fix result sets and statements closing.
- introduce a new behaviour in Liquibase compliance mode to run multiple
queries in the same statement synchronously (by default, they are executed
asynchronously).
- return the schema name instead of null when the method
CassandraConnection.getCatalog() is called in Liquibase compliance mode.
- does not throw SQLFeatureNotSupportedException when
CassandraConnection.rollback() is called in Liquibase compliance mode.
  • Loading branch information
maximevw committed Oct 1, 2023
1 parent 137bd42 commit 9cc93b3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,10 @@ For this version, the changelog lists the main changes comparatively to the late
- Fix logs in `CassandraConnection` constructor.

[original project]: https://github.com/adejanovski/cassandra-jdbc-wrapper/
<<<<<<< HEAD
[4.10.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.9.1...v4.10.0
=======
>>>>>>> b66035e (Fix issue #25 (#26))
[4.9.1]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.9.0...v4.9.1
[4.9.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.8.0...v4.9.0
[4.8.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.7.0...v4.8.0
Expand Down

0 comments on commit 9cc93b3

Please sign in to comment.