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
I introduced protobuf type parsing in #10945, and made the parser overly aggressive, so it concatenates NOTNULL into the protobuf type name rather than setting the relevant bool on the column definition when parsing a CREATE TABLE DDL statement.
client: spanner (spansql specifically)
I introduced protobuf type parsing in #10945, and made the parser overly aggressive, so it concatenates
NOTNULL
into the protobuf type name rather than setting the relevant bool on the column definition when parsing aCREATE TABLE
DDL statement.#11279 fixes this (and a few other minor bugs).
The text was updated successfully, but these errors were encountered: