basis-company / tarantool-admin

MIT License
110 stars 28 forks source link

Possibility to search on space created by SQL protocol #67

Closed chelsEg closed 1 year ago

chelsEg commented 2 years ago

Hello.

I have some issue with spaces created by SQL protocol.

In this spaces indexes don't have information about parts, then don't have possibility to search on this index.

Screen

Search

For reproducing:

box.execute([[CREATE TABLE "test_table" ("id" UNSIGNED PRIMARY KEY AUTOINCREMENT, "title" VARCHAR(100));]])

Tarantool: 2.8.2 Admin panel: 0.7.2

chelsEg commented 1 year ago

After upgrade to version 0.7.6 this bug was fixed.