igorcoding / asynctnt

A fast Tarantool Database connector for Python/asyncio.

Home Page:https://igorcoding.github.io/asynctnt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Select by ALL iterator if no key provided

igorcoding opened this issue · comments

Select by empty key fails for a HASH index when using EQ iterator.

Essentially, need to add checks to Db.select() function that check if key is empty and no iterator provided and then change iterator type to ALL.