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: denisenkom/go-mssqldb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.12.0
Choose a base ref
...
head repository: denisenkom/go-mssqldb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.12.3
Choose a head ref
  • 7 commits
  • 14 files changed
  • 9 contributors

Commits on May 19, 2022

  1. Implement stringer interface (#746)

    * Implement stringer interface
    
    * Convert to Message type before passing to MsgNotice
    sushilkg authored May 19, 2022
    Configuration menu
    Copy the full SHA
    7bb1ded View commit details
    Browse the repository at this point in the history
  2. 1 Configuration menu
    Copy the full SHA
    1598eaf View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

  1. Add support TVP identity (#771)

    * add support identity type
    
    Co-authored-by: Gavrilov.Nikita2 <[email protected]>
    NikitaDef and Gavrilov.Nikita2 authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    0461d46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efea55b View commit details
    Browse the repository at this point in the history
  3. Update README.md (#765)

    Spelling fix
    DMoosh authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    cc3f8a4 View commit details
    Browse the repository at this point in the history
  4. AAD authentication using access token (#755)

    * Connect to a DB by directly supplying auth token
    
    * Rename to AuthToken to AccessToken to match AAD terminology
    
    Co-authored-by: Rudra Pratap Singh Nirvan <[email protected]>
    RudraNirvan and RudraNirvan authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ed0f620 View commit details
    Browse the repository at this point in the history
Loading