Skip to content
Snippets Groups Projects
Commit 2fccfec9 authored by Alexander Tolstoy's avatar Alexander Tolstoy Committed by Yaroslav Dynnikov
Browse files

api.md: mention traceable parameter

parent f019cb5f
No related branches found
No related tags found
1 merge request!300api.md: mention traceable parameter
Pipeline #32792 passed
......@@ -1017,13 +1017,14 @@ NOTE: **Примечание**
узла-маршрутизатора.
```lua
function sql(query[, params])
function sql(query[, params], [traceable])
```
Параметры:
- `query` (_string_)
- `opts`: (optional _table_), список параметров
- `params`: (optional _table_), список параметров
- `traceable` (optional _boolean_), признак явной трассировки запроса
Возвращаемое значение:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment