Re: [SQLObject] sqlite support without patch
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-03-02 23:37:20
|
Cool -- I've added it to CVS in DBConnection. I can't build the sqlite Python module, so I haven't tested it, but it looks straight-forward. On Sun, 2003-03-02 at 04:50, Frank Barknecht wrote: > Hallo, > > I wasn't too happy with the need to patch SQLObject for sqlite > support, and there was a small API-change regarding type information > in pysqlite 0.4, while my patch still used 0.3. So I now made > SQLiteConnection standalone as attached. The patching of SQLObject.py > is gone, too. > > Also 'id' isn't hardcoded anymore, because I discovered pysqlite's > DBAPI-extension "lastrowid". > > I suspect, that SQLiteConnection now is really useable. > > ciao |