mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
gh-79097: Add support for aggregate window functions in sqlite3 (GH-20903)
This commit is contained in:
parent
f45aa8f304
commit
9ebcece82f
10 changed files with 477 additions and 13 deletions
|
@ -64,8 +64,10 @@ typedef struct {
|
|||
PyObject *str___conform__;
|
||||
PyObject *str_executescript;
|
||||
PyObject *str_finalize;
|
||||
PyObject *str_inverse;
|
||||
PyObject *str_step;
|
||||
PyObject *str_upper;
|
||||
PyObject *str_value;
|
||||
} pysqlite_state;
|
||||
|
||||
extern pysqlite_state pysqlite_global_state;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue