Skip to content

Version 1.0.3

Compare
Choose a tag to compare
@robinwilson16 robinwilson16 released this 01 Dec 14:32
· 2 commits to main since this release

This release has the following improvements:

  • Connection will always close after use even if the process does not complete
  • File path no longer fails if there are too many or incorrect slashes
  • All database operations are asynchronous
  • All rows are checked to determine best data type for column (for importer) and mixed types are set as string
  • CSV importer now handles commas inside field correctly (for CSV tools)
  • Version shown at top of app
  • CSV importer and exporter now trim fields to adhere to the CSV specification better
  • New icon created
  • Custom delimiter (for CSV tools)
  • Option to enclose all fields in speech marks whatever the type (for CSV tools)