Sasha Aliashkevich

Results 41 comments of Sasha Aliashkevich

Sorry, not that soon, busy with other things. And this one requires changes in many places, because actually from query detected if it should be chart or not.

Hi, `sqltabs` designed as a desktop application from the very beginning, so the short answer is no. The reason is the different architecture of communication between client and database. In...

Hi, thank you for contribution. I really apologize for delay with merging it. We don't have auto tests so I need to review and test it manually. Currently I'm on...

Hi, please try to download this file and see if it works fine for you https://github.com/sasha-alias/sqltabs/releases/download/v1.1.0/SQL-Tabs-Setup-1.1.0.exe

Hi, menu `Database / Execute Block` or `Database / Execute All Blocks` or appropriate keyboard shortcut.

Hi, thank you for reporting the bug! The length of the field is taken from the `pg_attribute.atttypmod`. And apparently for `varchar` datatype it represents the actual length of the field...

Thanks for reporting! MySQL connector doesn't have that much love as Postgres one, but let's take a look how we can fix that. The exception apparently happens when trying to...

fix of `explain` is on the way, thanks for reporting

yeah, I agree that sucks. Unfortunately the release process is quite complicated here considering the number of supported platforms and database engines. I already failed few times with releasing, so...

hi, you can try to comment out these 2 lines https://github.com/sasha-alias/sqltabs/blob/master/src/Dispatcher.js#L390-L391 and make an own build to see if it helps. For the future we probably have to disable getting...