Hi,
This also fails to work with selectby as shown in the example below. It
looks like IntCols can be handled correctly but StringCol cannot.
from sqlobject.inheritance import InheritableSQLObject
from sqlobject import StringCol, IntCol, connectionForURI
class A(InheritableSQLObject):
str_id
Hi,
I'm trying to use the "q-magic" and multiple connections to run a query such
as the following:
Person.select(Person.q.object_id =="con1", connection = sql_con1)
However, I'm getting the following exception:
File
"/Users/ochipara/Working/workspace/wiisardpy/provider/junk/test_multipleconne