Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
invalid prepared statement handling fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
grro committed Aug 5, 2015
1 parent 89e9ad2 commit c486cf8
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
0.14
* Bugfix removing invalid cached prepared statements: internal prepared statement cache will be invalidated, if a host goes up or an internal driver error occurs

0.15
* bugfix: Prepared statement can no longer be executed by other sessions than the session which prepared the statement. This could result in invalid prepared sessions

0.14
* bugfix: removing invalid cached prepared statements: internal prepared statement cache will be invalidated, if a host goes up or an internal driver error occurs

0.12
* reactive-streams dependency set to 1.0.0.RC5

0 comments on commit c486cf8

Please sign in to comment.