Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mysql 5.7 converting NULL to uint32 is unsupported #476

Open
vinzpp opened this issue Jul 31, 2024 · 1 comment
Open

mysql 5.7 converting NULL to uint32 is unsupported #476

vinzpp opened this issue Jul 31, 2024 · 1 comment

Comments

@vinzpp
Copy link

vinzpp commented Jul 31, 2024

it's happend to me for usql_static 0.19.3 version

WARN[0000]log.go:256 gosnowflake.(*defaultLogger).Warn DBUS_SESSION_BUS_ADDRESS envvar looks to be not set, this can lead to runaway dbus-daemon processes. To avoid this, set envvar DBUS_SESSION_BUS_ADDRESS=$XDG_RUNTIME_DIR/bus (if it exists) or DBUS_SESSION_BUS_ADDRESS=/dev/null.
Connected with driver mysql (5.7.23-log)
Type "help" for help.

my:dba@10/mydb=> show slave status;
error: mysql: sql: Scan error on column index 43, name "SQL_Remaining_Delay": converting NULL to uint32 is unsupported
my:dba@10/mydb=> 
@kenshaw
Copy link
Member

kenshaw commented Jul 31, 2024

@vinzpp Thanks for reporting this. I'll look into this, and see if this is a conversion that can be handled by usql or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants