Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository:go-sql-driver/mysql
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base:v1.7.0
Choose a base ref
...
head repository:go-sql-driver/mysql
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v1.7.1
Choose a head ref
  • 7 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 9, 2022

  1. bump actions/checkout@v3 and actions/setup-go@v3 (#1375)

    * bump actions/checkout@v3 and actions/setup-go@v3 * enable cache of actions/setup-go * Revert "enable cache of actions/setup-go" I don't know why, but some jobs fail with "Could not get cache folder paths". This reverts commit 185228e.
    @shogo82148
    shogo82148 authored Dec 9, 2022
    Configuration menu
    Copy the full SHA
    4591e42View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2023

  1. Configuration menu
    Copy the full SHA
    af380e9View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Add go1.20 and mariadb10.11 to the testing matrix (#1403)

    * Add go1.20 and mariadb10.11 to the testing matrix * Use latest upstream actions-setup-mysql which has support for mariadb 10.11 * Update authors file
    @pgporada
    pgporada authored Mar 30, 2023
    Configuration menu
    Copy the full SHA
    d83ecdcView commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Increase default maxAllowedPacket size. (#1411)

    64MiB is same to MySQL 8.0.
    @methane
    methane authored Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f0e16c6View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2023

  1. Configuration menu
    Copy the full SHA
    faedeffView commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. fix some comments (#1417)

    Signed-off-by: cui fliter <[email protected]>
    @cuishuang
    cuishuang authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    8503110View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f20b286View commit details
    Browse the repository at this point in the history
Loading