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: georgysavva/scany
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.0
Choose a base ref
...
head repository: georgysavva/scany
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 3 commits
  • 11 files changed
  • 3 contributors

Commits on Feb 26, 2023

  1. Bump golang.org/x/text from 0.3.7 to 0.3.8 (#108)

    Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.
    - [Release notes](https://github.com/golang/text/releases)
    - [Commits](golang/text@v0.3.7...v0.3.8)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/text
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 26, 2023
    Configuration menu
    Copy the full SHA
    958ed3c View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Bump golang.org/x/crypto (#121)

    Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20220829220503-c86fa9a7ed90 to 0.17.0.
    - [Commits](https://github.com/golang/crypto/commits/v0.17.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/crypto
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 24, 2023
    Configuration menu
    Copy the full SHA
    80c2cc6 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2024

  1. Adding ScanAllSets to the api (#115)

    * feat: add ScanAllSets
    
    * test: mssql for ScanAllSets
    
    * fix: ScanOne should close rows
    
    * Add a way to test mssql
    
    * fix linters
    
    * Fix godot
    
    ---------
    
    Co-authored-by: Georgy Savva <georgy.savva@gmail.com>
    kmpm and georgysavva authored Jan 6, 2024
    Configuration menu
    Copy the full SHA
    d60e58c View commit details
    Browse the repository at this point in the history
Loading