Re: [sqlite] 3.31.0 Request TRUSTED_SCHEMA and pragma's

2020-01-21 Thread Richard Hipp
On 1/21/20, Keith Medcalf wrote: > > Richard, > > The TRUSTED_SCHEMA setting works really well but I have noticed one problem > (there may be more, but I haven't run across any yet) with it that is > perhaps easy to address, though it needs to be done properly. That is > perhaps adding an

Re: [sqlite] 3.31.0 Request TRUSTED_SCHEMA and pragma's

2020-01-21 Thread Keith Medcalf
On Tuesday, 21 January, 2020 05:28, Richard Hipp wrote: >On 1/21/20, Keith Medcalf wrote: >> Richard, >> >> The TRUSTED_SCHEMA setting works really well but I have noticed one >> problem (there may be more, but I haven't run across any yet) with >> it that is perhaps easy to address, though

Re: [sqlite] GENERATE_SERIES is not available in the command-line shell

2020-01-21 Thread Digital Dog
> > Is it going to be fixed in 3.31? > > I'll fix the documentation, so that it doesn't say that any more, if > that is what you mean by "fixed". :-) > > Hoped to have it compiled in by default :-) It'd be nice addition... Come on, typical Linux or Windows has multiple gigabytes of memory... I'm

[sqlite] GENERATE_SERIES is not available in the command-line shell

2020-01-21 Thread Digital Dog
Hi! In the docs here https://www.sqlite.org/series.html there's this statement "The generate_series(START,END,STEP) table-valued function is a loadable extension included in the SQLite source tree, **and compiled into the command-line shell.**" Unfortunately in version 3.30.1 on Windows

[sqlite] Reporting documentation issues/unclarity?

2020-01-21 Thread Merijn Verstraaten
Should issues with the documentation (i.e., missing/unclear things) be reported to this mailing list too? Specifically, something that was unclear to me while implementing my own aggregate function is what happens if sqlite3_result_error() is called and another result functions gets called

Re: [sqlite] Reporting documentation issues/unclarity?

2020-01-21 Thread Richard Hipp
On 1/21/20, Merijn Verstraaten wrote: > Should issues with the documentation (i.e., missing/unclear things) be > reported to this mailing list too? > > Specifically, something that was unclear to me while implementing my own > aggregate function is what happens if sqlite3_result_error() is called

Re: [sqlite] GENERATE_SERIES is not available in the command-line shell

2020-01-21 Thread Richard Hipp
On 1/21/20, Digital Dog wrote: > Hi! > > In the docs here > https://www.sqlite.org/series.html > there's this statement "The generate_series(START,END,STEP) table-valued > function is a loadable extension included in the SQLite source tree, **and > compiled into the command-line shell.**"