rubenv / sql-migrate

SQL schema migration tool for Go.
MIT License
3.18k stars 270 forks source link

Support for cratedb ??? #200

Open aman00323 opened 2 years ago

aman00323 commented 2 years ago
Error: sql: Scan error on column index 1, name "applied_at": unsupported Scan, storing driver.Value type json.Number into type *time.Time
aman00323 commented 2 years ago

@rubenv Can you look into this?

rubenv commented 2 years ago

@aman00323 sql-migrate depends on gorp for database support, so any incompatibility with cratedb should probably be fixed there.

aman00323 commented 2 years ago

Thanks, @rubenv they have staled PR for the crate.

https://github.com/go-gorp/gorp/pull/342