Open thuykaka opened 4 years ago
Which version are you using? 2.3.7 Describe the bug When use TTL feature as
const [doc] = await nSQL('TABLE_NAME') .query('upsert', { /* data */ }) .ttl(20) .exec() const status = await nSQL('TABLE_NAME').expires(doc.id)
The output is
{ time: -1, cols: [] }
Expected behavior
{ time: 20, cols: [] }
Which version are you using? 2.3.7 Describe the bug When use TTL feature as
The output is
Expected behavior