- 25 Jan, 2025 1 commit
-
-
Przemyslaw Kaminski authored
Related to #433 Textual formats often have either encoding or column errors. This is a common issue, see e.g. https://duckdb.org/docs/data/csv/reading_faulty_csv_files.html We just ignore them.
-
- 30 Sep, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 27 Sep, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 20 Aug, 2024 1 commit
-
-
Alfredo Di Napoli authored
-
- 27 Jun, 2024 1 commit
-
-
Karen Konou authored
-
- 26 Jun, 2024 1 commit
-
-
Karen Konou authored
-
- 27 Nov, 2023 3 commits
-
-
Alfredo Di Napoli authored
This commit modifies the backend code to convert the input CSV into an `NgramsList`, so that we can reuse the JSON API for the upload.
-
Alfredo Di Napoli authored
it also brings the CSV and JSON APIs closer in look. Temporarily disable the `importCsvFile` function.
-
Alfredo Di Napoli authored
-
- 08 May, 2023 1 commit
-
-
Alfredo Di Napoli authored
This commit fixes a bug (or feature? unclear at this stage) of the `rootOf` function inside `searchTableNgrams`, which could, in some occasion, return a root which has a different `ListType`, which in turn throws off pagination.
-