fix: postgres bulk insert issue (#1780)

Co-authored-by: georgehao <georgehao@users.noreply.github.com>
This commit is contained in:
georgehao
2026-01-14 16:39:26 +08:00
committed by GitHub
parent 7de388ef1a
commit efca370e1d
3 changed files with 4 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ import (
"runtime/debug"
)
var tag = "v4.7.10"
var tag = "v4.7.11"
var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {