From b689a85b9df4c4fa64f243e27c7498693d0496a4 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 11 Jul 2023 18:29:55 +0200 Subject: sqlite: make some identifiers more readable --- test/py/lib/db.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/py/lib/db.py') diff --git a/test/py/lib/db.py b/test/py/lib/db.py index 9fddbf5..133a627 100644 --- a/test/py/lib/db.py +++ b/test/py/lib/db.py @@ -26,5 +26,5 @@ class Database: def get_all_runs(self): with self.get_cursor() as cur: - cur.execute('SELECT * FROM cimple_runs_readable') + cur.execute('SELECT * FROM cimple_runs_view') return cur.fetchall() -- cgit v1.2.3