42
I Use This!
Inactive

Commits : Listings

Analyzed 4 days ago. based on code collected 4 days ago.
Jun 07, 2023 — Jun 07, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Bugfix: When user interrupts an asynchronous operation, keep the notify structure around in case results arrive at a later time. Fixes issue #1744298. More... almost 17 years ago
* Make RemoteExecNonQuery wait for a result, in order to propagate any exceptions that might occur. Fixes issue #1732871. More... almost 17 years ago
Remove ExplicitXXX properties. Delphi insists on it right now, and I'm fine with it, since ExplicitXXX seems to break older versions of Delphi. More... almost 17 years ago
Bugfix: Make the 'view data' buttons work when the data tab is not visible. Fixes issue #1731990. More... almost 17 years ago
Workaround for lack of AsInt64 suggested by Ansgar. More... almost 17 years ago
Get rid of a compiler warning. Proper fix would be to convert to TWideStrings, but since we don't use this code, we'll leave it at this for now. More... almost 17 years ago
Undo r635. Some earlier revision screwed Zeos, and installation no longer works. While r635 fixes compilation, it doesn't make installation work again, so something else seems to be wrong. More... almost 17 years ago
Move svn:ignore property from repository root to /trunk (?). More... almost 17 years ago
* Add BINARY and VARBINARY field types. Fixes issue #1742937. More... almost 17 years ago
Bugfix: Use sint64 instead of sint32 for data and index sizes in advanced properties dialog. Should fix issue #1738943. I couldn't find any Db.TField.AsInt64 function, so values for a single file will still wrap if the file is larger than 4GB. Could be fixed by selecting from information_schema and having the database server do the division by 1024.. More... almost 17 years ago
Document release procedure. More... almost 17 years ago
Modify the /trunk version number to always say "x.y" so it's obvious in any exe built from trunk that it came from a development version. More... almost 17 years ago
Followup to recent dialog implementation: This is the black arrow for "dropdown" buttons. More... almost 17 years ago
Implement a button/dialog for selecting which columns shall be loaded into the datagrid. More... almost 17 years ago
Disable IProviderSupport functions that has been deprecated in Delphi 10 / BDS 2006. More... almost 17 years ago
* Nil result before leaving function. More... almost 17 years ago
Implement GetCurrentValueSQL and GetNextValueSQL to avoid compiler warnings about abstract methods present in an instantiated object. More... almost 17 years ago
Comment out a bit of ASA code to avoid a compiler warning. More... almost 17 years ago
Bugfix: Use of uninitialized string caused spurious compiler warning. More... almost 17 years ago
Comment out some more unused variable declarations. More... almost 17 years ago
Comment out a line which causes a "variable assigned but never used" warning. The code line is in a code path which HeidiSQL will never take, so I haven't bothered to find the idea behind this particular code. More... almost 17 years ago
In Delphi 10, this sentence doesn't silence a compiler warning, it causes it. More... almost 17 years ago
The non-Unicode version of GetFieldNames is deprecated. Avoid compiler warning by commenting out code using it. (QREDBImage stuff which HeidiSQL doesn't use anyway, by the way.) More... almost 17 years ago
Update readme with regards to recent changes in directory structure. More... almost 17 years ago
Move the HeidiSQL .bdsgroup and .groupproj files into a different folder, since they're conceptually different from all the other .bdsgroup and .groupproj containers. More... almost 17 years ago
Get rid of compatibility CFG files in Delphi 10 projects. More... almost 17 years ago
Automatic change required by Delphi 10 for compiling. More... almost 17 years ago
Organize repository into standard trunk/branches/tags structure. More... almost 17 years ago