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 n

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.**" Unfortun

[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 downloaded