Skip to content

Bug: Save crashes when more than a couple of edits #1109

@oisbosslady

Description

@oisbosslady

Describe the bug

Use left nav to use the option to open to open 1,000 rows (no edit x rows option listed in nav)

SELECT TOP 1000 * FROM dbo.tablename;

After 3 or 4 cell edits. hit save

Get this error and have to start all over again:

incorrect syntax near the keyword 'TOP'

Tried to remove Top and run qry again. Same error.

SELECT * FROM dbo.tablename;

Constant having to start 100% over after a couple edits - and maybe the save works again

Product

SQLPro for MySQL

App version

2026.07 115707.5

Platform

macOS

Installation source

App Store

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