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
What happened:
use at mode to queryContext, (sql is select for update), I got an error:
Could not found any columnMeta in the table: Accounts: can't find column
What you expected to happen: execute normally
How to reproduce it (as minimally and precisely as possible):
seata-go verision 1.2.0
Anything else we need to know?:
I debug I found the reason:
this is stacktrace
the reason is haven't the dbName
and we need to add dbName here:
The text was updated successfully, but these errors were encountered:
What happened:
use at mode to queryContext, (sql is select for update), I got an error:
Could not found any columnMeta in the table: Accounts: can't find column
What you expected to happen: execute normally
How to reproduce it (as minimally and precisely as possible):
seata-go verision 1.2.0
Anything else we need to know?:
I debug I found the reason:
this is stacktrace
the reason is haven't the dbName
and we need to add dbName here:
The text was updated successfully, but these errors were encountered: