to sqlite: Fix panic caused by empty tables (#3522)

This commit is contained in:
Christian Menges
2021-05-31 11:46:07 +02:00
committed by GitHub
parent 9dbb3e80fe
commit 01f1208ad1
2 changed files with 12 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# to sqlite
Convert table into sqlite binary
Convert table into sqlite binary. Empty tables are skipped.
## Usage
```shell