jaybird
jaybird copied to clipboard
Add tests for calling methods on statement after statement close [JDBC357]
Submitted by: @mrotteveel
Relate to JDBC350
The conditions for throwing an SQLException for using (most) methods on a statement are not well-tested. Add tests for this.
Modified by: @mrotteveel
summary: Add tests for calling execute() after statement close => Add tests for calling methods on statement after statement close