sql-migrate icon indicating copy to clipboard operation
sql-migrate copied to clipboard

SQL schema migration tool for Go.

Results 94 sql-migrate issues
Sort by recently updated
recently updated
newest added

No get exising file on other folder if IgnoreUnknown is true

i'm programing in windows and when I execute answer me with "sql-migrate" is not recognized as an internal or external command, executable program or batch file. how should I set...

Beginners might get confused when installing packages and this old command is no more applicable. Changing the installation instruction to use the latest `go install` command is helpful and might...

When we try to ignore the comparision check by adding `migrate.SetIgnoreUnknown(true)` it returns undefined but the `Exec`, `SetSchema` functions works fine.

reference: https://github.com/rubenv/sql-migrate/issues/213

Tried using Go 1.18 (the latest release as of March 20, 2022) and Go 1.17.8 (latest older release) on my Macbook Pro running MacOS Monterey Version 12.1 (21C52). The `sql-migrate`...

```sh $ go get -v github.com/rubenv/sql-migrate/[email protected] $ sql-migrate status -env="dev" mssql: Could not create constraint or index. See previous errors. ``` How can I see previous errors as nothing else...

Hi! Could I convince you to migrate from `gorp.v1` to `gorp.v2`? There's only one note in the migration guide: https://github.com/go-gorp/gorp#pre-v2-to-v2

Current implementation always parse all of sql files, so may require a lot of time and memory if there are too many files or too big files in directory. But,...