in mongodb uploads_in_blob = False, because of https://code.google.com/p/web2py/issues/detail?id=1772, thanks Alan

This commit is contained in:
mdipierro
2013-11-17 09:32:01 -06:00
parent 16b68572cd
commit 97739e9e8a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.7.4-stable+timestamp.2013.11.17.09.27.55
Version 2.7.4-stable+timestamp.2013.11.17.09.31.13
+1 -1
View File
@@ -5448,7 +5448,7 @@ class MongoDBAdapter(NoSQLAdapter):
native_json = True
drivers = ('pymongo',)
uploads_in_blob = True
uploads_in_blob = False
types = {
'boolean': bool,