Skip to content

Commit 9f6a6a7

Browse files
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.html
1 parent 4a0bce2 commit 9f6a6a7

File tree

16 files changed

+2290
-10
lines changed

16 files changed

+2290
-10
lines changed

internal/endtoend/testdata/builtins/sqlc.json renamed to internal/endtoend/testdata/builtins/postgresql/sqlc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
"queries": "query.sql"
99
}
1010
]
11-
}
11+
}

internal/endtoend/testdata/builtins/sqlite/go/aggfunc.sql.go

Lines changed: 165 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

internal/endtoend/testdata/builtins/sqlite/go/db.go

Lines changed: 31 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)