fixed problem with lack of connector in NoSQL
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user