[SQLObject] sqlbuilder REPLACE

2007-11-30 Thread Frank Conradie
Forgive me if this has been discussed before, but I searched the archives without any success. In sqlbuilder the "Replace" expression currently inherits from "Update", but in MySQL, according to their official docs, "REPLACE works exactly like INSERT", i.e. "REPLACE INTO ...". Thus it looks lik

[SQLObject] SQLObject doesn't find Table on Ubuntu + MySQL 5.0.22

2007-11-30 Thread Nicolas Riedel
Hi, got a perfectly working project (on MacOSX). If I try running it on Ubuntu 6.04 with python 2.4.4 I get the following error, right after logging in: Page handler: > Traceback (most recent call last): File "/usr/local/lib/python2.4/site-packages/CherryPy-2.2.1-py2.4.egg/cherrypy/_cphttptools.