forked from golang-migrate/migrate
-
Notifications
You must be signed in to change notification settings - Fork 15
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
Merge upstream #18
Merged
Merged
Merge upstream #18
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
As of Go 1.16, the same functionality is now provided by package io or package os, and those implementations should be preferred in new code. So replacing all usage of ioutil pkg with io & os.
jq must be invoked with -r option
chore: Correct interface name in comments.
…or-sqlite3 bump version for sqlite3 lib to 1.14.14
…sing_issue fix spanner parsing issue
Replace deprecated ioutil pkg with os & io
* Switch to https://github.com/microsoft/go-mssqldb * Fix undeclared name * rebase * Merge master
…e#778) * modify: Add statement timeout query parmeter for MySQL * fix: parsing and assignment of statementTimeout * fix: bad merge
* Update modernc.org/sqlite Specifically to get support for sqlite3 3.38.0. * go mod tidy
Fix broken tags link
…ame and password. The example: `clickhouse://username:password@host:port/database=clicks?x-multi-statement=true` did not work, but: `clickhouse://host:port?username=user&password=password&database=clicks&x-multi-statement=true` does. I got the above DSN format from the tests.
The example Clickhouse DSN incorrectly described how to set the usern…
feat: add yugabyte support
Signed-off-by: Thomas Spear <tspear@conquestcyber.com>
Signed-off-by: Thomas Spear <tspear@conquestcyber.com>
bump up CI version & fix CI failed
This commit enables support for module graph pruning and lazy module loading for projects that are at Go 1.17 or higher. Reference: https://go.dev/ref/mod#go-mod-file-go Reference: https://go.dev/ref/mod#graph-pruning Reference: https://go.dev/ref/mod#lazy-loading Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
build: update `go` directive in `go.mod` to 1.17
mention impact and urgency
docs: use v4 godocs link in readme
docs: minor updates to getting started docs
golang-migrate#819) * Fix link root Fix the link root so that it doesn't point relatively. * Simplify to just the / root
* Bump alpine images to version 3.16 and update golang image to one based on alpine 3.15 Signed-off-by: Thomas Spear <tspear@conquestcyber.com> * Bump alpine image to version 3.16 Signed-off-by: Thomas Spear <tspear@conquestcyber.com> * Bump go version to 1.18 Signed-off-by: Thomas Spear <tspear@conquestcyber.com> * Revert "Bump go version to 1.18" This reverts commit 7a7d2bf. * Revert "Bump alpine image to version 3.16" This reverts commit b13c3b8. * Upgrade docker image and migrate binary to golang 1.19, and use build stages in docker image Signed-off-by: Thomas Spear <tspear@conquestcyber.com> * Back out unnecessary changes Signed-off-by: Thomas Spear <tspear@conquestcyber.com> Co-authored-by: Dale Hui <dhui@users.noreply.github.com>
…ate#843) * update spanner module to fix spanner parsing issue * bump the spanner module version to v1.40.0
Pull Request Test Coverage Report for Build 3448735027
💛 - Coveralls |
brocwoodworthIBLX
approved these changes
Nov 16, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👌
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.