Hi all,

I am just starting to think about this topic so please dont shoot me
if I missed the obvious :).

There are many varieties of database errors. So, sometimes in our
code, we need to let these errors be returned to the user. E.g. we
would like a french guy using this application to have a french
translation of these error messages. Ideally, a single application
should be able to return errors in multiple languages depending on
which language the database session was setup with.

>From my understanding, some databases like MySQL does not support
setting language for a particular DB session. Some others, such as
Oracle, allows this. Is this ever considered in SA? or is our only
option to write SQL code to explicitly pass the language parameter to
a session? Do you guys have a better answer?

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@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