jaybird
jaybird copied to clipboard
Statement on FBStatement execution leaves last executed query prepared [JDBC508]
Submitted by: @mrotteveel
After a query has been executed on a FBStatement, that statement remains prepared on the handle. Instead, the statement should be unpreprared (maybe at transaction end?).