basis-company / tarantool-admin

MIT License
110 stars 28 forks source link

Bugs with delete and find where key type is UUID #60

Closed chelsEg closed 3 years ago

chelsEg commented 3 years ago

Hello.

I have bug with finding by secondary key, where key type is UUID.

find

The same bug with deleteting where primary key type is UUID.

delete

chelsEg commented 3 years ago

Any updates about this task?

I think bug with finding by secondary key, where key type is UUID fixed in #61, but I don't tested this because new version isn't released.

@nekufa can you help with this?

nekufa commented 3 years ago

@chelsEg hello! still no updates, the issue is present. by the way, all fixes were released

chelsEg commented 3 years ago

Hmm... I see #62 merged on 24 Feb, but last release on 3 Feb :)

nekufa commented 3 years ago

Yep, but #62 is syntax fix for previous commit simplifying select. So it is not related with uuids, just code refactoring

chelsEg commented 3 years ago

Yep, but #62 is syntax fix for previous commit simplifying select. So it is not related with uuids, just code refactoring

Yes, but in my project I am using your image from quay.io and I'm still using the old code with bug :(

If It's problem, don't worry I'm wait for fix :)

nekufa commented 3 years ago

@chelsEg checkout v0.7 with extended uuid support!