Bug#900277: Enable csv (like json1 is already)

2018-05-29 Thread Trent W. Buck
László Böszörményi (GCS) wrote: > On Mon, May 28, 2018 at 1:33 PM Trent W. Buck wrote: >> Per /usr/share/doc/sqlite3-doc/csv.html & https://sqlite.org/csv.html >> >> sqlite> CREATE VIRTUAL TABLE temp.t1 USING csv(filename='thefile.csv'); >> Error: no such module: csv >> >> ⋮ >> >> If it's easy

Bug#900277: Enable csv (like json1 is already)

2018-05-28 Thread GCS
Control: tags -1 +moreinfo Hi Trent, On Mon, May 28, 2018 at 1:33 PM Trent W. Buck wrote: > Per /usr/share/doc/sqlite3-doc/csv.html, upstream sqlite3 includes a CSV loadable extension. The documentation needs update. What you read is the external CSV loadable module (IMHO). > AFAICT it's not

Bug#900277: Enable csv (like json1 is already)

2018-05-28 Thread Trent W. Buck
Package: sqlite3 Version: 3.23.1-1 Severity: wishlist Per /usr/share/doc/sqlite3-doc/csv.html, upstream sqlite3 includes a CSV loadable extension. AFAICT it's not available in Debian, where e.g. the json1 module already works with no .load required: (BUILDROOT:BUSTER)root@zygon:/# sqlite3