Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_space/delete — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_space/delete — English |
---
- [1, 'My first tuple']
...
tarantool> box.space.tester:delete(1)
---
...
tarantool> box.space.tester:delete('a')
---
- error: 'Supplied key type of part 0 does not match index part type:
expected unsigned'
...