0
0
mirror of https://gitlab.com/cznic/sqlite.git synced 2025-07-07 00:15:24 +00:00
Files
go-sqlite/CONTRIBUTORS
Michael Hoffmann f5a64f2267 sqlite: initial handling for user defined functions
This PR adds handling for user defined functions. Initially only the
xFunc parameter will be set, the others will come in subsequent PRs.
A test for a 'regexp' udf was added to check that the query

  "SELECT 'seafood' REGEXP 'foo.*'"

works as expected.
2022-04-01 13:59:51 +00:00

731 B