greetings,

i've been using mysql, SA ORM (scoped_session) with cherrypy and all
is fine. however, i'm also using some MySQLdb-based connections and
getting pretty tired of the 'mysql gone away' issues and lame db.ping
() workarounds. hence, i want to move everything to SA using the
connection.execute(text()) approach. alas, not everything is ORM-able/
ORM-ed. do i have to define a separate engine object with threadlocal
strategy for the use of the expression package or is there a more
efficient way to accomplish my goals?

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