Kemel91
Kemel91
# Bug Report **YDB PHP SDK version:** v1.12.0 **Environment** docker **Current behavior:** ``` $result = $ydb->table()->session()->prepare(' DECLARE $tour_hash AS String; SELECT hash FROM tour_variants_column WHERE tour_hash = $tour_hash;') ->execute(['tour_hash' =>...
For some reason, error 503 appears periodically, and after that it does not go away until the next restart of the container, what could be the problem? Logs: ``` 2024/06/13...
### Proposal: Hello! I really miss automatic transliteration for fuzzy searches! For example: ``` CREATE TABLE hotels ( id bigint, name TEXT ) min_infix_len = '3'; insert into hotels (id,...