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: hsl-code/sqlx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jmoiron/sqlx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 21 files changed
  • 7 contributors

Commits on Apr 19, 2021

  1. fix the default binds for a 'godror' driver

    Roman Perehkod committed Apr 19, 2021
    Configuration menu
    Copy the full SHA
    1abdd3d View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2021

  1. update go-sql-driver/mysql to v1.6.0

    xbjiang committed Apr 23, 2021
    Configuration menu
    Copy the full SHA
    2765bc4 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Configuration menu
    Copy the full SHA
    5317814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b20d679 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2021

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

Commits on May 7, 2021

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

Commits on May 9, 2021

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

Commits on May 15, 2021

  1. Merge pull request jmoiron#731 from 2403905/godror

    Fix the default binds for a 'godror' driver
    jmoiron authored May 15, 2021
    Configuration menu
    Copy the full SHA
    e6cd7ae View commit details
    Browse the repository at this point in the history
  2. Merge pull request jmoiron#734 from QuangTung97/fix/named-exec-values

    Fix Bulk Insert: Single Column and MySQL earlier upsert syntax
    jmoiron authored May 15, 2021
    Configuration menu
    Copy the full SHA
    92bfa36 View commit details
    Browse the repository at this point in the history
  3. Merge pull request jmoiron#728 from s7v7nislands/update_mysql_version

    update go-sql-driver/mysql to v1.6.0
    jmoiron authored May 15, 2021
    Configuration menu
    Copy the full SHA
    a62bc60 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2021

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

Commits on Apr 16, 2022

  1. Merge pull request jmoiron#767 from liftoffio/gpark.sqlx.reset-slice

    Make Select reset slice length
    jmoiron authored Apr 16, 2022
    Configuration menu
    Copy the full SHA
    28212d4 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Introduce CircleCI (jmoiron#922)

    * Introduce CircleCI
    
    With this PR, we introduce the CircleCI as a CI pipeline.
    
    The old configuration, TravisCI, is removed.
    
    A Makefile is also created to allow easier interaction with the different commands available.
    
    * Fix all linting issues
    
    * Fix goimports version
    dlsniper authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dcafbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc91699 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2024

  1. Add azuresql driver bind

    Qian Deng committed May 28, 2024
    Configuration menu
    Copy the full SHA
    25a5113 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2024

  1. Merge pull request jmoiron#927 from ninjadq/add_azuresql_driver_bind

    Add azuresql driver bind
    dlsniper authored May 30, 2024
    Configuration menu
    Copy the full SHA
    41dac16 View commit details
    Browse the repository at this point in the history
Loading