-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update To Latest V10 #3
Merged
Merged
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
Call AfterScan for joined models
Warn on unknown tags
using go.opentelemetry.io/otel @v0.11.0
Increase read buffer size to 1mb and reuse it via sync.Pool
…_name_with_raw_sql feat(otel): Use first word as span name without operation.
Release v10.10.6 (release.sh)
Added `-race` to the `test` target in the Makefile, this way tests that are run in GitHub Actions will help reveal any potential race conditions.
fix: Add `-race` flag to GitHub actions test workflow.
#1952) * Add for loop for checking if the query is finished or is cancelled * Rename a var from RetryStatementTimeout to RetryCancelledQuery and update a comment * Send a cancel request when there is a bad connection error * Rename a var back to RetryStatementTimeout * Revert a change in withConn * Revert changes for comments * Add an unit test for testing sending a cancel request when a connection is timed out * Change the return values of isBadConn to return error code if it has * Send a cancel request when it is a bad conn expect 25P02 case
* Add shortcut WhereInOr * Add tests for WhereInOr Co-authored-by: p.vorontsov <p.vorontsov@norsi-trans.ru>
This resolves a race condition in listener where `ln.closed` was being read without a mutex at the same time it could be written. Just move the mutex unlock for `Unlisten` down, **but not defer it** so that the mutex still holds the lock properly. But does not cause a deadlock with release conn.
* Bump mellium.im/sasl from 0.2.1 to 0.3.1 Bumps mellium.im/sasl from 0.2.1 to 0.3.1. --- updated-dependencies: - dependency-name: mellium.im/sasl dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * chore: Removing Go 1.16 support. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Elliot Courant <elliot@treasuryprime.com>
* Update err from ctx if reason is nil * Add a unit test * Move pool object to the test itself * Rename a var from cl to cancel * Add comment for explaining why ctx.Err() is used
5fd5819
to
e426cc8
Compare
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.