On Jul 19, 2010, at 5:46 PM, [email protected] wrote:
> Hi Michael,
>
> Assuming I understood you correctly, I tried the code below. The result was
> the same (the query took 486 seconds). Since I autoload everything, I first
> adjust the column types to the class you defined. Did I misunderstand
> something?
here try this type:
class ARRAY(postgresql.ARRAY):
def bind_processor(self, dialect):
return None
def result_processor(self, dialect, coltype):
return None
def adapt(self, impltype):
return self
--
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en.