Closed rkulow closed 5 years ago
@KulowRainer
Please take a look onto repro of your issue in attached file. Everything is working as expected.
Could you elaborate?
Thanks, I tried your quick example in a clean docker container - and it worked as expected.
So I cleaned up my whole data directory and completely recreated my docker cluster - then my original source code worked also as expected.
Maybe there was some inconsistency in my data directory.
I'am using the docker container tarantool/tarantool:1.10.2-0-gc0d8063b6
and Nuget progaudi.tarantool version 0.12.1
@KulowRainer if you'll have good repro don't hesitate to reopen issue. Closing now.
I'm trying to insert items with an autoincrement Id. Therefore I created my init lua file:
Now in C#: I'am using a class like this:
And I'am trying to insert some data:
I left the Id filed
null
to use the autoincrement Id function. Unfortunately this isn't working as expected:Can you help me with this insert operation? By the way the best would be, if this insert function cloud return (if success) the assigned Id.