-
i was doing a request with more columns than what fit in the screen and sqlectron gives me a weird alignment of the column names with the data ...
-
Client returns "No results found" even if i know there are results.
**Database**: postgresql
**Sqlectron version**: 1.12.0
**O.S.**: Elementary OS Freya 0.3.2
-
Given 2 tables with equal field names (id and name in this exaple):
``` sql
CREATE TABLE IF NOT EXISTS `roles` (
`id` INT NOT NULL AUTO_INCREMENT,
`name` VARCHAR(100) NULL,
PRIMARY KEY (`id`))
…
-
Gitter for sqlectron ?
-
Passwords for a server configuration are hidden from the user within the GUI, but are stored as plain text on disk inside the sqlectron.json file. JSON configuration is very handy, but database/ssh pa…
-
Hi,
I tried to build sqlelectron 1.8 from source on Arch Linux and the build command fails. I ran these commands:
```
npm install
npm run build:linux
```
The installation worked fine, but the build…
-
RPM version would be quite useful for fedora/redhat/centos/suse users.
-
Well. I can't open the gui. My mac os is 10.11 and I download Sqlectron-1.8.0-mac.zip
-
Following up on the [sqlectron-gui issue to add SSL mode](https://github.com/sqlectron/sqlectron-gui/issues/72), I found I was still unable to connect to my Heroku psql db.
![sqlectron-ssl](https://…
-
Hi,
When the result has only one row, it shows clipped by scroll bars.
Regards.
![whatsapp-image-20160614](https://cloud.githubusercontent.com/assets/1167738/16560713/616b276a-41f5-11e6-889c-61860…