Re: [SQLObject] Re: SQL Object's scalability
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Nick <ni...@dd...> - 2003-11-12 20:39:25
|
On Wed, 2003-11-12 at 14:19, Ian Bicking wrote: > The current scheme is convenient, but I don't know if it's really worth > it. Should we go back to preallocating an ID through a > nextval(sequence)? psycopg, at least, supports lastrowid for cursor objects now, which may help. Nick |