-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
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
Suuport for Firebird SQL #49
Comments
I'm not planning on adding support myself but feel free to open a PR with tests |
Please review it |
This issue can be closed now (https://github.com/golang-migrate/migrate/tree/master/database/firebird) |
Firebird is now supported in v4.3.0 |
This bug might be related to jacobalberty/firebird-docker#33 |
Since Firebird is creating a lot of problems with tests, I'm going to remove official support for it until the issue is resolved. This means that:
So for now, if you want Firebird support, you'll need need to build the migrate CLI yourself. There are also no guarantees that the integration will work since we're not testing with Firebird. |
@kmuratov I fixed and closed that issue last night. I'm curious to know if it fixed the test flakiness for you guys. |
@jacobalberty I doubt that your fix will address the issues we've been seeing as |
@dhui there were two fixes, one for specifying |
The last 2 CI builds didn't have any issues with Firebird, so that's looking good. |
Fixed in v4.7.0 |
Any plans on supporting Firebird SQL?
https://github.com/nakagami/firebirdsql
works well with
https://golang.org/pkg/database/sql/
The text was updated successfully, but these errors were encountered: