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
BUG26834675: Fix missing 'upsert' field in protocol message object
Using the pure Python implementation of Protobuf raises an AttributeError,
because the field "upsert" is missing in protocol message object.
This patch updates the mysqlx_crud_pb2 proto python file.
0 commit comments