On Tue, Sep 04, 2007 at 08:35:09PM +0200, Markus Gritsch wrote:
> Test(name=r'C:\some\path')
> print Test.get(1).name # C:somepath when using MySQL

   SQLite:

 4/QueryIns:  INSERT INTO test (name) VALUES ('C:\some\path')
C:\some\path

   Postgres:

 1/QueryIns:  INSERT INTO test (id, name) VALUES (1, 'C:\\some\\path')
C:\some\path

   Please add "?debug=1" to your DB URI and show the output. What version
of SQLObject are you using?

Oleg.
-- 
     Oleg Broytmann            http://phd.pp.ru/            [EMAIL PROTECTED]
           Programmers don't die, they just GOSUB without RETURN.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to