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

Commits on Aug 7, 2023

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

Commits on Aug 19, 2023

  1. add With/WithTx/Withx/WithTxx fn for Conn/DB and add InExec/InGet/InS…

    …elect help fn
    
    - add With/WithTx/Withx/WithTxx function for Conn/DB
    - add InExec/MustInExec/InGet/InSelect help function
    - add InExec/MustInExec/InGet/InSelect method for DB/Tx
    alimy committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    84af935 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from bitbus/pr-some-help-fn

    add With/WithTx/Withx/WithTxx fn for Conn/DB and add InExec/InGet/InS…
    alimy authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    1b0a74a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    15b90b7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from bitbus/pr-use-any

    convert all interface{} type to any type
    alimy authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    f7daf07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d431cfb View commit details
    Browse the repository at this point in the history
  6. update README.md

    alimy committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    5aa8e60 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3 from bitbus/pr-change-mod

    change package name to github.com/bitbus/sqlx
    alimy authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    27868a6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    06d07f4 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. add Queryable interface

    alimy committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    609aefe View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Oct 21, 2023

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