1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Improvements to the way built-in window functions are handled.

FossilOrigin-Name: e8eee566dfca6f4c8af074731dfe91f7fbcd9ca72f0303235b52e4e2e80d5b71
This commit is contained in:
dan
2019-03-06 17:12:32 +00:00
parent b25a214dec
commit b33487b0b6
5 changed files with 95 additions and 52 deletions

View File

@@ -3579,6 +3579,7 @@ struct Window {
int iArgCol; /* Offset of first argument for this function */
int regFirst;
int regSize;
};
#ifndef SQLITE_OMIT_WINDOWFUNC