Loading...
- v2026.50iOS
MongoDb: - Improved reliability and performance - New visual filter builder: build MongoDB queries with a point-and-click interface instead of writing JSON by hand (column picker, 16 operators including contains, regex, exists, null checks, with AND/OR logic) - New visual sort editor: add/remove sort fields with column picker and ASC/DESC toggle - New projection editor: checkbox grid to include/exclude fields with Select All/None General: - Fixed a crash that could occur when exporting to CSV - Fixed SQL Formatter incorrectly adding spaces to the || (concatenation) operator - Improved CSV import handling for non-numeric strings in numeric columns - Fixed an issue where editing multiple rows could generate incorrect UPDATE queries due to stale column state - Fixed duplicate database dialog now includes an "Include data" option - Added Duplicate Database context menu for MSSQL, MySQL, and Postgres - Fixed database tree disclosure triangles requiring double-click on modern macOS
- v2026.07iOS
+ Fixed an issue when export Postgres tables. [https://github.com/hankinsoft/SQLPro/issues/1103](#1103) + Updated connection window UI to better suit macOS 26.
- v2026.05iOS
+ Improvements with macOS 26.
- v2026.03iOS
+ Fixed an issue where formatting queries would result in pipe concatenations having extra spaces. [#1093](https://github.com/hankinsoft/SQLPro/issues/1093)
- v2026.02iOS
+ macOS 26 improvements. + Added an option to specify batch size when importing. [#1098](https://github.com/hankinsoft/SQLPro/issues/1098)
- v2025.76iOS
+ Additional improvements for macOS 26. + Cmd+C now copies entire line when no text selected. [#1085](https://github.com/hankinsoft/SQLPro/issues/1085)
- v2025.71iOS
+ Fixed an issue with searching when using MSSQL connections.
- v2025.57iOS
+ Improvement to 'Run current query'. [#1057](https://github.com/hankinsoft/SQLPro/issues/1057) + Improvement to MySQL comments. [#1055](https://github.com/hankinsoft/SQLPro/issues/1055) + Improvements to scripts Postgres tables with multiple primary keys. [#1056](https://github.com/hankinsoft/SQLPro/issues/1056) + Fixed a crash some users could see when importing csv files.
- v2025.10iOS
+ Fixed an issue with formatting queries.
- v2025.9iOS
+ Fixed a crash some users were seeing at startup.
- v2025.7iOS
+ Fixed a crash users could see when deleting records.
- v2025.01iOS
+ Fixed an issue where copy as markdown and copy as formatted text monospaced could have empty fields. [#1020](https://github.com/hankinsoft/SQLPro/issues/1020) + Added an export keyboard shortcut for 'execute secondary query style'. [#1017](https://github.com/hankinsoft/SQLPro/issues/1017)
- v2024.60iOS
+ Fixed an issue with column sizing.
- v2024.38iOS
+ Added options for autosize columns. [#966](https://github.com/hankinsoft/SQLPro/issues/966) + Fixed an issue with SSH tunnels. [#989](https://github.com/hankinsoft/SQLPro/issues/989)
- v2024.32iOS
+ Removed some un-used files. [#985](https://github.com/hankinsoft/SQLPro/issues/985)
- v2024.31iOS
+ Fixed an issue where when modifying results inline, after applying or discarding changes there woulds still be a partial visible changes UI. + Fixed an issue that could cause crashes for some users when viewing preferences.
- v2024.21iOS
+ Fixed a crash that could occur when modifying MySQL table structures.
- v2024.20iOS
+ Fixed an issue that could cause a crash when deleting records. [#965](https://github.com/hankinsoft/SQLPro/issues/965) + Fixed an issue that could cause a crash when removing the 'format query' shortcut. [#964](https://github.com/hankinsoft/SQLPro/issues/964)
- v2024.17iOS
+ Fixed a crash that could occur during autocomplete.
- v2024.15iOS
+ Performance improvements with the query editor. + Crash fix related to the query editor.
- v2023.73iOS
+ Added an option to set a default query for a table. [#940](https://github.com/hankinsoft/SQLPro/issues/940) + Added an option for generic tabs to not be promoted for a save. [#949](https://github.com/hankinsoft/SQLPro/issues/949) + Added an option to disable the cmd + number shortcuts. [#942](https://github.com/hankinsoft/SQLPro/issues/942) + Added the option to set a default query to be executed for tables. [#940](https://github.com/hankinsoft/SQLPro/issues/940)
- v2023.56iOS
+ Added support for right aligning numericals. [#914](https://github.com/hankinsoft/SQLPro/issues/914) + Added support for importing from JSON files. [#924](https://github.com/hankinsoft/SQLPro/issues/924) + Added support for exporting tables directly to Json via the database tree table context menu. + Moved themes location on file system. [#780](https://github.com/hankinsoft/SQLPro/issues/780) + Added support for keyboard shortcuts to export result sets as csv/json/xml. [#913](https://github.com/hankinsoft/SQLPro/issues/913) + Renaming a table will instantly update the autocomplete. [#922](https://github.com/hankinsoft/SQLPro/issues/922) + You can refresh a tab loaded from the file system by right clicking the tab and choosing 'Reload file'. [#902](https://github.com/hankinsoft/SQLPro/issues/902) + You can now delete a MySQL database from the database tree by right clicking on the database and choosing 'Drop database'. (There are confirmations before any deletions). [#911](https://github.com/hankinsoft/SQLPro/issues/911)
- v2023.43iOS
+ Fixed an issue with paste.
- v2023.42iOS
+ Fixed an issue with CR vs LF. [#904](https://github.com/hankinsoft/SQLPro/issues/904) + Fixed an export issue.
- v2023.41iOS
+ Added support for STRICT sqlite tables. + Added FTS3,FTS4 and FTS5 support in sqlite. + When exporting, you can now choose create to create a folder for each entry. [https://github.com/hankinsoft/SQLPro/issues/899](https://github.com/hankinsoft/SQLPro/issues/899)