>  - defining an exception hierarchy corresponding with the
>    SQL-92 and SQL-99 specifications.

Unless I misunderstand it, I don't see a great value in this one.

There's already an exception hierarchy which is defined by DBAPI2,
and is (kind of) supported by implementations.  The support in SQL-API
should probably mimick and normalize exceptions accross different
backends, but it'd be hard to build a totally different exception
hierarchy.

>  - defining mappings from SQL data types onto Python data types
> 
>  - representing database meta-data (table, etc.) as Python objects,
>    including introspection based on INFORMATION_SCHEMA
> 
>  - representing SQL query components with Python objects

I'm highly interested on how these are designed. Is there a list
and/or an IRC channel where we can meet to discuss it?

-- 
Gustavo Niemeyer
http://niemeyer.net


-------------------------------------------------------
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&kid=120709&bid=263057&dat=121642
_______________________________________________
Sqlalchemy-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to