index
:
sqlite
master
sqlite mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
misc
/
csv.c
Commit message (
Expand
)
Author
Age
*
Avoid ignoring the last line of a csv file if the final field is empty and
dan
2022-07-06
*
Fix a problem in the csv extension that was triggered when the very first fie...
dan
2022-07-05
*
Remove stray tab characters from auxiliary source code files.
drh
2022-02-21
*
In the CSV extension, use SQLITE_TRANSIENT rather than SQLITE_STATIC on
drh
2020-10-07
*
Create the "trusted_schema" pragma. Add sqlite3_vtab_config() calls to set
drh
2020-01-07
*
Fix a harmless compiler warning in the CSV extension.
drh
2019-01-03
*
Fix a problem with the CSV extension when it uses the "header" option on
drh
2018-12-26
*
Improvements to the CSV virtual table.
drh
2018-11-16
*
Fix the CSV extension so that it works with single-column CSV files.
drh
2018-06-02
*
Fix a memory leak following failure to open an external CSV file in the
drh
2018-04-24
*
Fix the CSV virtual table extension so that it works when the default character
drh
2017-09-18
*
Enhance the CSV virtual table extension so that it accepts the last row of
drh
2017-08-08
*
Fix harmless compiler warnings in the CSV extension.
drh
2017-06-28
*
The ".import" command of the shell, and the csv virtual table extension both
drh
2017-06-26
*
Fix typo in the CSV extension.
mistachkin
2016-11-09
*
Fix harmless compiler warnings seen with MSVC.
mistachkin
2016-07-22
*
Disable the CSV extension when virtual tables are disabled.
drh
2016-07-15
*
Fix compiler warnings on windows.
drh
2016-07-09
*
Performance optimizations on the CSV virtual table. Disallow WITHOUT ROWID
drh
2016-06-03
*
Add the CSV extension to the test fixture. Fix a memory leak in the CSV
drh
2016-06-02
*
Add the data= parameter to the CSV virtual table extension.
drh
2016-06-02
*
Add the columns=N parameter to the CSV extension.
drh
2016-05-31
*
Add the testflags parameter to the csv extension.
drh
2016-05-31
*
Add the "csv" virtual table for reading CSV files, as an extension in
drh
2016-05-31