Re: [SQLObject] Character escaping for strings
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Ian B. <ia...@co...> - 2003-08-20 19:15:23
|
On Wednesday, August 13, 2003, at 08:56 PM, Javier Ruere wrote: > When storing strings, the characters in them are escaped but they are > not unescaped when retrieving the string from the database. Is this a > bug or the intended behaviour? > That's odd... that shouldn't be the behavior, but it's the responsibility of the database driver (psycopg, MySQLdb, etc) to do anything related to converting data that comes from the database. Ian |