[Sqlalchemy-tickets] Issue #3275: gaerdbms.py is using a deprecated API to talk to Google Cloud SQL
Brought to you by:
zzzeek
|
From: razvanm <iss...@bi...> - 2014-12-17 03:44:14
|
New issue 3275: gaerdbms.py is using a deprecated API to talk to Google Cloud SQL https://bitbucket.org/zzzeek/sqlalchemy/issue/3275/gaerdbmspy-is-using-a-deprecated-api-to razvanm: The `lib/sqlalchemy/dialects/mysql/gaerdbms.py` is using a deprecated API to talk to Google Cloud SQL. The recommend way for production environment is to use MySQLdb and connect to /cloudsql/*project:instance* Unix socket. For dev_appserver the recommended way is to request and IP and use regular TCP connectivity to it. Disclaimer: I'm part of the Google Cloud SQL team. :-) Reference: https://cloud.google.com/appengine/docs/python/cloud-sql/#Python_complete_python_example |