HeidiSQL 12.13 available for Windows and Linux

ansgar's profile image ansgar posted 2 weeks ago in Anouncements Permalink

Get it from the release page on Github:

The v12.13 files are now hosted on the Github release pages, in the "Assets" area.

New stuff:

  • Linux releases are built through Github Actions, in QT5 and GTK2 variants. A big thank you goes to Gus for making this happen!!
  • feat: sort sessions and folders according to user locale (issue #1828)
  • feat: sort session folders at top per setting (issue #1828)
  • feat: filter box in user manager (issue #2275)
  • add checkbox "Open file after creation" to grid export dialog (issue #912)

Bugfixes and enhancements:

  • fix: sort empty session folders like non-empty ones (issue #1828)
  • fix: set modified flag after move per button (issue #2220)
  • fix: column reordering per drag and drop (issue #2220)
  • fix: list procedures in PostgreSQL(issue #2278)
  • fix: missing DELETE HISTORY privilege on MariaDB (issue #1026)
  • fix: prevent crash in auto-refresh action (issue #1060)
  • fix: bad message with no library selected (issue #1020)
  • Table data generator: generate missing values for geometry columns
  • allow modify length of index with binary column (issue #900)
  • fix no longer working move up/down of selected columns, see https://www.heidisql.com/forum.php?t=44467 (issue #2220)
  • end global "edit function" mode for grid editing early (issue #875)
  • take care for escaped ENUM definitions (issue #799)
  • work around non-greedy expression when extracting the return data type of a stored function with a space in it. (issue #768)
  • safety replacement for folder separator when renaming a session or folder (issue #682)
  • leave away schema when double-click table for inserting into query editor (issue #551)
  • fix sticky empty-password warning after setting a non-empty one (issue #441)
  • allow sorting columns in table designer by click on their header (issue #2220)
  • ignore semicolon between double-dollar quoted strings when separating SQL queries by semicolon, e.g. $$ foo; bar $$ (issue #1326)

D3SOX's profile image D3SOX posted 2 weeks ago Permalink

I saw you having both GTK2 and Qt5 builds for Linux. I tried the Qt Build but it wouldn't run on Arch Linux due to mismatching dependencies. I'm on KDE and I think Qt5 is more modern than GTK2. Can you maybe also provide a second deb based on Qt?

The current AUR infra also needs restructuring. The package is just named heidisql but should actually be named heidisql-bin because there's source available. The normal one should build from source. Then we could probably have a heidisql-gtk2, heidisql-qt5, heidisql-gtk2-bin and heidisql-qt5-bin. Or just heidisql/heidisql-bin. What are your thoughts?

One think I'll have to figure out is how to build HeidSQL on Arch from CLI for the migration (and especially the two variants). Any help on that would be appreciated.

D3SOX's profile image D3SOX posted 2 weeks ago Permalink

Addendum: I saw issues 2297 on 2270 on GH which are related and I subscribed to. Maybe let's keep the discussion there.

Please login to leave a reply, or register at first.