-
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
upstream merge #14
upstream merge #14
Commits on Nov 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5798784 - Browse repository at this point
Copy the full SHA 5798784View commit details
Commits on Nov 29, 2021
-
Add WithConnection to Postgres similar to MySQL.
Andreas Kluth committedNov 29, 2021 Configuration menu - View commit details
-
Copy full SHA for f621644 - Browse repository at this point
Copy the full SHA f621644View commit details
Commits on Dec 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fc7f720 - Browse repository at this point
Copy the full SHA fc7f720View commit details -
Configuration menu - View commit details
-
Copy full SHA for efbef2a - Browse repository at this point
Copy the full SHA efbef2aView commit details -
clarify the package name (#660)
* clarify the package name * Adding import and connection string sections * more clarification around the go usage
Configuration menu - View commit details
-
Copy full SHA for b69b032 - Browse repository at this point
Copy the full SHA b69b032View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d6f0e2 - Browse repository at this point
Copy the full SHA 2d6f0e2View commit details
Commits on Dec 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f82413 - Browse repository at this point
Copy the full SHA 4f82413View commit details -
Configuration menu - View commit details
-
Copy full SHA for 169d0fc - Browse repository at this point
Copy the full SHA 169d0fcView commit details -
Merge pull request #658 from mccalltd/update-spanner-to-1.27
Update Google Cloud Spanner to 1.27
Configuration menu - View commit details
-
Copy full SHA for ca2d3e0 - Browse repository at this point
Copy the full SHA ca2d3e0View commit details -
Merge pull request #664 from suzaku/simplify
len(k) is guaranteed to be greater than 1 in this case
Configuration menu - View commit details
-
Copy full SHA for 0c500eb - Browse repository at this point
Copy the full SHA 0c500ebView commit details
Commits on Dec 9, 2021
-
Upgrade containerd and image-spec for the vulnerabilities (#662)
* upgrade containerd/containerd to 1.5.8 for vulnerability * upgrade opencontainers/image-spec to 1.0.2 for vulnerability * upgrade dktest to v0.3.8
Configuration menu - View commit details
-
Copy full SHA for 918e13a - Browse repository at this point
Copy the full SHA 918e13aView commit details
Commits on Dec 10, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 020eda4 - Browse repository at this point
Copy the full SHA 020eda4View commit details
Commits on Dec 18, 2021
-
Use DELETE FROM instead of TRUNCATE for MySQL (#656)
* Use DELETE FROM instead of TRUNCATE for MySQL * Set isolation level to SERIALIZABLE Co-authored-by: Martin Arrieta <mail@martinarrieta.me>
Configuration menu - View commit details
-
Copy full SHA for 9f5ed82 - Browse repository at this point
Copy the full SHA 9f5ed82View commit details -
Merge pull request #669 from kylechadha/upgrade-spanner-lib
fix(spanner): Upgrade spanner client to latest, which adds JSON_VALUE support
Configuration menu - View commit details
-
Copy full SHA for 576ba68 - Browse repository at this point
Copy the full SHA 576ba68View commit details
Commits on Jan 12, 2022
-
Configuration menu - View commit details
-
Copy full SHA for a46677e - Browse repository at this point
Copy the full SHA a46677eView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed8a8b0 - Browse repository at this point
Copy the full SHA ed8a8b0View commit details -
Merge pull request #687 from bndw/master
docs: Include iofs in migration sources
Configuration menu - View commit details
-
Copy full SHA for bb269a7 - Browse repository at this point
Copy the full SHA bb269a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for c277388 - Browse repository at this point
Copy the full SHA c277388View commit details -
Merge pull request #686 from pankona/bump-sqlite3-to-1-14-10
Bump go-sqlite3 to v1.14.10
Configuration menu - View commit details
-
Copy full SHA for 3e43c42 - Browse repository at this point
Copy the full SHA 3e43c42View commit details
Commits on Jan 20, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 19c4891 - Browse repository at this point
Copy the full SHA 19c4891View commit details
Commits on Feb 2, 2022
-
fix: incorrect clickhouse dns example
The current example for the Clickhouse DSN is incorrect and will result in the client trying to use the default username, database, and password regardless of what is set in the DSN. This change fixed the DNS example to be correct for the current versions of the clickhouse-go client.
Configuration menu - View commit details
-
Copy full SHA for 81cbc9c - Browse repository at this point
Copy the full SHA 81cbc9cView commit details
Commits on Feb 7, 2022
-
Merge pull request #695 from xkisu/master
Incorrect DSN example for Clickhouse
Configuration menu - View commit details
-
Copy full SHA for 6b95a85 - Browse repository at this point
Copy the full SHA 6b95a85View commit details
Commits on Feb 9, 2022
-
test: use
T.TempDir
to create temporary test directoryThe directory created by `T.TempDir` is automatically removed when the test and all its subtests complete. Reference: https://pkg.go.dev/testing#T.TempDir Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 98d2f99 - Browse repository at this point
Copy the full SHA 98d2f99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34c9878 - Browse repository at this point
Copy the full SHA 34c9878View commit details
Commits on Feb 10, 2022
-
Merge pull request #700 from Juneezee/test/t.TempDir
test: use `T.TempDir` to create temporary test directory
Configuration menu - View commit details
-
Copy full SHA for 0bc9734 - Browse repository at this point
Copy the full SHA 0bc9734View commit details
Commits on Feb 19, 2022
-
Expose configuring cassandra connect timeout through query string
Exposes the cassandra client's ConnectTimeout parameter through the cassandra database query string. The Cassandra client has a fairly aggressive connect timeout of 600ms, which can cause flakiness in certain network environments or in Cassandra-compatible clusters with a more complex process for establishing connections (i.e. ScyllaDB). The query timeout is already configurable and exposed, but does not impact the connect timeout in the gocql driver. This change allows for configurtion of both.
Configuration menu - View commit details
-
Copy full SHA for 6e499cb - Browse repository at this point
Copy the full SHA 6e499cbView commit details
Commits on Feb 21, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 3dfae0d - Browse repository at this point
Copy the full SHA 3dfae0dView commit details
Commits on Feb 22, 2022
-
Merge pull request #708 from taywrobel/cassandra-connect-timeout
Expose configuring cassandra connect timeout through query string
Configuration menu - View commit details
-
Copy full SHA for e1d604b - Browse repository at this point
Copy the full SHA e1d604bView commit details
Commits on Feb 24, 2022
-
Merge pull request #659 from AndreasKl/add-with-connection-to-postgres
Add WithConnection to Postgres similar to MySQL.
Configuration menu - View commit details
-
Copy full SHA for 57aead3 - Browse repository at this point
Copy the full SHA 57aead3View commit details
Commits on Mar 16, 2022
-
Run SQL server tests on Azure SQL Edge
Josh Holbrook committedMar 16, 2022 Configuration menu - View commit details
-
Copy full SHA for 9d3babd - Browse repository at this point
Copy the full SHA 9d3babdView commit details
Commits on Mar 17, 2022
-
Merge pull request #714 from eaze/josh/test-sqlserver-with-edge
Run SQL server tests on Azure SQL Edge
Configuration menu - View commit details
-
Copy full SHA for cc5f8b7 - Browse repository at this point
Copy the full SHA cc5f8b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 331a15d - Browse repository at this point
Copy the full SHA 331a15dView commit details
Commits on May 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 075d6e8 - Browse repository at this point
Copy the full SHA 075d6e8View commit details
Commits on May 13, 2022
-
Configuration menu - View commit details
-
Copy full SHA for b5e3e92 - Browse repository at this point
Copy the full SHA b5e3e92View commit details -
Configuration menu - View commit details
-
Copy full SHA for acc11ed - Browse repository at this point
Copy the full SHA acc11edView commit details