aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/csv.c
Commit message (Expand)AuthorAge
* Avoid ignoring the last line of a csv file if the final field is empty anddan2022-07-06
* Fix a problem in the csv extension that was triggered when the very first fie...dan2022-07-05
* Remove stray tab characters from auxiliary source code files.drh2022-02-21
* In the CSV extension, use SQLITE_TRANSIENT rather than SQLITE_STATIC ondrh2020-10-07
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
* Fix a harmless compiler warning in the CSV extension.drh2019-01-03
* Fix a problem with the CSV extension when it uses the "header" option ondrh2018-12-26
* Improvements to the CSV virtual table.drh2018-11-16
* Fix the CSV extension so that it works with single-column CSV files.drh2018-06-02
* Fix a memory leak following failure to open an external CSV file in thedrh2018-04-24
* Fix the CSV virtual table extension so that it works when the default characterdrh2017-09-18
* Enhance the CSV virtual table extension so that it accepts the last row ofdrh2017-08-08
* Fix harmless compiler warnings in the CSV extension.drh2017-06-28
* The ".import" command of the shell, and the csv virtual table extension bothdrh2017-06-26
* Fix typo in the CSV extension.mistachkin2016-11-09
* Fix harmless compiler warnings seen with MSVC.mistachkin2016-07-22
* Disable the CSV extension when virtual tables are disabled.drh2016-07-15
* Fix compiler warnings on windows.drh2016-07-09
* Performance optimizations on the CSV virtual table. Disallow WITHOUT ROWIDdrh2016-06-03
* Add the CSV extension to the test fixture. Fix a memory leak in the CSVdrh2016-06-02
* Add the data= parameter to the CSV virtual table extension.drh2016-06-02
* Add the columns=N parameter to the CSV extension.drh2016-05-31
* Add the testflags parameter to the csv extension.drh2016-05-31
* Add the "csv" virtual table for reading CSV files, as an extension indrh2016-05-31