Merge pull request #12636 from RasmusWL/sql-modeling

Python: Some more SQL modeling
This commit is contained in:
Rasmus Wriedt Larsen
2023-03-27 15:52:30 +02:00
committed by GitHub
20 changed files with 361 additions and 89 deletions

View File

@@ -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()`.