PSequel
PSequel
Never mind. The release build actually works as expected. Interesting, only the debug build has the issue I described above. I'm not sure if the SQRLCodeSignatureError matters. I don't see...
But if you take a look at my logs, the second time when checking for updates, it doesn't download the updated bundle (because it's already downloaded) , and it doesn't...
I usually add `(prod)` or `(dev)` to the names of connections.
V1.2.7 add a preference for setting query timeout. If a query takes more than the specified number of seconds to complete, it will get cancelled automatically. In future, I'll add...
What's the use case of this feature?
What's your PostgreSQL version?
Interesting I'm on OS 10.11.1 and PostgreSQL 9.4.5, but I'm unable to reproduce the crash. Before I come up with a fix, could you download the previous version and disable...
@lowski You mentioned that "it crashed only when I opened specific table". Do you see any patterns in terms of table names, column names, column types, number of rows, etc....
@lowski You have a good point - bytea could be a problem. Do you have a lot of rows that store large size of bytea data? Anyway, in future versions...
@jonzee Have you tried [this](https://github.com/psequel/psequel/issues/106#issuecomment-227052216)?