Commit 9f6a6a7
authored
feat(sqlite): Support stdlib functions (#1712)
* move existing builtins to postgresql folder
* [sqlite] support built-in aggregate functions
https://www.sqlite.org/lang_aggfunc.html
* [sqlite] support built-in mathematical functions
https://www.sqlite.org/lang_mathfunc.html
* [sqlite] support built-in scalar functions
https://www.sqlite.org/lang_corefunc.html1 parent 4a0bce2 commit 9f6a6a7
File tree
16 files changed
+2290
-10
lines changed- internal
- endtoend/testdata
- builtins
- postgresql
- go
- sqlite
- go
- queries
- func_match_types/sqlite/go
- engine/sqlite
16 files changed
+2290
-10
lines changedFile renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
Lines changed: 165 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments