42
I Use This!
Inactive

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 27, 2023 — May 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Set font size per Ctrl + mousewheel in any grid view. More... over 8 years ago
Update SynEdit component to https://github.com/SynEdit/SynEdit/commit/0470dcbf161c0d154002acbb654f1d6f7494ba91 from Sep 9, 2015 More... over 8 years ago
Fix duplication of query tab controls, when it comes to aligning the query helpers tree. See http://www.heidisql.com/forum.php?t=20041 More... over 8 years ago
Prevent various problems with alignment of controls. See http://www.heidisql.com/forum.php?t=18924 More... over 8 years ago
Increase width of shortcut tree, so new translations have enough room. See http://www.heidisql.com/forum.php?t=20009#p20011 More... over 8 years ago
Use a reasonable default height for the query editor, to prevent a splitter problem. See http://www.heidisql.com/forum.php?t=19952 More... over 8 years ago
Translate SynEdit shortcut captions. See http://www.heidisql.com/forum.php?t=19401 More... over 8 years ago
Missing icon file for "Run SQL file" action More... over 8 years ago
Add menu item "Run SQL file", as a complement to "Load SQL files". See http://www.heidisql.com/forum.php?t=19982 More... over 8 years ago
MSSQL: Set textsize to a large value, so the view editor does not load partial code only. See http://www.heidisql.com/forum.php?t=19779#p19981 More... over 8 years ago
User manager: Allow double quotes in SHOW GRANTS output, to support ANSI mode. See http://www.heidisql.com/forum.php?t=19757 More... over 8 years ago
Fix position of horizontal splitter on second and successive query tabs. See http://www.heidisql.com/forum.php?t=19952 More... over 8 years ago
Make brace matching color customizable, via Tools > Preferences > SQL. See http://www.heidisql.com/forum.php?t=19934 More... over 8 years ago
Add virtual column syntax for MySQL, which seems to differ slightly from the MariaDB implementation. See http://www.heidisql.com/forum.php?t=19405#p19901 More... over 8 years ago
Internally handle MySQL's native column types in an enumeration, not as constants. See mysql.h.pp in the MySQL server code. More... over 8 years ago
Add new MySQL internally used date/time data types. See https://bugs.mysql.com/bug.php?id=67992 More... over 8 years ago
Add basic support for MySQL's new JSON data type. See http://www.heidisql.com/forum.php?t=19870 More... over 8 years ago
Postpone repaint of the data grid to later, after click on a header column with a bad WHERE filter. Fixes a crash in VirtualTree, when handling the click somewhere. See http://www.heidisql.com/forum.php?t=19832 More... over 8 years ago
Fix non-working detection of indexes on PostgreSQL pre-9.0 servers. See http://www.heidisql.com/forum.php?t=18581 More... over 8 years ago
Make insertion of node text on double click customizable, per tree style options menu. See http://www.heidisql.com/forum.php?t=16104 More... over 8 years ago
Fix order in table column parsing, so that collation is expected before a virtual expression. See http://www.heidisql.com/forum.php?t=19405 More... over 8 years ago
Fix endless loop in retrieval of column comments on MSSQL. See http://www.heidisql.com/forum.php?t=19576#p19790 More... over 8 years ago
Add a "clear" button to the both db+table filter textboxes. More... over 8 years ago
Revert accidentally committed file from previous commit. More... over 8 years ago
Introduce GUI font preferences setting, so the user can customize the font of all dialogs and forms. Does not work with menus, however. See http://www.heidisql.com/forum.php?t=19666 More... over 8 years ago
Display column comments on MSSQL. See http://www.heidisql.com/forum.php?t=19576 More... over 8 years ago
A yes/no message dialog may also return mrCancel, when the user clicks the X button to close it. Handle this case as if the user clicked "no", when HeidiSQL detects an unsafe query. See http://www.heidisql.com/forum.php?t=19697 More... over 8 years ago
Do not insert database tree node caption in query editor via double click. See http://www.heidisql.com/forum.php?t=16104 More... over 8 years ago
MSSQL: Fix broken query for altering column comment via table editor. See More... over 8 years ago
Detect table and its alias when using UPDATE/INSERT IGNORE. See http://www.heidisql.com/forum.php?t=19534 More... over 8 years ago