VladlenPopolitov

Results 14 comments of VladlenPopolitov

Sorry to say, but it is not obvious. On my computer everything works OK, I use Postgres 15.4 and latest commit from trantor (master HEAD). Could you say you database...

Could you check your settings in config file and in C++ code: do you use client name? Is it the same in config and C++ code. Config file: ``` "db_clients":...

3. Check the size of data set, returning by select * from . Construction of the collection for "auto result" in debug mode require time. If it is 10000> records,...

> I am seeing the same issue with the query select exists(select 1 from migrations where version = 1) as exists in postgres. If I look at postgres it seems...