Skip to content

Bug: Delete row no longer working #1135

@jurgisk

Description

@jurgisk

Describe the bug

Describe the bug
Since the latest version implemented the delete statements (when you right click to delete a row when you have run a query like this "SELECT * FROM blaa" are no longer deleting the entries by primary key.
Instead now the delete query tries to match every single field. And it breaks when dealing with json fields.
I'm running this against postgres database.
So I think really need to go back to the regular mechanism for deleting using primary key only not the full match.

To Reproduce
Steps to reproduce the behavior:

  1. Run "SELECT * FROM blaa" on a table that has a populated json field
  2. Right click delete row
  3. Confirm deletion
  4. See error

Expected behavior
Ideally should just delete the row. And ideally as it used to be using primary key only.

Screenshots
Image

Product

SQLPro for Postgres

App version

Version 2026.87 (Build 1047930)

Platform

macOS

Installation source

Website download

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions