Datasette-upload-csvs

Latest version: v0.9.1

Safety actively analyzes 621469 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.9.1

- Fixed incorrect page title on the upload page. [40](https://github.com/simonw/datasette-upload-csvs/issues/40)
- Added a description to the database action menu item for [Datasette 1.0a13](https://docs.datasette.io/en/latest/changelog.html#a13-2024-03-12) and higher.

0.9

- User can now select which database to upload the CSV file to. This can also be accessed through the database action menu. [28](https://github.com/simonw/datasette-upload-csvs/issues/28)
- Switched to a new concurrency mechanism, where rows are inserted into the database in batches of 100. [38](https://github.com/simonw/datasette-upload-csvs/issues/38)
- Added compatibility with Datasette 1.0 alphas.

0.8.3

- Fixed bug where dragging a file onto the area could result in an error message that was not present when clicking to select a file. Thanks, Alex Garcia. [32](https://github.com/simonw/datasette-upload-csvs/pull/32)

0.8.2

- Removed debug print statement which would otherwise show up in log output.

0.8.1

- Fixed compatibility bug where running this plugin at the same time as [datasette-upload-dbs](https://datasette.io/plugins/datasette-upload-dbs) could trigger errors. [#30](https://github.com/simonw/datasette-upload-csvs/issues/30)

0.8

- The user now gets to confirm the name of the table to be created before uploading the file. [17](https://github.com/simonw/datasette-upload-csvs/issues/17)
- Column types are automatically detected based on the uploaded data. Previously all columns were TEXT columns. [26](https://github.com/simonw/datasette-upload-csvs/issues/26)
- If a table with the desired name already exists, a suffix of `_2` or higher is appended. [29](https://github.com/simonw/datasette-upload-csvs/issues/29)
- Fixed a bug where usage alongside a custom `base.html` template with `extra_head` content would be ignored. [27](https://github.com/simonw/datasette-upload-csvs/issues/27)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.