Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-40956: Convert sqlite3.connect and sqlite3.Connection.__init__ to AC ↵ | Erlend Egeberg Aasland | 2021-06-20 | 1 | -1/+113 |
| | | | | (GH-24421) | ||||
* | bpo-42064: Move sqlite3 types to global state (GH-26537) | Erlend Egeberg Aasland | 2021-06-15 | 1 | -2/+2 |
| | | | | | | | | | * Move connection type to global state * Move cursor type to global state * Move prepare protocol type to global state * Move row type to global state * Move statement type to global state * ADD_TYPE takes a pointer * pysqlite_get_state is now static inline | ||||
* | bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484) | Erlend Egeberg Aasland | 2020-10-31 | 1 | -0/+222 |