|
[SQLObject] [PATCH] experimental support for sqlite
From: Frank Barknecht <fbar@fo...> - 2003-03-01 12:30
|
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__ |
| Thread | Author | Date | |
|---|---|---|---|
| [SQLObject] [PATCH] experimental support for sqlite | Frank Barknecht <fbar@fo...> |
|