Skip to content

Commit 9cc93b3

Browse files
committed
Fix issue #25 (#26)
- 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.
1 parent 137bd42 commit 9cc93b3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,10 @@ For this version, the changelog lists the main changes comparatively to the late
151151
- Fix logs in `CassandraConnection` constructor.
152152

153153
[original project]: https://github.com/adejanovski/cassandra-jdbc-wrapper/
154+
<<<<<<< HEAD
154155
[4.10.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.9.1...v4.10.0
156+
=======
157+
>>>>>>> b66035e (Fix issue #25 (#26))
155158
[4.9.1]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.9.0...v4.9.1
156159
[4.9.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.8.0...v4.9.0
157160
[4.8.0]: https://github.com/ing-bank/cassandra-jdbc-wrapper/compare/v4.7.0...v4.8.0

0 commit comments

Comments
 (0)