fixed uploads in GoogleSQLAdapter, thanks Matt, issue 746
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 1.99.7 (2012-04-21 11:10:13) dev
|
||||
Version 1.99.7 (2012-04-21 11:25:47) dev
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user