[SQLObject] [PATCH] experimental support for sqlite
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Frank B. <fb...@fo...> - 2003-03-01 12:30:33
|
Hallo, attached is a first try at adding support for sqlite [1] using PySQLite [2]. It is not tested very much, only insofar that people.py runs without errors. (Except "p is p2" which gives False here...) Required changes are mostly in DBConnection.py, but also a tiny little int() in SQLObject.py was needed because sqlite is typeless. [1] http://sqlite.org [2] http://pysqlite.sourceforge.net Have fun, -- Frank Barknecht _ ______footils.org__ |