[CONJ-69] open statement when the connection is closed Created: 2013-10-10 Updated: 2014-10-21 Resolved: 2014-10-21 |
|
| Status: | Closed |
| Project: | MariaDB Connector/J |
| Component/s: | None |
| Affects Version/s: | 1.1.5 |
| Fix Version/s: | 1.1.8 |
| Type: | Bug | Priority: | Major |
| Reporter: | nzanaga | Assignee: | Massimo Siani (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | connection, statement | ||
| Description |
|
The Connection.createStatement() return a statement even if the connection is closed. Below sample code: Properties props = new Properties(); Statement st1 = connection.createStatement(); |