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
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
But I'm going to send a PR to vitess. So, after they accept it, we can update our mysql-server.
Based on mysql docs. BOOL types are aliases for TINYINT, so in vitess it will be converted to sqltypes.Uint8.
err: "invalid connection":
query := "CREATE TABLE schema_migrations (version bigint not null primary key, dirty boolean not null)"
all is ok:
query := "CREATE TABLE schema_migrations (version bigint not null primary key, dirty bit not null)"
The text was updated successfully, but these errors were encountered: