fixed bug self._tables, thanks Mart
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.4.1-alpha.2+timestamp.2013.01.08.09.09.49
|
||||
Version 2.4.1-alpha.2+timestamp.2013.01.08.09.16.57
|
||||
|
||||
+1
-1
@@ -6899,6 +6899,7 @@ class DAL(object):
|
||||
self._migrated = []
|
||||
self._LAZY_TABLES = {}
|
||||
self._lazy_tables = lazy_tables
|
||||
self._tables = SQLCallableList()
|
||||
if not str(attempts).isdigit() or attempts < 0:
|
||||
attempts = 5
|
||||
if uri:
|
||||
@@ -6951,7 +6952,6 @@ class DAL(object):
|
||||
migrate = fake_migrate = False
|
||||
adapter = self._adapter
|
||||
self._uri_hash = hashlib_md5(adapter.uri).hexdigest()
|
||||
self._tables = SQLCallableList()
|
||||
self.check_reserved = check_reserved
|
||||
if self.check_reserved:
|
||||
from reserved_sql_keywords import ADAPTERS as RSK
|
||||
|
||||
Reference in New Issue
Block a user