Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
History of ext/misc/csv.c
2019-01-03
| ||
15:22 | Fix a harmless compiler warning in the CSV extension. file: [7f047aeb] check-in: [fbcd7256] user: drh branch: trunk, size: 28486 | |
2018-12-26
| ||
12:50 | Fix a problem with the CSV extension when it uses the "header" option on a real file. file: [a8e779a3] check-in: [7acaed08] user: drh branch: trunk, size: 28479 | |
2018-11-16
| ||
01:42 | Improvements to the CSV virtual table. file: [88333dc9] check-in: [0406ecbb] user: drh branch: trunk, size: 28457 | |
2018-06-02
| ||
12:05 | Fix the CSV extension so that it works with single-column CSV files. file: [65297bcc] check-in: [e336cf00] user: drh branch: trunk, size: 26861 | |
2018-04-24
| ||
10:57 | Fix a memory leak following failure to open an external CSV file in the csv.c extension. file: [d1e324fa] check-in: [526ee07d] user: drh branch: trunk, size: 26916 | |
2017-09-18
| ||
00:18 | Fix the CSV virtual table extension so that it works when the default character is unsigned. file: [1a009b93] check-in: [42f07775] user: drh branch: trunk, size: 26888 | |
2017-08-08
| ||
20:03 | Enhance the CSV virtual table extension so that it accepts the last row of the CSV file even if the last row omits the closing \n, as long as the last row has a full set of columns. file: [b10ea114] check-in: [537e3be2] user: drh branch: trunk, size: 26870 | |
2017-06-28
| ||
15:17 | Fix harmless compiler warnings in the CSV extension. file: [d91c0388] check-in: [f02a5459] user: drh branch: trunk, size: 26840 | |
2017-06-26
| ||
18:42 | The ".import" command of the shell, and the csv virtual table extension both ignore a single UTF-8 BOM at the beginning of their input. file: [934ed645] check-in: [7c15d762] user: drh branch: trunk, size: 26828 | |
2016-11-09
| ||
01:46 | Fix typo in the CSV extension. file: [531a46cb] check-in: [b4889588] user: mistachkin branch: trunk, size: 26289 | |
2016-07-22
| ||
21:26 | Fix harmless compiler warnings seen with MSVC. file: [816a3715] check-in: [8bb6e6fc] user: mistachkin branch: trunk, size: 26289 | |
2016-07-15
| ||
02:50 | Disable the CSV extension when virtual tables are disabled. file: [f51b0566] check-in: [ec718089] user: drh branch: trunk, size: 26232 | |
2016-07-09
| ||
16:38 | Fix compiler warnings on windows. file: [b92692b0] check-in: [8b22f777] user: drh branch: trunk, size: 26083 | |
2016-06-03
| ||
01:01 | Performance optimizations on the CSV virtual table. Disallow WITHOUT ROWID virtual tables that have an xUpdate method, for now. file: [f01126ba] check-in: [3134b326] user: drh branch: without-rowid-vtab, size: 26074 | |
2016-06-02
| ||
23:13 | Add the CSV extension to the test fixture. Fix a memory leak in the CSV extension. Add test cases for the CSV extension, including one that uses a WITHOUT ROWID virtual table participating in the OR optimization. file: [58ad4e9e] check-in: [95f483e8] user: drh branch: without-rowid-vtab, size: 23398 | |
17:44 | Add the data= parameter to the CSV virtual table extension. file: [d4f6f077] check-in: [76919104] user: drh branch: without-rowid-vtab, size: 23372 | |
2016-05-31
| ||
18:44 | Add the columns=N parameter to the CSV extension. file: [39060a35] check-in: [28ebeadd] user: drh branch: trunk, size: 20222 | |
18:08 | Add the testflags parameter to the csv extension. file: [d9b1dac6] check-in: [b93fb2fe] user: drh branch: trunk, size: 18535 | |
16:22 | Add the "csv" virtual table for reading CSV files, as an extension in the ext/misc/ subfolder. file: [386ea82a] check-in: [00d3570c] user: drh branch: trunk, size: 17514 Added | |