Sequel Ace Versions Save

MySQL/MariaDB database management for macOS

production/3.5.2-20033

2 years ago

App Store Release Notes

  • Fixed a crash impacting tables with INVISIBLE columns
  • Only append a default value if its specified (fixes an issue with default value behavior)

Full Changelog

Added

Fixed

  • c25b64a7, Possible fix for crash on tables with invisible columns
  • 03c9e6f1, Only append a default value if its specified

Changed

Removed

Infra

beta/3.5.2-20032

2 years ago

Added

Fixed

  • 03c9e6f1, Only append a default value if its specified

Changed

Removed

Infra

production/3.5.1-20031

2 years ago

App Store Release Notes

  • Attempt non-SSL connections if we fail connecting via SSL and SSL is not required (fixes a connectivity issue)
  • Added an option to "Copy Table Name" to the right click menu on the tables list

Full Changelog

Added

  • 3acc82a8, support to copy table's name with database name in the list of tables

Fixed

Changed

  • e9ac3d3c, Attempt non-SSL connections if we fail connecting via SSL and SSL is not required

Removed

Infra

  • 4dac484c, Infra cleanup, xcworkspace removal, hierarchy simplification

beta/3.5.1-20030

2 years ago

Added

  • 3acc82a8, support to copy table's name with database name in the list of tables

Fixed

Changed

  • e9ac3d3c, Attempt non-SSL connections if we fail connecting via SSL and SSL is not required

Removed

Infra

  • 4dac484c, Infra cleanup, xcworkspace removal, hierarchy simplification

production/3.5.0-20029

2 years ago

App Store Release Notes

  • Tables can now be pinned to the top of the table list by right clicking on the name of the table
  • The structure view is now searchable and sortable
  • Changed default query editor font to Menlo to improve query editor performance
  • Improved tab coloring appearance in Dark and Light modes
  • When exporting, clicking S[tructure] C[ontent] or D[rop] in the export window will toggle the value for all tables
  • Views no longer have a funky fake table placeholder generated when exporting as SQL
  • SSL connection status is now more accurately displayed in the tab bar (a lock indicates you are connected via SSL)
  • Disabled TouchBar font panel API to improve query editor performance
  • Fixed a crash with editing columns with non-string (ex. Geometry Point) data

Full Changelog

Added

  • 49ed5429, Support for pinning tables at top of tables list
  • 18af48c0, Clicking S[tructure] C[ontent] or D[rop] in export window will toggle the value for all tables
  • 7293fc50, Filter and Sorting to Structure "fields" Table View.

Fixed

  • 2f33050, Fixed a crash with editing columns with non-string data
  • 7e16cee2, Disable dark mode variants of colors for tab bar
  • d46f0712, Disable TouchBar font panel API

Changed

  • 8afb7e51, Improved tab coloring appearance in Dark and Light modes
  • 81ec264f, Stop exporting a placeholder table for views in database exports
  • da43e08c, Accurately show SSL connection status always
  • a37b653c, Allow sorting every column on the Structure "fields" table view
  • b002cae1, Change default query editor font to Menlo to improve query editor performance

Removed

Infra

beta/3.5.0-20028

2 years ago

Added

  • 2f33050, Fixed a crash with editing columns with non-string data
  • 49ed5429, Support for pinning tables at top of tables list
  • 18af48c0, Clicking S[tructure] C[ontent] or D[rop] in export window will toggle the value for all tables
  • 7293fc50, Filter and Sorting to Structure "fields" Table View.

Fixed

  • 7e16cee2, Disable dark mode variants of colors for tab bar
  • d46f0712, Disable TouchBar font panel API

Changed

  • 81ec264f, Stop exporting a placeholder table for views in database exports
  • da43e08c, Accurately show SSL connection status always
  • a37b653c, Allow sorting every column on the Structure "fields" table view
  • b002cae1, Change default query editor font to Menlo to improve query editor performance

Removed

Infra

beta/3.5.0-20027

2 years ago

Welcome to Sequel Ace 3.5!

Sequel Ace 3.5 is our next jam-packed update with new features from the community such as the ability to pin tables, filtering and sorting for the table structure view, enhanced support for default values, and much more! We greatly appreciate community help beta testing this new release and reporting any found issues. Happy querying!


Added

  • 2f33050, Fixed a crash with editing columns with non-string data
  • 49ed5429, Support for pinning tables at top of tables list
  • 18af48c0, Clicking S[tructure] C[ontent] or D[rop] in export window will toggle the value for all tables
  • 7293fc50, Filter and Sorting to Structure "fields" Table View.

Fixed

Changed

  • da43e08c, Accurately show SSL connection status always
  • a37b653c, Allow sorting every column on the Structure "fields" table view
  • b002cae1, Change default query editor font to Menlo to improve query editor performance

Removed

Infra

beta/3.4.6-20026

2 years ago

Note: A final release of 3.4.6 was not released. All changes in 3.4.6 will be rolled up into the 3.5.0 release.

Added

Fixed

  • 2f33050, Fixed a crash with editing columns with non-string data

Changed

  • b002cae1, Change default query editor font to Menlo to improve query editor performance

Removed

Infra

production/3.4.5-20025

2 years ago

App Store Release Notes

  • Added Find Next/Previous Menu Items with Keyboard Shortcuts
  • Improved handling of special characters and spaces in the names and paths of key files and config files
  • Removed Generated Columns from 'Copy as SQL Insert'
  • Fixed issues with editing DB Users in MariaDB 10.5+
  • Fixed issues with Undo/Redo in the Query Editor, particularly around autocomplete
  • Fixed issues with inserted text being in a different font sometimes in the Query Editor

Full Changelog

Added

Fixed

  • 8b89abd0, Fix ssh connections broken by latest beta
  • 3ea8b8c4, Undo/Redo in Query Editor
  • dbfc1369, Add Find Next/Previous Menu Items with Shortcuts

Changed

  • 285a4f69, Handle special characters in bookmark file names and paths
  • 06794a4c, - Remove GeneratedColumn from 'Copy as SQL Insert' #1282

Removed

Infra

beta/3.4.5-20024

2 years ago

Added

Fixed

  • 8b89abd0, Fix ssh connections broken by latest beta
  • 3ea8b8c4, Undo/Redo in Query Editor
  • dbfc1369, Add Find Next/Previous Menu Items with Shortcuts

Changed

  • 285a4f69, Handle special characters in bookmark file names and paths
  • 06794a4c, Remove GeneratedColumn from 'Copy as SQL Insert' #1282

Removed

Infra