You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it reports : SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') ORDER BY c.relname: pq: 用户 "kingbase" Password 认证失败
What did you expect to see?
connect to kingbase v8r3 success
The text was updated successfully, but these errors were encountered:
yuyinw
added
the
bug
It is confirmed a bug, but don't worry, we'll handle it.
label
Apr 28, 2025
yuyinw
changed the title
os/gtime: issue title
os/gtime: kingbase v8r3 link failed
Apr 28, 2025
Uh oh!
There was an error while loading. Please reload this page.
Go version
go1.22.3
GoFrame version
2.9.0
Can this bug be reproduced with the latest release?
Option Yes
What did you do?
when iuse gdb.New to connect to kingbase v8r3, code :
db, _ := gdb.New(gdb.ConfigNode{
Type: "pgsql",
Host: "x.x.x.x",
Port: "54321",
User: "kingbase",
Pass: "kingbase",
Name: "kingbase",
Extra: "sslmode=disable",
})
What did you see happen?
it reports : SELECT c.relname FROM pg_class c INNER JOIN pg_namespace n ON c.relnamespace = n.oid WHERE n.nspname = 'public' AND c.relkind IN ('r', 'p') ORDER BY c.relname: pq: 用户 "kingbase" Password 认证失败
What did you expect to see?
connect to kingbase v8r3 success
The text was updated successfully, but these errors were encountered: