Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12827
Reakcje/Polubienia
43178

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19145
Reakcje/Polubienia
55679
HeidiSQL 10.3.0.5901
Revision 10.3.0.5901:
Zaloguj lub Zarejestruj się aby zobaczyć!
: remove wrong comment, and duplicated check for empty expression
Revision 10.3.0.5900: Added support for quoted identifiers and case-insensitive comparision for not quoted identifiers for autocompletion and list of tables in table clauses
Revision 10.3.0.5899: Enhance aliasing of edges on dark background in new logo
Install 32/64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12827
Reakcje/Polubienia
43178

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12827
Reakcje/Polubienia
43178

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12827
Reakcje/Polubienia
43178

Ircus

Bardzo aktywny
Ekspert
Dołączył
26 Maj 2010
Posty
12827
Reakcje/Polubienia
43178

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19145
Reakcje/Polubienia
55679
HeidiSQL 11.2
Version 11.2 released 24 Jan 2021


3rd party updates:

New features and enhancements in this version:
  • New CSV layout detection for "Import text file" dialog (select <New table>)
  • Support for table level check constraints on MariaDB
  • New "Rename tab" context menu for query tabs
  • New "CREATE code" tab in view editor
  • Tab restore feature:
    • Gracefully re-create folder if query tab file and its folder was deleted from outside
    • restore scroll position
    • restore active query tab
  • Grid export:
    • Convert "Copy rows" context menu item to a submenu, and provide all export formats, with icons
    • Support custom hotkeys for each of these grid export actions
  • SQL export:
    • Prevent "Variable 'sql_notes' can't be set to the value of 'NULL'", via IFNULL() wrap
    • Speed up data exports of large MS SQL tables, by introducing ORDER BY .. OFFSET .. FETCH clauses in SELECT's
    • Limit rows per exported INSERT to 1000 for MSSQL.
    • Auto-create directory path of output file
  • Support shortcut Ctrl+F for focus on filter edit on session manager
  • Data grid: Prefer SUBSTR() over LEFT() function, unsupported in old PostgreSQL versions
  • Support regproc and jsonb column types on PostgreSQL
  • Support binary values in "More values" quick filter menu
  • Restore minimized main window when user attempts to start a second HeidiSQL process in single-instance mode
  • Apply data type colors to column names in completion proposal
  • Widen status bar panels for big screens
  • Shortcut settings: Prompt user for overwriting an existing shortcut
Bugfixes:
  • Fix various crash reports uploaded by users via exception dialog
  • Accept any whitespace after double-minus comment in MySQL/MariaDB mode
  • Add UTF-8 BOM in Excel output only in file-mode, not in copy-mode.
  • Fix grid search/replace with scope=selection
  • Enable MYSQL_OPT_LOCAL_INFILE, seems still required on some systems for importing local CSV files
  • Fix invalid enabled state of "Explain current query" action
  • Re-add CURRENT_TIMESTAMP function, removed accidentally in last update
  • Fix cleared highlighter's TableNames list in irrelevant events
  • Fix empty library drop-down after changing network type for the first selected session.
  • Fix wrongly parsed ON UPDATE clause of columns when information_schema is hidden by session setting
  • Enable cancel button after setting grid cell to NULL
Complete change list:
Zaloguj lub Zarejestruj się aby zobaczyć!
Install 32/64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 32 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!

Portable 64 bit:
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Camel1965

Bardzo aktywny
Zasłużony
Dołączył
8 Wrzesień 2010
Posty
37277
Reakcje/Polubienia
33683
HeidiSQL 11.3
New stuff:
  • Log DDL and/or DML queries per session to custom file path (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Grid text editor:
    • syntax highlighting for 64 code languages, including JSON and XML (issue
      Zaloguj lub Zarejestruj się aby zobaczyć!
      )
    • gutter with line numbers and marks for edited lines
    • now using search/replace dialog with regular expression support
  • Enable query timeout setting for MySQL and MariaDB (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Show check constraints on MySQL, MSSQL and PostgreSQL (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • New menu Query > "Editor commands", revealing available quick actions for SQL editors
  • Create "Editor commands" menu in "Query" main menu, and populate it with all available editor commands
  • Add new preference option for displaying hexadecimal content in lowercase

Bugfixes and enhancements:
  • Query tab resizes after minimize (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Foreign key add issue (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Cannot update/insert postgres jsonb column from data editor (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • MariaDB 10.5: REPLICATION CLIENT privilege was renamed to BINLOG MONITOR (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Quoted column default value expression on Percona (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Cannot delete row in MSSQL (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Always read portable settings file and imported settings file in UTF8 mode, instead of auto-detecting a potentially wrong encoding. Fixes broken characters loaded from a portable file larger than the examined 16 (?) KB
  • Database search feature: prefer a normal log line for tables with no matching data type, so the "Found rows" column has a number, to fix wrong sorting
  • function COALESCE is identified as plain text, not function (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Non-synchronized checkbox state on privileges in user manager tree (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Auto-scroll grid when tabbing through cells
  • Run SQL button disabled after reconnect (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Don't repeat running prompt to reload a file after multiple external changes (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fix identifier quoting when creating a foreign key in a database with dots in its name (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Increase maximum pixel width of status bar panels slightly, so these better fit with a larger font size. (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Get rid of quotes around hex values and integers in quick filters
  • Fix crash happening when using un/comment action. (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • include column names in "copy as" submenu export actions by default (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Restore/keep cursor position in filter editor after refresh
  • Detect pressed shift key before prompting for filter value. (issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    )
  • Fix wrong query duration in log panel after multiple queries in "one-go" mode
  • Unhide public schema on Redshift
  • Table tools: auto-fit column widths with each result grid update, and show execution time in main status bar
  • Enable menu items for EXPLAIN <query> on PostgreSQL and SQLite
Zaloguj lub Zarejestruj się aby zobaczyć!
 

Grandalf

Bardzo aktywny
Członek Załogi
Moderator
Dołączył
26 Maj 2015
Posty
19145
Reakcje/Polubienia
55679
HeidiSQL 12.5

3rd party updates:
New stuff:
  • Basic implementation of Sequal Suggest as a dialog, under Tools. For generating SQL queries through natural language. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
Bugfixes and enhancements:
  • Issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : wrap column default expression in parentheses on MySQL v8.0.13+ when altering a table
  • Issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : attempt to distinguish text values from function expressions in a column's default value, for MySQL 8.0.13+ which seems to allow just all functions as default value.
  • Issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : add missing CURDATE function definition to functions-mysql.ini
  • Do not cut trailing zeros in scientific values like 2.0e30 => 2.0e3. Closes
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Auto detect need to create HTML clipboard header, remove CreateHTMLHeader parameter from StreamToClipboard()
  • Refactor HTML clipboard code. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Make HTML export format compatible to Google Chrome. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Support ON UPDATE SET DEFAULT and the same for ON DELETE in PostgreSQL foreign keys. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : add additional sleep time between SSH process checks, so it does not matter when WaitForSingleObject does not really wait (on Wine)
  • Issue
    Zaloguj lub Zarejestruj się aby zobaczyć!
    : prefer a larger SSH process check interval for larger timeouts (timeout:4s => check interval:400ms), and log process exit code each interval.
  • Auto-set the first SSH executable from the dropdown when user activates SSH tunnel checkbox. See
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Support canceling SQL export before a table's data has been completed. Closes
    Zaloguj lub Zarejestruj się aby zobaczyć!
  • Ensure max INSERT setting is an Int64, so a huge value does not wrap into a negative value. See
    Zaloguj lub Zarejestruj się aby zobaczyć!

Pobieranie:
Zaloguj lub Zarejestruj się aby zobaczyć!
 
Do góry