We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kudos for this awesome package, can we have support for cratedb (https://crate.io/)
I have tested if it works, but it fails while scanning the table because of time conversion.
Here is the error which I have gotten.
Error: sql: Scan error on column index 1, name "applied_at": unsupported Scan, storing driver.Value type json.Number into type *time.Time
The text was updated successfully, but these errors were encountered:
@rubenv Can you look into this?
Sorry, something went wrong.
@aman00323 sql-migrate depends on gorp for database support, so any incompatibility with cratedb should probably be fixed there.
Thanks, @rubenv they have staled PR for the crate.
go-gorp/gorp#342
No branches or pull requests
Kudos for this awesome package, can we have support for cratedb (https://crate.io/)
I have tested if it works, but it fails while scanning the table because of time conversion.
Here is the error which I have gotten.
The text was updated successfully, but these errors were encountered: