Manticore Team
Manticore Team
➤ Sergey Nikolaev commented: I can't reproduce it like this: ```sql snikolaev@dev:~$ cat csv_dist.conf source src { type = csvpipe csvpipe_command = for n in `seq 1 100000`; do echo...
➤ Aleksey N. Vinogradov commented: This thing first need to be discussed. We actually have several places in index building where mem limit is not honored. Moreover, it is honored...
fix error in mysql len parsing That closes #15 via commit https://github.com/manticoresoftware/go-sdk/commit/70a49dc3179dcb483427f5f7b6697d9372e410d0
➤ Sergey Nikolaev commented: No, we don't.
➤ Nick Sergeev commented: Done in https://github.com/manticoresoftware/manticoresearch-php/pull/77
➤ Sergey Nikolaev commented: Can you elaborate on your use case? Why is it important to have it on the client initialization phase?
➤ Aleksey N. Vinogradov commented: btw, look at test 66, it might be the feature you looking for.
➤ Aleksey N. Vinogradov commented: yes, it is about 'option store'. It's kind of experimental and works only with 'delete' (which btw effectively excludes all kind of filters other than...
➤ Stan commented: maybe worth to allow such syntax only in multi-query and lifetime will be the session time or only during handling of multi-query
➤ Nick Sergeev commented: We're still unable to reproduce the issue. In our tests the following example works fine without escaping. > `$search->expression('param_7',"IN ( params_json['7'], 67 )")` Can you please...