Commit Graph

20 Commits

Author SHA1 Message Date
Francisco Ernesto Teixeira
ba0aa73e1b Changes on HeidiComponents package for D2007:
- Add dbrtl;
- Project Options, Directories/Conditionals:
  Build Configuration: Release
  Search path: ..\..\..\zeosdbo\build
  Build Configuration: Debug
  Search path: ..\..\..\zeosdbo\build
2007-07-03 17:51:15 +00:00
rosenfield
c79febe7b4 Defer execution of TDataSet Post() and ExecSQL() to background thread. 2007-06-30 00:25:11 +00:00
Ansgar Becker
d6eacddc40 Followup to recent file movements to /source 2007-06-28 22:44:00 +00:00
rosenfield
4183af3ec7 * Bugfix: Zeos croaked on 32-bit integer values.
* Bugfix: Don't special case based on length of integer fields, the server doesn't care anyway.
* Make ConvertMySQLHandleToSQLType() more readable.
2007-06-28 12:19:38 +00:00
rosenfield
a4889d64d4 Fix the same IProviderSupport / deprecated problem that r647 fixed, but in a prettier way. 2007-06-27 21:31:52 +00:00
rosenfield
87806d7075 Reinstate TZAbstractDatabaseMetadata.AddResultSetToCache(), disabling it caused grid updates to fail. 2007-06-27 21:28:27 +00:00
rosenfield
1bc11ea315 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. 2007-06-27 13:24:25 +00:00
rosenfield
366bf1644d 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. 2007-06-27 13:06:43 +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
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