fixed problem with lack of connector in NoSQL

This commit is contained in:
mdipierro
2013-12-15 13:31:56 -06:00
parent 892f123975
commit 53a0718a78
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.8.2-stable+timestamp.2013.12.14.20.02.42
Version 2.8.2-stable+timestamp.2013.12.15.13.31.12
+1
View File
@@ -703,6 +703,7 @@ class BaseAdapter(ConnectionPool):
can_select_for_update = True
dbpath = None
folder = None
connector = lambda dbpath, adapter_args: None # __init__ should override this
TRUE = 'T'
FALSE = 'F'