Postico icon indicating copy to clipboard operation
Postico copied to clipboard

Public issue tracking for Postico

Results 144 Postico issues
Sort by recently updated
recently updated
newest added

A customer suggested to change the copy command, so that it copies the current line when no text is selected. Apparently this is what VS Code does.

It would be nice to have an `IN` filter as an option when filtering table data. - for number like columns an input of `1,2,3` should lead to `"my_column" IN...

My setup is like this: my (encrypted) private key is stored in `~/.ssh/id_rsa`. The passphrase for this key is stored in Keychain. The agent is launched automatically by the system,...

A couple of customers have emailed me to request better license management. Especially for team licenses, it would be convenient to see how many licenses are currently in use. It...

A customer complained about poor usability of the window menu, since the menu items are logically backwards, eg: - Table – Database – Server - Different Table – Other Database...

enhancement

A customer suggested that it would be useful to have row numbers for SQL query results. They probably shouldn't be shown by default, since it might be easy to mix...

enhancement

Feature request: it would be really handy if Postico would autocomplete the type name when adding a column. There are a lot of characters I could mistype in "timestamp without...

https://user-images.githubusercontent.com/998682/155327590-7f523a0f-2cca-4b15-acb9-37d5648f9140.mov ## What did you do? - New Server -> connect via SSH tunnel - I clicked on the Private Key field and nothing happened. Then I inspected more closely...

It would be nice if the CSV Import supported different import modes: - INSERT (what we do now) - UPDATE (update existing rows) - INSERT ON CONFLICT UPDATE / UPSERT...

Current behaviour: Many of the text fields in my day-to-day database work are set to NOT NULL. If I erase the contents of a text string in the table row...