csvbase icon indicating copy to clipboard operation
csvbase copied to clipboard

a simple web database

Results 63 csvbase issues
Sort by recently updated
recently updated
newest added

# Description Occasionally users are inventive and try to upload file formats that we don't support # Steps to reproduce 1. http://localhost:6001/new-table/upload-file 2. Upload sqlite database file # Expected result...

bug

# Brief overview Imagine that some repos on GitHub, GitLab and other source code hostings contain some datasets for testing purposes, though those datasets can be useful for other purposes...

enhancement

We're at the point now where not using it generates warnings. There should be very little required in order to adopt it (while continuing to use setuptools).

enhancement

# Brief overview AS A data user I WANT support for feather/arrow/some permutation of the above SO THAT I can use my preferred format # Additional details Factors to consider:...

enhancement

# Description Somewhere along the line, something has gone wrong and the session lifetime in tests not crosses multiple requests # Steps to reproduce 1. Find a test that POSTs...

bug

# Description Users whose first file upload fails should still have their users created # Steps to reproduce 1. Paste a new table while logged out 2. The table is...

bug

# Description # Steps to reproduce 1. Upload some nonsense as a table # Expected result 400 # Actual result 500 # Additional details Mostly this happens from malware bots...

bug
upload-rework

# Brief overview AS A file uploader I WANT the max file size (currently: 50mb) displayed to me SO THAT I don't try to upload something larger and get a...

enhancement

# Description We only peek at the first 100 lines of the file to infer the types of columns. If the type changes (say `1.1` in an `INTEGER` column) after...

bug
upload-rework

# Description "1.0" should be converted to an int, if the column is known to be integer # Steps to reproduce 1. Create a table with an int column, `a`...

bug
upload-rework