Statement.execute(sql, RETURN_GENERATED_KEYS) does not ignore generate keys 
signal for non insert commands
----------------------------------------------------------------------------------------------------------

         Key: SEQUOIA-1044
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-1044
     Project: Sequoia
        Type: Bug

    Reporter: Gilles Rayrat


JDBC says:
[...] signals the driver that any auto-generated keys should be made available 
for retrieval.
The driver will ignore this signal if the SQL statement is not an 
<code>INSERT</code> statement.

Sequoia will return an exception if you try to do that with eg. a stored proc.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   https://forge.continuent.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to