-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, I hardcode all the tables/columns with boolean types that need to be converted when doing imports. This is tedious and difficult to maintain. Instead, we should dynamically determine which columns need adjustment.
Some options:
- Run queries on sqlite to find tables/columns ahead of time
- Use expected error messages to dynamically retry with conversion
- I like this one less.
Related issues
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request