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
Related issues
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:
Related issues