File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -321,8 +321,8 @@ sqlite3
321
321
Instead we leave it to the SQLite library to handle these cases.
322
322
(Contributed by Erlend E. Aasland in :issue: `44092 `.)
323
323
324
- * Added :meth: `~sqlite3.Connection.create_window_function ` to create aggregate
325
- window functions.
324
+ * Add :meth: `~sqlite3.Connection.create_window_function ` to
325
+ :class: ` sqlite3.Connection ` for creating aggregate window functions.
326
326
(Contributed by Erlend E. Aasland in :issue: `34916 `.)
327
327
328
328
Original file line number Diff line number Diff line change 1
- Add support for aggregate window functions in :mod: `sqlite3 `. Patch by Erlend E. Aasland.
1
+ Add :meth: `~sqlite3.Connection.create_window_function ` to
2
+ :class: `sqlite3.Connection ` for creating aggregate window functions.
3
+ Patch by Erlend E. Aasland.
You can’t perform that action at this time.
0 commit comments