On Apr 26, 2006, at 3:07 PM, Luís Bruno wrote:

Michael Bayer wrote:
+1 ! i might add "no forests of hint options" to the core philosophy. maybe "bring me a shrubbery of options, but not a forest !"

Kind of a dictionary of types for mapping database columns to mapper types and back?

I actually prefer Ellis' unicode-only for the API — which makes this point moot, I believe; but anyway, +1 on having:

MetaData(types=dict(VARCHAR=types.Unicode))  # kinda like this


yeah +1 on that too (as opposed to monkeypatch), (and id put it in the Dialect), since it uses a dictionary of types like that anyway. regardless of unicode approach, you still should have ways to use whatever Types you want in coming from reflected values or generic types specified in tables.

-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0709&bid&3057&dat1642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to