[SQLObject] small problem in SQLObject.__repr__
SQLObject is a Python ORM.
Brought to you by:
ianbicking,
phd
From: Cyril E. <cy...@de...> - 2004-07-01 08:20:21
|
Hi All, I'm discovering SQLObject (SVN version). I'm using it with an existing database under Postgres. In this database all IDs are in hexadecimal so represented as strings. So far so good, but the SQLObject.__repr__ method accept integer IDs only. Every other routine in this class accept string IDs. Is it possible to make the correction? I can do that on my own machine of course but what about the SVN version? Thanks, Cyril Elkaim |