tarantool/node-tarantool-driver

Cannot read a space name or space is not defined

farwayer opened this issue · 2 comments

Tarantool: 1.9.0
tarantool-driver: 2.0.5

...
const res = await db.select('sellOrders', 'id', 100, 0, 'all');
Error: Cannot read a space name or space is not defined
    at TarantoolConnection.<anonymous> (.../node_modules/tarantool-driver/lib/connection.js:137:23)
    at <anonymous>
    at process._tickCallback (internal/process/next_tick.js:118:7)

All ok with number spaceId.

It works with github master version. Is any ETA for releasing 3.0.0?

Right now ._.