Details
Description
Consider the sql snippet below:
create table test(c1 int, c2 int);
insert into test values(1,1);
update test set c1=2 where current of jdk4;
for the 'update' line, we get 'ERROR XJ202: Invalid cursor name 'JDK4'. ' in Client mode, while 'ERROR 42X30: Cursor 'JDK4' not found. Verify that autocommit is OFF.' in Embed mode.
Attachments
Attachments
Issue Links
- is part of
-
DERBY-310 Document and/or change Derby client code to match behavior with Embedded driver where possible.
- Closed
-
DERBY-4609 Derby Test and Fix GSOC 2010 project
- Closed
- is related to
-
DERBY-3801 Convert "org.apache.derbyTesting.functionTests.tests.lang.holdCursorIJ.sql" to junit.
- Closed