Among the many changes we switch to using SQLAlchemy's connection pool, which means we are no longer required to guard against multiple threads working on the database. All db funcs now receive a connection to use as their first argument, this allows the caller to control transaction & rollback behavior. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_db.py | ||
| test_imdb.py | ||
| test_models.py | ||
| test_web.py | ||