Skip to content

Bug fixes and progress status display

Latest
Compare
Choose a tag to compare
@clytras clytras released this 07 Nov 20:05
· 13 commits to master since this release
c09e442

Fixed SQLite names conversion by enclosing all names (tables/fields) using the grave accent character "`"
Fixed when an INSERT error would break the entire transaction. Now each row is inserted individually
Added progress status when using the flag parameter "-show-progress"