> > *shrugs* it might be tricky ensuring that return types for all those > operations are adequate, though that might not be necessary assuming psycopg2 > does what the end user wants here. >
My main problem is that table reflection returns the point type as a NullType, and my code needs to know the type of the columns in order to do some meta magic... Are you saying that the point data types may be handled transparently by psycopg2? -Sw. -- 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.
