Skip to content

0.8

Compare
Choose a tag to compare
@simonw simonw released this 08 Sep 17:07
· 18 commits to main since this release
a4f712f
  • The user now gets to confirm the name of the table to be created before uploading the file. #17
  • Column types are automatically detected based on the uploaded data. Previously all columns were TEXT columns. #26
  • If a table with the desired name already exists, a suffix of _2 or higher is appended. #29
  • Fixed a bug where usage alongside a custom base.html template with extra_head content would be ignored. #27