We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c0342d commit b1e4f35Copy full SHA for b1e4f35
lib/mysqlx/protobuf/__init__.py
@@ -93,6 +93,8 @@
93
# Mysqlx.Crud
94
for key, val in mysqlx_crud_pb2.DataModel.items():
95
_MESSAGES["Mysqlx.Crud.DataModel.{0}".format(key)] = val
96
+ for key, val in mysqlx_crud_pb2.Find.RowLock.items():
97
+ _MESSAGES["Mysqlx.Crud.Find.RowLock.{0}".format(key)] = val
98
for key, val in mysqlx_crud_pb2.Order.Direction.items():
99
_MESSAGES["Mysqlx.Crud.Order.Direction.{0}".format(key)] = val
100
for key, val in mysqlx_crud_pb2.UpdateOperation.UpdateType.items():
0 commit comments