Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

let limit and offset use bind parameter #6806

Merged
merged 14 commits into from
Feb 6, 2024
Merged

let limit and offset use bind parameter #6806

merged 14 commits into from
Feb 6, 2024

Commits on Jan 26, 2024

  1. let limit and offset use bind parameter

    chenchuan committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    7c75713 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. format

    chenchuan committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    96ba591 View commit details
    Browse the repository at this point in the history
  2. format limt_test

    chenchuan committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    15c49ce View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. try again

    jsonchuan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1123584 View commit details
    Browse the repository at this point in the history
  2. fix test case fro connpool

    jsonchuan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    853ac2b View commit details
    Browse the repository at this point in the history
  3. adding driverName for postgres ,if not to do so, the stmt vars will b…

    …e added a wrong one called pgx.QueryExecModeSimpleProtocol , causing the SQL with limit problem need 1 parameter ,but given two.
    jsonchuan committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cb398e9 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. delete trunk files

    chenchuan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    f8f8a19 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of github.com:jasonchuan/gorm

    chenchuan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    894a784 View commit details
    Browse the repository at this point in the history
  3. restore the test_test.go

    chenchuan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ac8c032 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' of github.com:jasonchuan/gorm

    chenchuan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    ebb541f View commit details
    Browse the repository at this point in the history
  5. restore test_test.go

    chenchuan committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    7cceb07 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2024

  1. driver/postgres->v1.5.5

    jasonchuan authored Feb 4, 2024
    Configuration menu
    Copy the full SHA
    5f49952 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2024

  1. Configuration menu
    Copy the full SHA
    c9cf098 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f5622a View commit details
    Browse the repository at this point in the history