You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a proper behaviour when Connection.prepareStatement,
Statement.execute, and Statement.executeUpdate are called with the
Statement.NO_GENERATED_KEYS flag.
Return an empty generated keys when the Statement.NO_GENERATED_KEYS is
set as a special case of a generated keys absence.
Fixes: #78
Add a proper behaviour when Connection.prepareStatement,
Statement.execute, and Statement.executeUpdate are called with the
Statement.NO_GENERATED_KEYS flag.
Return an empty generated keys when the Statement.NO_GENERATED_KEYS is
set as a special case of a generated keys absence.
Fixes: #78
Add a proper behaviour when Connection.prepareStatement,
Statement.execute, and Statement.executeUpdate are called with the
Statement.NO_GENERATED_KEYS flag.
Return an empty generated keys when the Statement.NO_GENERATED_KEYS is
set as a special case of a generated keys absence.
Fixes: #78
We should not raise SQLFeatureNotSupportedException is the case of the 2nd parameter is Statement.NO_GENERATED_KEYS.
The text was updated successfully, but these errors were encountered: