On Jun 8, 2006, at 9:35 AM, Mark Greenbank wrote:

I've look at  http://www.sqlalchemy.org/docs/index.myt?paged=no#types which discusses how to define new types. But my question is, how does one inform SQLAlchemy about the new types so that it gets recognized at autoload?

yeah youre right on the money with this, we're discussing a way to specify a dictionary of custom types that you'd give along to create_engine().  so its an upcoming feature.

I still think a plain dictionary is the best way to go with this, regardless of what internal TypeDialect-ish object is used internally.
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to