Sasha Aliashkevich
Sasha Aliashkevich
Hi thanks for the comment. I agree, for linux/windows the layout is not perfect, at mac there is a CMD key used instead of CTRL, so no conflict in there....
Hi, thank you for a feedback. Yes it is possible to generate several markdowns. For that you need to split your script to so called [SQL blocks](https://github.com/sasha-alias/sqltabs/wiki/SQL-Tabs-documentation#running-sql). The block is...
I think I know where is the issue. Most probably you execute your script with `CMD+R` `Run Script`. This type of query execution doesn't try to interpret blocks. Try to...
Hi, thanks for a feedback. Technically it should be easy to add one more axis. Not sure though how to design the annotation string for that.
interesting idea, I actually think it shouldn't be too smart in order to not accidentally limit the things. I'd go first with filling the mapping `object_name -> properties` without distinguishing...
I actually never used pgAdmin longer than for 5 mins :) so really don't know what do you mean. Could you elaborate on this a bit? In SQL Tabs you...
OK, I see what you mean. I think this is related to Snippets https://github.com/sasha-alias/sqltabs/issues/13 If it will be like _pgadmin macros_ or _texteditor snippet_ depends on implementation once we get...
Hi, I don't think it's possible atm. Only collection instances can be displayed. Probably it deserves to be implemented one day.
Yeah, it's MacOS. ``` $pspg --info pspg-5.8.1 with readline (version: 0x0802) with integrated menu ncurses version: 6.4, patch: 20221231 ncurses with wide char support ncurses widechar num: 0 wchar_t width:...
[This line](https://github.com/okbob/pspg/blob/master/src/table.c#L959) ``` log_row("sleep 10ms per 1000 rows"); usleep(1000 * 10); ``` For some reason the `usleep` causes the timeout. If I remove the usleep everything works fine. Not sure...