2026.109
2026-05-25
- Moved some logic that should have been on a background thread, from a foreground thread to a background thread.
2026.92
2026-05-04
- Sort order for negative numbers ([#1131](https://github.com/hankinsoft/SQLPro/issues/1131)). Sorting a column of numeric values now orders negative numbers correctly. Previously a column containing both positive and negative values could end up out of order when the database returned numeric values as strings (most commonly with Oracle).
- iPad schema sidebar crash. Fixed a table-view crash when removing the last table from a database in the schema sidebar.
- Large-cell tooltips. Faster scrolling and pointer-driven tooltips on result grids that contain very large string values (multi-megabyte JSON / log columns no longer cause UI hitches).
- Open from Files / Share sheet. Opening a `.sql` file from the Files app or a Share-sheet provider no longer freezes the app on slow sources (iCloud Drive, Google Drive, OneDrive). The file is now read on a background thread with a *Loading…* placeholder in the destination tab.
2026.90
2026-04-30
- Fixed a rare launch hang on memory-constrained devices when first loading the autocomplete favorites cache.
2026.81
2026-04-22
- Geometry / spatial viewer: preview POINT, LINESTRING, POLYGON, and other shape data right inside the result grid, with "Open in Maps" for point data.
- Improvements to Auto-reconnect when the server drops the connection (idle timeouts, brief network blips, server restarts).
- Various crash fixes and stability improvements.
2026.52
2026-04-02
- Fixed an issue where some users when importing a sqlite file would see no UI.
2026.50
2026-03-27
+ Split view on iPhone: Query editor and results now display simultaneously in a top/bottom split view, replacing the old tab+based layout
+ "Run selected" support: Select a portion of your query and the Run button changes to "Run selected" to execute just that part
+ Run menu dropdown: Tap the chevron next to Run to access all actions ++ Run current, Run all, Save, Export, Format, Find, History, and Favorites all in one place
+ Execute query at cursor: Run just the query under your cursor without selecting it
+ Tappable line links in messages: Message output now shows clickable "(Line N)" links that highlight the corresponding query
+ Error highlighting: Query errors now show a red squiggly underline on the problematic text, matching the desktop app
+ Redesigned Alter Table: Columns, Indexes, Foreign Keys, and Triggers tabs rebuilt with a modern look and inline validation
+ Export from connection list: Long press a database and tap Export to share the .sqlite file directly
+ Connection list context menu: Long press any database for quick Connect, Export, or Delete actions
+ Live dark/light mode switching: Theme changes now apply instantly, including syntax highlighting colors, without restarting the app
2026.10
2026-02-20
+ Improved support for iOS 26.
2025.81
2025-12-03
+ Fixed an issue where the 'Run Query' button could disappear.
2025.57
2025-09-23
+ Improvements with line number displays for queries.
+ Fixed a crash some users could have when modifying sqlite databases.
+ Improvements to modifying sqlite table ddl.
+ Fixed an issue where scripting views would not always work.
2025.15
2025-02-20
+ Fixed a crash that could occur when long-pressing a connection.
2024.53
2024-07-01
+ Fixed a crash some users were seeing when making a connection.
2024.15
2024-05-01
+ Fixed a few crash issues some users were seeing.