Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.2
-
None
-
None
Description
e.g.: if the update query is executed with executeQuery method the SQLException will be thrown AFTER the data has been updates.
JdbcSqlFieldsQuery must be used for executeQuery and executeUpdate methods.
Expected exceptions:
- SQLException: executeQuery method can not be used for update.
- SQLException: executeUpdate method can not be used for select.
Attachments
Issue Links
- links to