Skip to content

Commit

Permalink
fix issue in package gdb
Browse files Browse the repository at this point in the history
  • Loading branch information
gqcn committed Mar 31, 2022
1 parent 87609a3 commit 66803fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions database/gdb/gdb_model_cache.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ func (m *Model) makeSelectCacheKey(sql string, args ...interface{}) string {
if len(cacheKey) == 0 {
cacheKey = fmt.Sprintf(
`GCache@Schema(%s):%s`,
m.db.GetSchema(),
gmd5.MustEncryptString(sql+", @PARAMS:"+gconv.String(args)),
)
}
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package gf

const VERSION = "v2.0.5"
const VERSION = "v2.0.6"
const AUTHORS = "john<john@goframe.org>"

0 comments on commit 66803fd

Please sign in to comment.