42
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 11, 2023 — Jun 11, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ensure question icon is not the first one in the application, so the exe does not use the question icon any more. See http://stackoverflow.com/questions/15564755/adding-a-res-file-to-project-replaces-the-default-icon-how-to-prevent-it More... about 9 years ago
* Display session name in caption of all message dialogs. See http://www.heidisql.com/forum.php?t=18606 More... about 9 years ago
Try higher ports, up to the 20 next ones, as SSH local port, when the configured one is in use. Fixes connection problems for multiple connected sessions. More... about 9 years ago
Introduce option for setting the line break style in text cells without breaks. See http://www.heidisql.com/forum.php?t=18682 More... about 9 years ago
Log debug message in helpers.ShellExec(), so we can check the url which Heidi sends to MariaDB's explain analyzer. See http://www.heidisql.com/forum.php?t=18677 More... about 9 years ago
Fix wrong detection of BIT default values. See http://www.heidisql.com/forum.php?t=17862 More... about 9 years ago
MSSQL: Again, try to use some universal date/time format, by injecting a "T" between the date and the time portion. This time with a TRegExpr instead of a TDateTime object. See http://www.heidisql.com/forum.php?t=18441 More... about 9 years ago
MSSQL: Do not pass "Database=xyz" to connection string if database(s) setting contains more than one database. See http://www.heidisql.com/forum.php?t=18559 More... about 9 years ago
Fix column type converted to locale string format by String.ToUpper in TDBConnection.GetCreateCode - prefer String.ToUpperInvariant instead, to avoid funny characters in data types. See http://www.heidisql.com/forum.php?t=18466 More... about 9 years ago
Strip folder path from various file settings, including plink.exe location, if it's the application directory. See http://www.heidisql.com/forum.php?t=18494 More... about 9 years ago
Fix compiler warning W1030: "Invalid compiler directive: 'true'". See More... about 9 years ago
Revert r4954 - "schema.table" does not work in data grid, but require when renaming a table. See http://www.heidisql.com/forum.php?t=18498 More... about 9 years ago
MSSQL: Prefer "schema.table" quoting over "schema"."table". See http://www.heidisql.com/forum.php?t=18476 More... about 9 years ago
Support PostgreSQL data types cidr, inet and macaddr. Grouped in dtcText category, so the grids show the normal text editor, but without applying SUBSTR(). See http://www.heidisql.com/forum.php?t=18442 More... about 9 years ago
Introduce new data type property "LoadPart" (boolean), which says whether such columns can be loaded per SUBSTR or LEFT into the data grid. Set it to false for UUID and JSON. See http://www.heidisql.com/forum.php?t=18442 More... about 9 years ago
Add support for PostgreSQL's UUID data type. See http://www.heidisql.com/forum.php?t=18442 More... about 9 years ago
Change data type of connection thread id from int to int64, to support killing processes on long running servers. See http://www.heidisql.com/forum.php?t=18426 More... about 9 years ago
Raise connection error when local SSH port for plink is already in use. See http://www.heidisql.com/forum.php?t=18395 More... about 9 years ago
Finally fix the weird EAccessViolation in TCustomComboBox.KeyDown. Fixes issue #3461. See also various forum threads, and the latest one of them: http://www.heidisql.com/forum.php?t=18325 More... about 9 years ago
Prepare upcoming 9.2 release More... about 9 years ago
Redirect links from old code hosting urls to SourceForge. Fixes issue #3689 More... about 9 years ago
Add support for JSON grid export format. See http://www.heidisql.com/forum.php?t=15307 More... about 9 years ago
Periodically store portable settings file, each 60 seconds. In case of a crash, the user does not loose dialog settings and whatever was customized. See http://www.heidisql.com/forum.php?t=18144#p18243 More... about 9 years ago
Support dropping functions and procedures on PostgreSQL, which requires the parameters list in parentheses. See http://www.heidisql.com/forum.php?t=18198 More... about 9 years ago
Use table schema only when not empty, otherwise use database name, in TAdoDBConnection.GetRowCount(). See http://www.heidisql.com/forum.php?t=15438#p18200 More... about 9 years ago
Outsource RowCount into TDBObject which calls TDBConnection.GetRowCount with a server and version specific query. Introduce SELECT COUNT(*) for MSSQL 2000. More... about 9 years ago
Azure support: More... about 9 years ago
Basic implementation of Markdown Here grid export option. See http://www.heidisql.com/forum.php?t=16483 More... about 9 years ago
Attempt to add support for MS SQL Azure, by a) passing the database name(s) into the ADO connection string, and b) bypassing the USE <dbname> query in TDBConnection.SetDatabase(). See http://www.heidisql.com/forum.php?t=17999 More... about 9 years ago
Fix glitch in variable value editor dialog More... about 9 years ago