File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 64
64
- [ Other Operators] ( #other-operators )
65
65
- [ Core SQLite Functions] ( #core-sqlite-functions )
66
66
- [ Aggregate SQLite Functions] ( #aggregate-sqlite-functions )
67
+ - [ Window SQLite Functions] ( #window-sqlite-functions )
67
68
- [ Date and Time Functions] ( #date-and-time-functions )
68
69
- [ Custom SQL Functions] ( #custom-sql-functions )
69
70
- [ Custom Collations] ( #custom-collations )
@@ -1871,6 +1872,11 @@ Most of SQLite’s
1871
1872
[aggregate functions](https :// www.sqlite.org/lang_aggfunc.html) have been
1872
1873
surfaced in and type- audited for SQLite.swift.
1873
1874
1875
+ ## Window SQLite Functions
1876
+
1877
+ Most of SQLite's [window functions](https :// www.sqlite.org/windowfunctions.html) have been
1878
+ surfaced in and type- audited for SQLite.swift. Currently only `OVER (ORDER BY ... )` windowing is possible.
1879
+
1874
1880
## Date and Time functions
1875
1881
1876
1882
SQLite's [date and time](https :// www.sqlite.org/lang_datefunc.html)
You can’t perform that action at this time.
0 commit comments