Matthew Peveler
Matthew Peveler
Yup, that is a good point. I have been meaning to look into this for both windows and macOS to enable an easier time for installation. I have added this...
When I looked into this a month ago, looking at the site, by "non-profit organization", I almost certainly believe that they mean an organization that is registered as a 501(c)...
When you save the connection and go back to re-edit it, the SSL stuff is still properly filled in?
All settings and added connections are stored in a `sqlectron.json` file, which is either at `~/.sqlectron.json` or under: * macOS: `~/Library/Preferences/Sqlectron/sqlectron.json` * Windows: `%LOCALAPPDATA%\Sqlectron\Config\sqlectron.json` * Linux: ` ~/.cache/Sqlectron/sqlectron.json` You should...
Looking at this, it seems to fix this will require a larger rewrite of the underlying sqlectron-core library. Right now, the logic for rendering a value is relatively simple: https://github.com/sqlectron/sqlectron-gui/blob/593b75056bde23f20c18f88575a06a29fd50c7b4/src/renderer/utils/convert.js#L21-L47...
A blocker to this is #537, where something in that version causes a break in functionality. After moving to `react-router@^3`. Should the be able to move to react 16 and...
A current blocker is that we need to update the `react-select` module as it uses the deprecated lifecycle names.
Currently, if you right click on a table, you can view the create table DDL for that given table. There is no functionality to easily dump this to file, nor...
When you saved the form with `60550` in the port field, what is the value for the port in the sqlectron.json config file (open the settings menu to get the...
What version of TLS is the server you're trying to connect to using?