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: uptrace/bun
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.10
Choose a base ref
...
head repository: uptrace/bun
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.2.11
Choose a head ref
  • 19 commits
  • 76 files changed
  • 3 contributors

Commits on Feb 21, 2025

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

Commits on Feb 25, 2025

  1. Merge pull request #1133 from uptrace/release/v1.2.10

    chore: release v1.2.10 (release.sh)
    j2gg0s authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    40bf312 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1137 from j2gg0s/test-embed-has-relation

    test: embed's relation struct should be add to StructMap
    j2gg0s authored Feb 25, 2025
    Configuration menu
    Copy the full SHA
    13d097e View commit details
    Browse the repository at this point in the history
  3. fix: handle driver.Valuer in getRealValue

    This commit addresses an issue where the `getRealValue` function was
    not correctly handling fields that implement the `driver.Valuer`
    interface. The code now checks if the field implements
    `driver.Valuer` and, if so, retrieves the underlying value. It then
    checks the Kind of type to determine whether it can be
    returned directly.
    
    fix #1138
    Aoang committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    fa37c7b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f25f7b0 View commit details
    Browse the repository at this point in the history
  5. fix(test): define uuid type for pointer primary keys

    The bun tag now includes the type definition "type:uuid"
    for pointer primary keys, ensuring correct database schema generation.
    Also removed WithForeignKeys call when creating the table, as it's not needed.
    Aoang committed Feb 25, 2025
    Configuration menu
    Copy the full SHA
    3b72bd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    287b0e3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0c29af6 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. Configuration menu
    Copy the full SHA
    83f6f99 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1135 from j2gg0s/fix-determine-ambiguous-with-prefix

    fix(schema): determine whether a field is ambiguous with prefix
    j2gg0s authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    b03a1a5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40b20cd View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

  1. Configuration menu
    Copy the full SHA
    c0124b1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1139 from Aoang/fix/pointer-pk-has-many

    Fix handle ptr pk in indirectAsKey
    j2gg0s authored Feb 27, 2025
    Configuration menu
    Copy the full SHA
    48275db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    368ed3f View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2025

  1. Merge pull request #1141 from chenx-dust/patch-1

    fix(typo): minor typo fix in `migrate/auto.go`
    j2gg0s authored Feb 28, 2025
    Configuration menu
    Copy the full SHA
    1696d5c View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2025

  1. fix(schema): process embed with struct

    Close #1136
    j2gg0s committed Mar 4, 2025
    Configuration menu
    Copy the full SHA
    a06003d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1142 from j2gg0s/fix-embed-with-struct

    fix(schema): process embed with struct
    j2gg0s authored Mar 4, 2025
    Configuration menu
    Copy the full SHA
    b2e2a0d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2025

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

Commits on Mar 6, 2025

  1. Merge pull request #1143 from uptrace/release/v1.2.11

    chore: release v1.2.11 (release.sh)
    j2gg0s authored Mar 6, 2025
    Configuration menu
    Copy the full SHA
    0d441a2 View commit details
    Browse the repository at this point in the history
Loading