remove engine_options
This commit is contained in:
parent
660fe41b62
commit
46bfef2585
|
@ -72,7 +72,6 @@ def create_view(name, selectable):
|
||||||
|
|
||||||
db = SQLAlchemy(
|
db = SQLAlchemy(
|
||||||
session_options={'autoflush': False},
|
session_options={'autoflush': False},
|
||||||
engine_options={"pool_size": 5, "max_overflow": 10}
|
|
||||||
)
|
)
|
||||||
f = db.func
|
f = db.func
|
||||||
exp = expression
|
exp = expression
|
||||||
|
|
Reference in New Issue