Agaev Guseyn
Agaev Guseyn
```(SQL) CREATE SEQUENCE serial_01 CYCLE; SELECT nextval('serial_01'); DROP SEQUENCE serial_01; ``` ``` Tarantool error: DropSequence: Can't drop sequence 'serial_01': the sequence has data ```
## Which issue does this PR close? Closes #13000. ## Rationale for this change These changes will allow functions to be implemented that produce a unique result for each call...
### Describe the bug For functions whose signature contains Volatility::Volatile and arguments, invoke is called once and without _number_rows ### To Reproduce ``` **TABLE:** "+-------+", // "| value |", //...