Michael,

On 22/09/2010 18:31, Michael Bayer wrote:
...
nothing to do with DBAPI or their types. Call str(col.type) will give you its default compilation. Call str(col.type.compile(dialect=firebird.dialect()) will give you whatever firebird does with those types.
Thanks that put me on the right track.

Instead of passing the stored procedure to a DDLElement I generate it within the DDLElement code, which in turn means I can get to the "dialect" in use, so didn't have to hard code for Firebird.

Makes the localization stuff a bit nicer/cleaner.

Thanks again for your patience and help on all this
Werner


--
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