>> I'll take another look at the tests but I'm not having much hope.  If
>> OpenEdge doesn't support autoincrement that means that even if I
>> override
>> `auto_increment_sql`, it will still fail when attempting to insert
>> anything as the primary key would then always be NULL.
>>
>
> Neither PostgreSQL, Oracle, nor Firebird supports autoincrement, they all
> use sequences.  I'm not sure if OpenEdge uses something similar to
> sequences, but if so, it should be possible to get the tests passing.  If
> there's really no way to insert a row and get back an identifier for the
> row, then yes, it's unlikely it could pass most of the test suite.

Thought about this too, but apparently not :-/
http://stackoverflow.com/questions/9753744/properly-implementing-auto-incrementing-primary-keys-in-openedge-10-2b-using-sql



-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to