Sasha Aliashkevich

Results 41 comments of Sasha Aliashkevich

There is no such shortcut yet. But you may find useful vertical tab view. `Window -> Switch Tab View`

I've never worked with PostGIS to be honest, but since there is already used an awesome d3 visualisation library in SQL Tabs, I think it's quite possible. What I would...

Technically to draw map and geo objects should be possible. D3 framework supports geojson and topojson. I'm not sure how hard to write convertion from postgis to geojson/topojson in JavaScript...

@gijs you are right, `renderMap` was supposed to be used for maps rendering but I didn't succeed in implementation at that time. The design was as simple as: ``` ---...

I've never seen it, but try the above fix

Hi, unfortunately there is no such a shortcut.

Hi, sorry for delay with response, I guess you should be able right click on the file and press Open, then it suggests the option to start the app anyway....

Do you think it should be fixed when scrolling vertically as well?

Yes, MVs are not supported yet, they are in the awaiting list of features.

Hi, SQL Tabs opens a connection for each tab, plus it opens one more connection per unique connection string for fetching autocompletion metadata. I think it doesn't open connectoin for...