Underscore trouble.
Yo, We have to connect to an existing database from zope. In this database, some of the fieldnames start with an underscore (fi _url). Zope sees these as protected and raises an exception when we try to access the tables with a select... Is there a way to disable this Zope 'feature' on ZMySQL methods ? TIA, Sloot.
rename your columns in the select statement, this question belongs on zope@zope.org -kapil On Tuesday 12 March 2002 03:23 am, Romain Slootmaekers wrote:
Yo,
We have to connect to an existing database from zope. In this database, some of the fieldnames start with an underscore (fi _url). Zope sees these as protected and raises an exception when we try to access the tables with a select...
Is there a way to disable this Zope 'feature' on ZMySQL methods ?
TIA,
Sloot
participants (2)
-
kapil thangavelu -
Romain Slootmaekers