I've installed the extension:
`
INSTALL parser_tools FROM community;
LOAD parser_tools;
SELECT *
FROM duckdb_extensions();
`
This result in listing the extension with version: 1d06e5c.
Some changes have been added: the ability to list functions. And a new pull request is issued (which probably and hopefully will be released soon).
Now the question is: when, how often are builds made available in the community extension repository?
Or should we build locally and use that instead?
Note: we prefer installing from the community extension repository.
Kind regards.
I've installed the extension:
`
INSTALL parser_tools FROM community;
LOAD parser_tools;
SELECT *
FROM duckdb_extensions();
`
This result in listing the extension with version: 1d06e5c.
Some changes have been added: the ability to list functions. And a new pull request is issued (which probably and hopefully will be released soon).
Now the question is: when, how often are builds made available in the community extension repository?
Or should we build locally and use that instead?
Note: we prefer installing from the community extension repository.
Kind regards.