Files
calibre-web/cps
Marvel Renju 76b0505bd9 Change all "conn = engine.connect()" statements to "with engine.connect() as conn:" in ub.py
Changed all the statements in ub.py to use python context managers so that conn.close() is called automatically.  (https://docs.sqlalchemy.org/en/13/core/connections.html)
2020-08-10 03:42:36 +01:00
..
2020-05-23 10:16:29 +02:00
2020-06-28 09:48:05 +02:00
2020-04-19 19:08:58 +02:00
2020-05-09 11:01:00 +02:00
2020-05-27 19:19:17 +02:00
2020-05-23 10:16:29 +02:00
2020-05-25 21:30:21 +02:00
2020-05-09 17:11:56 +02:00
2020-05-23 10:16:29 +02:00
2020-04-19 19:08:58 +02:00
2020-06-28 13:44:21 +02:00