Re: [SQLObject] sqlite support without patch
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-03-13 04:20:28
|
On Mon, 2003-03-03 at 07:13, Frank Barknecht wrote: > Do you have an idea, why I'm always getting "p is not p2" in people.py > regardless of the backend I'm using? And is this important? I've been busy with a paper, but this should be fixed now. Uniqueness like that is depended on for much of the caching, so it's important that it does work (at least if you use caching). Ian |