Open aman00323 opened 3 years ago
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
@rubenv Can you look into this?
@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.
https://github.com/go-gorp/gorp/pull/342
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.