You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While following the Integration > MySQL, I keep getting this error on a sample schema for one of our repos.
To Reproduce
Steps to reproduce the behavior:
It's not clear to me which table and column has this issue due to the output. So intentionally omitted.
Schema (if applicable)
See error
Error: error occurred while decoding column 4: mismatched types; Rust type `core::option::Option<u64>` (as SQL type `BIGINT UNSIGNED`) is not compatible with SQL type `BIGINT`
Caused by:
mismatched types; Rust type `core::option::Option<u64>` (as SQL type `BIGINT UNSIGNED`) is not compatible with SQL type `BIGINT`
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
OS: MacOS
Version: synth 0.6.9
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
While following the Integration > MySQL, I keep getting this error on a sample schema for one of our repos.
To Reproduce
Steps to reproduce the behavior:
It's not clear to me which table and column has this issue due to the output. So intentionally omitted.
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: