Skip to content

0.20.0

Compare
Choose a tag to compare
@eatonphil eatonphil released this 14 Jun 07:10
· 28 commits to main since this release
240acd1
  • Speed up most runs of dsq on large files 2x by skipping intermediate writes to JSON, writing directly from file to SQLite (see multiprocessio/datastation#267 for details). If this breaks things for you you can add the --no-sqlite-writer flag to go back to the old code path. This path isn't taken for JSON, Excel, and ODS files or when schema or --convert-numbers is set.