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: microsoft/go-mssqldb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.7.2
Choose a base ref
...
head repository: microsoft/go-mssqldb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.8.0
Choose a head ref
  • 7 commits
  • 21 files changed
  • 7 contributors

Commits on Jun 10, 2024

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

Commits on Jun 28, 2024

  1. Vulnerabilty dependency x/net (#203)

    * Vulnerabilty depency x/net
    
    * Att Dependencies
    tulioncds authored Jun 28, 2024
    Configuration menu
    Copy the full SHA
    9b84d9b View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2024

  1. Support for UDT (hierarchyid, geometry and geography) (#216)

    * Accept hierarchyid as a valid type
    
    * error
    
    * derp
    
    * geography and geometry
    
    * Return value
    
    * Tests
    
    * Typo
    
    * Upper
    
    * hasSize
    tentone authored Aug 22, 2024
    Configuration menu
    Copy the full SHA
    02deabf View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Fix: Connection not closed when database name is incorrect #173 fix (#…

    …224)
    
    * connection not closed when database name is incorrect #173 fix
    
    * test for leaked connections (connection not closed when database name is incorrect #173
    
    * Checking the number of open connections from local_net_address only
    
    * using sql.NullString for localNetAddr
    
    * handling local_net_address==NULL correctly
    parMaster authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    573423d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

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

Commits on Dec 2, 2024

  1. Bump github.com/Azure/azure-sdk-for-go/sdk/azidentity (#229)

    Bumps [github.com/Azure/azure-sdk-for-go/sdk/azidentity](https://github.com/Azure/azure-sdk-for-go) from 1.5.1 to 1.6.0.
    - [Release notes](https://github.com/Azure/azure-sdk-for-go/releases)
    - [Changelog](https://github.com/Azure/azure-sdk-for-go/blob/main/documentation/release.md)
    - [Commits](Azure/azure-sdk-for-go@sdk/internal/v1.5.1...sdk/azcore/v1.6.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/Azure/azure-sdk-for-go/sdk/azidentity
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    2521238 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. Feat: Add tracing data to prelogin and login7 packets (#228)

    * add traceid field to prelogin
    
    * add clientid and pid to login7
    
    * add logging of conn id to tdsSession
    
    * fix go mod
    
    * fix test
    
    * update min Go to 118
    
    Fixes #226
    shueybubbles authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    dad23d2 View commit details
    Browse the repository at this point in the history
Loading