- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 213
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: casbin/gorm-adapter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.23.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: casbin/gorm-adapter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 10 commits
- 7 files changed
- 9 contributors
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8e4fe6d - Browse repository at this point
Copy the full SHA 8e4fe6dView commit details
Commits on Apr 8, 2024
-
feat: pass context down to gorm, remove old ContextAdapter (#234)
* fix: pass context down to gorm * fix: delete context_adapter_test.go * fix: go mod tidy * fix: update README & delete ContextAdapter
Configuration menu - View commit details
-
Copy full SHA for 15ac848 - Browse repository at this point
Copy the full SHA 15ac848View commit details
Commits on May 31, 2024
-
feat: initialize transactionMu in NewAdapterByDBUseTableName (#237)
constructor NewAdapterByDBUseTableName should initialize transactionMu, otherwise it will ~~panic~~ blocked due to that cas when calling Transaction Besides, a few other constructors also depend on NewAdapterByDBUseTableName, if transactionMu is not initialized in NewAdapterByDBUseTableName, it will blocked as well. Besides, why not consider use sync.Once to initialize transactionMu?
Configuration menu - View commit details
-
Copy full SHA for 9ad4075 - Browse repository at this point
Copy the full SHA 9ad4075View commit details
Commits on Jul 19, 2024
-
feat: Remove underscores from the getFullTableName method when they a…
…re present (#241) * feat: remove the underscore from the getFullTableName method * fix: Remove underscores from the getFullTableName method when they are present
Configuration menu - View commit details
-
Copy full SHA for 6a0d216 - Browse repository at this point
Copy the full SHA 6a0d216View commit details
Commits on Aug 14, 2024
-
feat: add OnConflict=DoNothing on create operations (#243)
* add TestAddPolicy * add OnConflict=DoNothing on create * more db * fix test * on conflict clause seems not work in sqlserver
Configuration menu - View commit details
-
Copy full SHA for 0560ffa - Browse repository at this point
Copy the full SHA 0560ffaView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3d3a3c7 - Browse repository at this point
Copy the full SHA 3d3a3c7View commit details
Commits on Nov 4, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7e4936 - Browse repository at this point
Copy the full SHA a7e4936View commit details
Commits on Nov 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for aef8c1f - Browse repository at this point
Copy the full SHA aef8c1fView commit details -
feat: fix failure when calling SavePolicy within the Transaction meth…
…od (#251) Co-authored-by: junfengxu <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 16aa502 - Browse repository at this point
Copy the full SHA 16aa502View commit details
Commits on Nov 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 87539c9 - Browse repository at this point
Copy the full SHA 87539c9View commit details
There are no files selected for viewing