From: Sarah Hoffmann Date: Tue, 5 Jan 2021 10:22:43 +0000 (+0100) Subject: bdd: switch to auto commit mode X-Git-Tag: v3.7.0~59^2~6 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/5dfa76a610972eea3930ecff1c41fb795ea2e7e4?hp=5dfa76a610972eea3930ecff1c41fb795ea2e7e4 bdd: switch to auto commit mode Put the connection to the test database into auto-commit mode and get rid of the explicit commits. Also use cursors always in context managers and unify the two implementations that copy data from the place table. ---