-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,6 @@ | ||
|
||
## Change log | ||
|
||
Transfer ownership of the `zhufuyi/sponge` repository to the `go-dev-frame/sponge`. | ||
|
||
<br> | ||
|
||
**Note: If the current version of Sponge is lower than v1.11.1, and you want to upgrade to a higher version, execute the following command:** | ||
|
||
```bash | ||
go install github.com/go-dev-frame/sponge/cmd/sponge@latest | ||
sponge upgrade | ||
``` | ||
- Custom conditional queries support `null` values and parenthesis group. | ||
- Generate code to support parsing mysql data types `bit(1)` and `decimal`. | ||
- Optimize gin and gRPC for jwt certification. |