Skip to content

Commit

Permalink
fix max_prepared_stmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiujia committed Mar 18, 2020
1 parent 55e7686 commit 1e285f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README-ch.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ go env -w GOSUMDB=off
//go.mod加入依赖
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/zhuxiujia/GoMybatis v6.2.1+incompatible
github.com/zhuxiujia/GoMybatis v6.2.2+incompatible
)
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ go get github.com/go-sql-driver/mysql
//go.mod加入依赖
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/zhuxiujia/GoMybatis v6.2.1+incompatible
github.com/zhuxiujia/GoMybatis v6.2.2+incompatible
)
```

Expand Down
1 change: 1 addition & 0 deletions example/src/main.go
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
package example

0 comments on commit 1e285f6

Please sign in to comment.