On Jul 19, 2010, at 5:46 PM, thatsanicehatyouh...@mac.com 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 sqlalch...@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to