aboutsummaryrefslogtreecommitdiff
path: root/ext/misc/csv.c
Commit message (Collapse)AuthorAge
* Avoid ignoring the last line of a csv file if the final field is empty anddan2022-07-06
| | | | | | there is no trailing CFLS. Also have the csv extension treat the last line of a file in the same way as any other line if it is short fields. FossilOrigin-Name: 587795d47fcaf5142526fabbcc4d5a632f561f258414c2846e8932a49b5b2e6b
* Fix a problem in the csv extension that was triggered when the very first ↵dan2022-07-05
| | | | | field in the csv file is zero bytes in size. FossilOrigin-Name: b12ddabf07b5e06bcee8dda3f990af3a131ab52b8fa969ba061b26d38458f31d
* Remove stray tab characters from auxiliary source code files.drh2022-02-21
| | | FossilOrigin-Name: e25e33582b69289a2c3a6bc403e3911de22a3b529db1a565efb9f1af01b9e382
* In the CSV extension, use SQLITE_TRANSIENT rather than SQLITE_STATIC ondrh2020-10-07
| | | | | return values that can in fact change. FossilOrigin-Name: 54b54f02c66c5aeaa3504c52a04614e2fb4d7260da8367840d5ea5a71cdc2fda
* Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to setdrh2020-01-07
| | | | | the risk rank for many virtual tables. FossilOrigin-Name: 4c21373c21c9b17b222ae65297a039a035e6ec6b505c00c33704e3c03f94f834
* Fix a harmless compiler warning in the CSV extension.drh2019-01-03
| | | FossilOrigin-Name: fbcd72565f4425016cebbbf5dfd6aa510234cfb31c785cf364f04fff444aacae
* Fix a problem with the CSV extension when it uses the "header" option ondrh2018-12-26
| | | | | a real file. FossilOrigin-Name: 7acaed08f946633fca3ab8434dd6349ea6f1bac4fd9ec21f476db013ee06de30
* Improvements to the CSV virtual table.drh2018-11-16
| | | FossilOrigin-Name: 0406ecbbe75513e342040b71fdd342462222dbb3820486b5f745d7865805c00b
* Fix the CSV extension so that it works with single-column CSV files.drh2018-06-02
| | | FossilOrigin-Name: e336cf00486bdc0ec04ecded2b7c874d73a87e6aba3544e3678bedfb9a4af3b6
* Fix a memory leak following failure to open an external CSV file in thedrh2018-04-24
| | | | | csv.c extension. FossilOrigin-Name: 526ee07d19dbc8fd1af3a02a8da12b337020a4be40e045da9a19d0a7c2b6ab54
* Fix the CSV virtual table extension so that it works when the default characterdrh2017-09-18
| | | | | is unsigned. FossilOrigin-Name: 42f07775556758754e92e29a759d200d0d81d16eee83ab982b840db11292f834
* Enhance the CSV virtual table extension so that it accepts the last row ofdrh2017-08-08
| | | | | | the CSV file even if the last row omits the closing \n, as long as the last row has a full set of columns. FossilOrigin-Name: 537e3be2e9503183799afffcd91defc751fea2c779e9b77b77f9485f7de5d170
* Fix harmless compiler warnings in the CSV extension.drh2017-06-28
| | | FossilOrigin-Name: f02a54599de7620438aecd3753199fc52ce8919d7503bb8b2f5592b0e51dbf8c
* The ".import" command of the shell, and the csv virtual table extension bothdrh2017-06-26
| | | | | ignore a single UTF-8 BOM at the beginning of their input. FossilOrigin-Name: 7c15d762d99c2e3e534cd35dfe25ddcd317637eb1f2655fd24c2dd5f9d5a7613
* Fix typo in the CSV extension.mistachkin2016-11-09
| | | FossilOrigin-Name: b4889588246c33374ff3758e21ccc4ce246380b6
* Fix harmless compiler warnings seen with MSVC.mistachkin2016-07-22
| | | FossilOrigin-Name: 8bb6e6fcedf7d0ae796b8848593106c921ebf21a
* Disable the CSV extension when virtual tables are disabled.drh2016-07-15
| | | FossilOrigin-Name: ec7180892ac737f0731cf61f2d095a5c1d18ad93
* Fix compiler warnings on windows.drh2016-07-09
| | | FossilOrigin-Name: 8b22f777a11438ab0baadc7d9e471f415b734d1f
* Performance optimizations on the CSV virtual table. Disallow WITHOUT ROWIDdrh2016-06-03
| | | | | virtual tables that have an xUpdate method, for now. FossilOrigin-Name: 3134b3266c36c9d018e8d365ef46ef638c0792f4
* Add the CSV extension to the test fixture. Fix a memory leak in the CSVdrh2016-06-02
| | | | | | extension. Add test cases for the CSV extension, including one that uses a WITHOUT ROWID virtual table participating in the OR optimization. FossilOrigin-Name: 95f483e86e30ae68108904400e18ed41d389446b
* Add the data= parameter to the CSV virtual table extension.drh2016-06-02
| | | FossilOrigin-Name: 769191042aa14e6eccdfe2391fc1011171d5c9ad
* Add the columns=N parameter to the CSV extension.drh2016-05-31
| | | FossilOrigin-Name: 28ebeadd6a4c9ff2ce9fc86a0f0fe2f6cf94d3ac
* Add the testflags parameter to the csv extension.drh2016-05-31
| | | FossilOrigin-Name: b93fb2fe0df1b3bea2bc2a4e1528da74ab290593
* Add the "csv" virtual table for reading CSV files, as an extension indrh2016-05-31
the ext/misc/ subfolder. FossilOrigin-Name: 00d3570c8bb96469c984903e20de589e998d4636