From 77f1539e713028cfceddb94fc92594d9194fc336 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Wed, 22 Mar 2023 15:57:09 +0100 Subject: [PATCH] Python: Add change-note --- python/ql/lib/change-notes/2023-03-22-database-modeling.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ql/lib/change-notes/2023-03-22-database-modeling.md diff --git a/python/ql/lib/change-notes/2023-03-22-database-modeling.md b/python/ql/lib/change-notes/2023-03-22-database-modeling.md new file mode 100644 index 00000000000..6cd23bed44f --- /dev/null +++ b/python/ql/lib/change-notes/2023-03-22-database-modeling.md @@ -0,0 +1,4 @@ +--- +category: minorAnalysis +--- +* Added modeling of SQL execution in the packages `sqlite3.dbapi2`, `cassandra-driver`, `aiosqlite`, and the functions `sqlite3.Connection.executescript`/`sqlite3.Cursor.executescript` and `asyncpg.connection.connect()`.