Commit Graph

17 Commits

Author SHA1 Message Date
rosenfield
17c5a1aa1d Tag previous releases. 3.0rc2 2007-06-27 10:48:06 +00:00
Ansgar Becker
7f630fa4de Followup to recent dialog implementation: This is the black arrow for "dropdown" buttons. 2007-06-26 19:16:01 +00:00
Ansgar Becker
0e4b45784d Implement a button/dialog for selecting which columns shall be loaded into the datagrid. 2007-06-26 19:12:17 +00:00
rosenfield
6698d4fe8e Disable IProviderSupport functions that has been deprecated in Delphi 10 / BDS 2006.
It doesn't seem like HeidiSQL uses these.  Hopefully we'll run into a "not implemented" exception somewhere in case I'm wrong.

This isn't the "right" solution of course.  The right solution, Zeos-wise, is probably to reimplement these four functions using WideString.  Might be easy too..
2007-06-26 14:23:36 +00:00
rosenfield
e84b1e2340 * Nil result before leaving function.
* Don't cache data since it's never retrieved.
2007-06-26 14:14:09 +00:00
rosenfield
23f35d14ad Implement GetCurrentValueSQL and GetNextValueSQL to avoid compiler warnings about abstract methods present in an instantiated object. 2007-06-26 14:13:13 +00:00
rosenfield
27b89334ad Comment out a bit of ASA code to avoid a compiler warning. 2007-06-26 14:12:16 +00:00
rosenfield
127778fd7b Bugfix: Use of uninitialized string caused spurious compiler warning. 2007-06-26 14:10:53 +00:00
rosenfield
965ab54da5 Comment out some more unused variable declarations. 2007-06-26 12:37:32 +00:00
rosenfield
3b273a50e7 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. 2007-06-26 12:36:38 +00:00
rosenfield
057327f9d9 In Delphi 10, this sentence doesn't silence a compiler warning, it causes it. 2007-06-26 12:32:54 +00:00
rosenfield
e7e373574e 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.) 2007-06-26 12:32:01 +00:00
rosenfield
846791ee70 Update readme with regards to recent changes in directory structure. 2007-06-26 12:11:26 +00:00
rosenfield
66dc24bd2f Move the HeidiSQL .bdsgroup and .groupproj files into a different folder, since they're conceptually different from all the other .bdsgroup and .groupproj containers. 2007-06-26 12:04:50 +00:00
rosenfield
125ce6c450 Get rid of compatibility CFG files in Delphi 10 projects. 2007-06-26 11:50:40 +00:00
rosenfield
00714e55ad Automatic change required by Delphi 10 for compiling. 2007-06-26 11:42:19 +00:00
rosenfield
bffc0206f2 Organize repository into standard trunk/branches/tags structure. 2007-06-26 11:26:18 +00:00