Thanks to visit codestin.com
Credit goes to github.com

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: theory/sqljson
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: pg18
Choose a base ref
...
head repository: theory/sqljson
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.
  • 5 commits
  • 40 files changed
  • 1 contributor

Commits on Aug 10, 2025

  1. Configuration menu
    Copy the full SHA
    016bf35 View commit details
    Browse the repository at this point in the history
  2. Create new testify objects in every run block

    The previous pattern to use the same `assert` and `require` objects for
    every sub-test in a test led to false output and failure reporting,
    because the nested `t` wasn't being used, and therefore the context was
    lost. So create `assert` and `require` objects inside every `t.Run()`
    function.
    theory committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    4db621d View commit details
    Browse the repository at this point in the history
  3. Rename test case name to test

    It's slightly more descriptive and frees up `name` for uses relevant to
    the code being tested.
    theory committed Aug 10, 2025
    Configuration menu
    Copy the full SHA
    7c097b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dcce26 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2026

  1. Upgrade golangci-lint to v2.8.0

    And upgrade the macOS Intel runner.
    theory committed Jan 20, 2026
    Configuration menu
    Copy the full SHA
    0e93532 View commit details
    Browse the repository at this point in the history
Loading