>I try to create and use sequences. The sequence named 
>APETEST_OID_SEQ is created but seems to increment by 2 and not by 1:
>
>I wrote down all SQL-Statements which are passed to 
>sdb.dbapi.execute including the result:
>
>DROP SEQUENCE APETEST_OID_SEQ
>CREATE SEQUENCE APETEST_OID_SEQ INCREMENT BY 1 START WITH 1 
>SELECT APETEST_OID_SEQ.NEXTVAL FROM DUAL
>DEBUG:Ape:increment(oid_seq) 2
>SELECT APETEST_OID_SEQ.NEXTVAL FROM DUAL
>DEBUG:Ape:increment(oid_seq) 4
>SELECT APETEST_OID_SEQ.NEXTVAL FROM DUAL
>DEBUG:Ape:increment(oid_seq) 6
>
>MaxDB 7.6.0.27, Python 2.4.3, SuSE Linux 9.2

Sorry for the delay. I skipped over the title and a colleague had to
point me to the fact that this is about the Python interface.

I could reproduce the error and I will fix it. Unfortunately, it
requires some major changes to the way result sets are traversed, so I
can't send a quick patch.

Daniel Dittmar

-- 
Daniel Dittmar
SAP Labs Berlin
[EMAIL PROTECTED]  

--
MaxDB Discussion Mailing List
For list archives: http://lists.mysql.com/maxdb
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to