-
Notifications
You must be signed in to change notification settings - Fork 16
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
Can't insert #124
Comments
So, usually, when you have sequence, you want id be equals to I will look into this tomorrow, if advice will not help. |
Thanks! It's works great. One more question) If i use array field in tarantool, does connector map it to the class property with type ulong[]? |
@LestatDelionkur yes, if every member of array is assignable to ulong. |
Hi. I always get this error "ConverterNotFoundException: Converter not found for type User ProGaudi.MsgPack.Light.MsgPackContext.GetConverter()" . Can you help me again?)
|
When you create a Box object, you have an option to pass a MsgPackContext for it. You should do something like this:
|
I'm insert tuple with the following code
var result= await _primaryIndex.Insert<TarantoolTuple<T>>(TarantoolTuple.Create(entity));
and get an exception "Тarantool returns an error for request with id: 87, code: 0x00008027 and message: Tuple field count 1 is less than required by a defined index (expected 2)."
This is my entity code:
Can you help me with insert and update operations? I can't find guide for this
The text was updated successfully, but these errors were encountered: