synth
synth copied to clipboard
empty range error does not include column and table name
Describe the bug Synth exits with error of an empty range during import from postgres. Although the error is crystal-clear, it is not clear which table/column raised it. As a result, I cannot verify that the range is indeed empty.
To Reproduce Steps to reproduce the behavior:
- Add i32 range column that starts and ends at the same number - (1000, 1000) in my case
- Run import
- See error
Error: i32 range with low=1000 (inclusive) high=1000 (exclusive) step=1 is empty
Expected behavior The error message should include the table and column name.
Environment (please complete the following information):
- OS: MacOS
- Version: 0.6.8
Are there any updates on how I can address this error?
Try to set the CARGO_LOG environment variable to debug