fixed uploads in GoogleSQLAdapter, thanks Matt, issue 746

This commit is contained in:
Massimo Di Pierro
2012-04-21 11:26:15 -05:00
parent 938871f552
commit 2f05a11188
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 1.99.7 (2012-04-21 11:10:13) dev
Version 1.99.7 (2012-04-21 11:25:47) dev
+1
View File
@@ -3639,6 +3639,7 @@ class UseDatabaseStoredFile:
self.db.commit()
class GoogleSQLAdapter(UseDatabaseStoredFile,MySQLAdapter):
uploads_in_blob = True
def __init__(self, db, uri='google:sql://realm:domain/database',
pool_size=0, folder=None, db_codec='UTF-8',