-
First, nice work.
On v 1.8.0 there doesn't seem to be any way to view stored procedure definitions for SQL Server. I am not sure about other databases or versions.
I think I'd be willing to work on…
-
I just tried sqlectron with one bit bigger database (~130 tables) and executed default query on one of the tables (double-clicked table name). What I noticed is that all data is fetched correctly, but…
-
I noticed that because of some long text (nvarchar) attributes, table rows do not scale nicely, they become too big. For example:
![table-sqlectron](https://cloud.githubusercontent.com/assets/8470710…
-
Performance issues / comments
- Query results view with large column set seems to perform badly, I've experimented with react-virtualized and slickgrid. Slickgrid seems to perform the best.
- Tables t…
-
Okay, so here's the idea which I'll try to implement (as it is one of features my mentor requests me to do, and I guess it would be really nice one to have!). I was thinking of making database diagram…
-
Hi, tried to install this and get the following error:
**A JavaScript error occurred in the main process**
Uncaught Exception:
Error: Cannot find module '../../../app/package.json'
at Function.M…
ArayB updated
8 years ago
-
Having in mind recent [feedback from redit](https://www.reddit.com/r/programming/comments/4en0jh/sqlectron_one_single_db_client_for_any_relational/d22og0t) and feedback I'm getting from others, this s…
-
The grid is converting the date when it should not.
Based on my query, the result is different from my date range.
![image](https://cloud.githubusercontent.com/assets/911493/14536176/7bd6cea8-0247-11…
-
DB client: MSSQL, Mysql
App version: 1.5.0
OS: Win 7
For both MSSQL and MySQL (not familiar with Postgress), when adding a connection the DB field should be optional since the database is not requir…
-
If I'm connected to a server. Then I turn off that server. I receive an error message from sqlectron-core that the connection was lost. But seems the connection object still existing and since we nev…