Re: [SQLObject] Non-integer primary keys
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Edmund L. <el...@in...> - 2003-09-08 02:34:52
|
Ian Bicking wrote: > Changes to use non-integer primary keys have been made to CVS. Does this mean that MyObject(3) and MyObject(str(3)) no longer point to different objects? ...Edmund. |