RE: [SQLObject] request for elaboration on code
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: <jws...@ra...> - 2004-02-16 17:57:54
|
>SQLObject originally used the more traditional technique of doing >"SELECT nextval(seq_name)" then using the result to insert into the We can either do nextval up front or do the insert,let postgres fill in the id and call currval to read it back. >Anyway, I was planning on going back to using sequences, or allowing for >some other configurable behavior, I just haven't done so yet. I will be working on this myself, as I need it to proceed with my project and I have Big Plans(tm) for SQLObject. I will post my findings. |