SQLite

All files named ”test/csv01.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/csv01.test

2022-07-06
15:44
[2ab5514005] part of check-in [587795d47f] Avoid ignoring the last line of a csv file if the final field is empty and 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. (check-in: [587795d47f] user: dan branch: trunk, size: 6299)
2022-07-05
17:49
[f3c76474e8] part of check-in [b12ddabf07] Fix a problem in the csv extension that was triggered when the very first field in the csv file is zero bytes in size. (check-in: [b12ddabf07] user: dan branch: trunk, size: 5915)
2019-01-03
16:03
[c9c3af0d58] part of check-in [36eaf5a5e5] Fix the csv01.test module so that it works on systems with \r\n line endings. (check-in: [36eaf5a5e5] user: drh branch: trunk, size: 5411)
2018-12-26
12:50
[5b54e03d74] part of check-in [7acaed08f9] Fix a problem with the CSV extension when it uses the "header" option on a real file. (check-in: [7acaed08f9] user: drh branch: trunk, size: 5410)
2018-11-16
01:42
[4a92840619] part of check-in [0406ecbbe7] Improvements to the CSV virtual table. (check-in: [0406ecbbe7] user: drh branch: trunk, size: 4719)
2018-06-02
12:05
[6e1445b320] part of check-in [e336cf0048] Fix the CSV extension so that it works with single-column CSV files. (check-in: [e336cf0048] user: drh branch: trunk, size: 3515)
2018-04-24
10:57
[b99db7e57e] part of check-in [526ee07d19] Fix a memory leak following failure to open an external CSV file in the csv.c extension. (check-in: [526ee07d19] user: drh branch: trunk, size: 3303)
2017-08-10
19:12
[526fc6aefd] part of check-in [f38ff71827] Fix a typo in csv01.test introduced by the previous commit. (check-in: [f38ff71827] user: dan branch: writable-vtab-without-rowid, size: 3047)
19:10
[5ffc78e199] part of check-in [b0e3b88a79] Add extra tests to this branch. (check-in: [b0e3b88a79] user: dan branch: writable-vtab-without-rowid, size: 3047)
15:19
[2e394789f4] part of check-in [ab9ee4c1e6] Experimental changes that allow a WITHOUT ROWID virtual table to be writable as long as it has only a single-column PRIMARY KEY. (check-in: [ab9ee4c1e6] user: drh branch: writable-vtab-without-rowid, size: 2728)
2016-07-22
21:35
[e0ba3caaa5] part of check-in [f50a3fd660] Revise a warning fix from the previous check-in to improve clarity. Also, fix an incorrect test prefix (typo). (check-in: [f50a3fd660] user: mistachkin branch: trunk, size: 2333)
2016-06-03
17:27
[0929a9ce47] part of check-in [d31c25972b] Disallow access to the rowid column on WITHOUT ROWID virtual tables. (check-in: [d31c25972b] user: drh branch: without-rowid-vtab, size: 2337)
01:01
[69aecc17f1] part of check-in [3134b3266c] Performance optimizations on the CSV virtual table. Disallow WITHOUT ROWID virtual tables that have an xUpdate method, for now. (check-in: [3134b3266c] user: drh branch: without-rowid-vtab, size: 2189)
2016-06-02
23:13
Added: [44a9786f6c] part of check-in [95f483e86e] 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. (check-in: [95f483e86e] user: drh branch: without-rowid-vtab, size: 1889)