Skip to content

easyaccess 1.3.1

Compare
Choose a tag to compare
@mgckind mgckind released this 24 May 20:04
· 352 commits to master since this release
  • Adds optional purge to drop_table (see PR #74)
  • Fix a bug setting prefetch parameters using config set #76
  • Improve import functionality for inline queries (see PR #78)
  • Add option to upload files in chunk of memory (in addition to the chunk by rows), using --memsize option. This calculates an approximate number of rows to upload on each trip, avoiding memory issues. (see PR #79)