Remove no longer needed routine for autocalculating row limit: GetCalculatedLimit. The Export SQL dialog now uses a constant number of 5000 rows fetched per step. Also removes the option in the preferences screen for limiting the data amount, which was misleading the user before and only used to limit the export stuff.

This commit is contained in:
Ansgar Becker
2008-08-26 09:09:41 +00:00
parent e2b67b5831
commit 2cff5732fc
5 changed files with 5 additions and 84 deletions

View File

@ -58,8 +58,6 @@ const
DEFAULT_DATALIMITEND = 5000;
// how much memory we're aiming to use for the
// data grid and it's automatic limit function
REGNAME_LOADSIZE = 'DataLoadSize';
DEFAULT_LOADSIZE = 5*1024*1024;
REGNAME_LOGSQLNUM = 'logsqlnum';
DEFAULT_LOGSQLNUM = 300;
REGNAME_LOGSQLWIDTH = 'logsqlwidth';