c2f5e22a3f
Enable safe compiler optimizations.
2007-09-11 17:10:07 +00:00
2e1ff085f1
Disable usage of Delphi debug DCUs.
2007-09-11 16:57:52 +00:00
d1f1d0fb5c
Enable checks and debug information.
...
Range and overflow checking can be turned off when building a release exe to improve performance slightly.
Debugging options can be turned off when building a release exe to reduce the executable file size.
2007-09-11 16:49:44 +00:00
44198bcfa1
Re-implement r775 in a way which does not break Zeos' row buffer mechanism. Fixes issue #1789215 .
2007-09-10 17:25:23 +00:00
1c6dc32f53
Add build command script. Will be helpful for creating nightly builds. Adjustments of the project files included to get the build script running without errors with D10 + D11 packages.
2007-09-04 15:24:03 +00:00
1590078e75
Bugfix: Add unknown data types from mysql-5.0.48.tar.gz/include/mysql_com.h. Fixes issue #1755422 .
2007-08-21 20:23:33 +00:00
b54a122fe6
Fix bug #1757524 "Exporting rather slow when processing large BLOBs" by making use of mysql_real_escape_string() .
2007-08-21 16:47:28 +00:00
2c726b4a5b
Fix bug #1536481 "SHOW FULL PROCESSLIST on mysql v4 server messes Zeos up".
...
See discussion: https://sourceforge.net/tracker/?func=detail&atid=832347&aid=1536481&group_id=164593
2007-08-01 18:11:13 +00:00
d64cc11e37
Automatic changes by Delphi 11:
...
* Fix paths to rtl.dcp and vcl.dcp
* Adds missing references to packages in HeidiComponents.dproj (followup to rev 751)
* Drop paths to DCP files which are already specified in search paths
2007-07-29 08:56:34 +00:00
cc3fe79ecb
Bugfix: GetCatalogAndNamePattern() is called to ensure that the schema name is carried to the LCatalog variable in case the database name is stored in the schema variable, but later the Catalog (no L) variable is used instead.
...
Fixes issue #1732734 .
2007-07-27 15:09:18 +00:00
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
a4889d64d4
Fix the same IProviderSupport / deprecated problem that r647 fixed, but in a prettier way.
2007-06-27 21:31:52 +00:00
87806d7075
Reinstate TZAbstractDatabaseMetadata.AddResultSetToCache(), disabling it caused grid updates to fail.
2007-06-27 21:28:27 +00:00
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
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
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
e84b1e2340
* Nil result before leaving function.
...
* Don't cache data since it's never retrieved.
2007-06-26 14:14:09 +00:00
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
27b89334ad
Comment out a bit of ASA code to avoid a compiler warning.
2007-06-26 14:12:16 +00:00
127778fd7b
Bugfix: Use of uninitialized string caused spurious compiler warning.
2007-06-26 14:10:53 +00:00
965ab54da5
Comment out some more unused variable declarations.
2007-06-26 12:37:32 +00:00
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
00714e55ad
Automatic change required by Delphi 10 for compiling.
2007-06-26 11:42:19 +00:00
bffc0206f2
Organize repository into standard trunk/branches/tags structure.
2007-06-26 11:26:18 +00:00