Hi all,

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

As far as I read the MaxDB manual and some examples the SQL-Statements should 
be correct. Am I right or wrong ?

Regards,
Dirk

-- 


Bis zu 70% Ihrer Onlinekosten sparen: GMX SmartSurfer!
      Kostenlos downloaden: http://www.gmx.net/de/go/smartsurfer
    

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

Reply via email to