PSequel

Results 46 comments of PSequel

I created a table using your query. PSequel v1.4.4 works fine for that table. From your crash logs, looks like your server reported a wrong datatype for a column. If...

What if you create a table with same structure and data locally on your Mac? I wonder if the issue is related to your PostgreSQL server or your local machine....

Thanks a lot for digging into this! I tried the steps you described but still cannot reproduce the crash. I also tried ``` INSERT INTO channel VALUES (5,'Test2','FestesFeld1',NULL); ``` and...

@AntonTrapp could you send the dump file to support(at)psequel(dot)com (or create a gist if you don't mind sharing it publicly)? Want to see if I can reproduce the crash on...

@AntonTrapp your dump file works fine as well 😕

@AntonTrapp I'm also running PostgreSQL 9.5.2 from homebrew. Also have hstore extension added (actually your dump creates hstore extension too). I don't think Teamviewer is useful if I cannot attach...

@AntonTrapp Honestly I don't want to ship the source code to your computer. If you have a public IP address and expose the PostgreSQL port, I can connect to your...

@AntonTrapp thanks for your help anyway! For the timestamp issue, if "an empty timestamp" means NULL, you should select the "NULL" radio button instead of typing an empty string in...

Are you using an older Mac? If so, please try [this](https://github.com/psequel/psequel/issues/106#issuecomment-231955068).

@jayshepherd I'm currently doing a major refactoring/cleanup to improve the stability and account for the radical changes in Swift 3. Could solve this issue along the way.