-
-
Notifications
You must be signed in to change notification settings - Fork 254
Comparing changes
Open a pull request
base repository: uptrace/bun
base: v1.2.10
head repository: uptrace/bun
compare: v1.2.11
- 19 commits
- 76 files changed
- 3 contributors
Commits on Feb 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b6ee4d7 - Browse repository at this point
Copy the full SHA b6ee4d7View commit details
Commits on Feb 25, 2025
-
Merge pull request #1133 from uptrace/release/v1.2.10
chore: release v1.2.10 (release.sh)
Configuration menu - View commit details
-
Copy full SHA for 40bf312 - Browse repository at this point
Copy the full SHA 40bf312View commit details -
Merge pull request #1137 from j2gg0s/test-embed-has-relation
test: embed's relation struct should be add to StructMap
Configuration menu - View commit details
-
Copy full SHA for 13d097e - Browse repository at this point
Copy the full SHA 13d097eView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for fa37c7b - Browse repository at this point
Copy the full SHA fa37c7bView commit details -
Configuration menu - View commit details
-
Copy full SHA for f25f7b0 - Browse repository at this point
Copy the full SHA f25f7b0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 3b72bd4 - Browse repository at this point
Copy the full SHA 3b72bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 287b0e3 - Browse repository at this point
Copy the full SHA 287b0e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c29af6 - Browse repository at this point
Copy the full SHA 0c29af6View commit details
Commits on Feb 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 83f6f99 - Browse repository at this point
Copy the full SHA 83f6f99View commit details -
Merge pull request #1135 from j2gg0s/fix-determine-ambiguous-with-prefix
fix(schema): determine whether a field is ambiguous with prefix
Configuration menu - View commit details
-
Copy full SHA for b03a1a5 - Browse repository at this point
Copy the full SHA b03a1a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 40b20cd - Browse repository at this point
Copy the full SHA 40b20cdView commit details
Commits on Feb 27, 2025
-
Configuration menu - View commit details
-
Copy full SHA for c0124b1 - Browse repository at this point
Copy the full SHA c0124b1View commit details -
Merge pull request #1139 from Aoang/fix/pointer-pk-has-many
Fix handle ptr pk in indirectAsKey
Configuration menu - View commit details
-
Copy full SHA for 48275db - Browse repository at this point
Copy the full SHA 48275dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 368ed3f - Browse repository at this point
Copy the full SHA 368ed3fView commit details
Commits on Feb 28, 2025
-
Merge pull request #1141 from chenx-dust/patch-1
fix(typo): minor typo fix in `migrate/auto.go`
Configuration menu - View commit details
-
Copy full SHA for 1696d5c - Browse repository at this point
Copy the full SHA 1696d5cView commit details
Commits on Mar 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a06003d - Browse repository at this point
Copy the full SHA a06003dView commit details -
Merge pull request #1142 from j2gg0s/fix-embed-with-struct
fix(schema): process embed with struct
Configuration menu - View commit details
-
Copy full SHA for b2e2a0d - Browse repository at this point
Copy the full SHA b2e2a0dView commit details
Commits on Mar 5, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 0b34182 - Browse repository at this point
Copy the full SHA 0b34182View commit details
Commits on Mar 6, 2025
-
Merge pull request #1143 from uptrace/release/v1.2.11
chore: release v1.2.11 (release.sh)
Configuration menu - View commit details
-
Copy full SHA for 0d441a2 - Browse repository at this point
Copy the full SHA 0d441a2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.2.10...v1.2.11