Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_session/euid — English |
Loading…
![]() New source string testing_project / Documentation: reference/reference_lua/box_session/euid — English |
---
...
tarantool> box.session.uid(), box.session.euid()
---
- 1
- 1
...
tarantool> function f() return {box.session.uid(),box.session.euid()} end
---
...
tarantool> box.session.su('guest', f)
---
- - 1
- 0
...