migrate
                                
                                
                                
                                    migrate copied to clipboard
                            
                            
                            
                        Database migrations. CLI and Golang library.
Currently, all migration files must be in the same directory. I want to a feature that gives us ability to put migration sql files in separate directories. As you see...
**Describe the Bug** If the search_path is empty, `CURRENT_SCHEMA()` returns `NULL` but the reader tries to read a string so it fails with: ``` *database.Error: sql: Scan error on column...
**Describe the Bug** I am trying to follow the documentation to use go-migrate with `pgx` and I'm having trouble. I'm not sure if I'm reading the docs incorrectly, if there's...
existing multi-statement parsing was not aware of lines that start with `--` this new function implementation could be extended in the future to support end of line comments as well...
**Describe the Bug** When connecting to a PostgreSQL server using golang-migrate, I run into a `connection refused` error. Everything works using another database client (I'm using sqlx) though. **Steps to...
Initial draft of YDB support.
**Is your feature request related to a problem? Please describe.** I want to perform database migrations into multiple databases (for context: I'm using MySQL). Each migration file will have `use...
ts=2021-04-29T10:33:42.832147Z caller=migrate.go:38 err="migrate.runMigration: migrate.NewWithDatabaseInstance: parse \"file://C:\\\\Users\\\\shah.jenilkumar\\\\Desktop\\\\add\\\\knowhere\\\\.migrations\": invalid port \":\\\\Users\\\\shah.jenilkumar\\\\Desktop\\\\add\\\\knowhere\\\\.migrations\" after host" exit status 1 go version go1.16.2 os :windows
**Describe the Bug** I'm receiving "driver: bad connection" each time trying to execute migrations for Clickhouse. The error appears after 3 minutes. **Steps to Reproduce** 1. My migrations look like:...
Dgraph
Hi! I've added support for the DGraph DB. Please review it and tell me if everything is up to your standards. For now this pull request allows to define DQL-only...