mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Get ServerVersionUntouched for Firebird.
For Interbase is still empty, because I don't know, how to select with sql.
This commit is contained in:

committed by
Ansgar Becker

parent
e8050f858a
commit
76e176ae2e
@ -2884,7 +2884,11 @@ begin
|
||||
//! Query('PRAGMA busy_timeout='+(Parameters.QueryTimeout*1000).ToString);
|
||||
|
||||
FServerDateTimeOnStartup := GetVar('SELECT ' + GetSQLSpecifity(spFuncNow));
|
||||
//! FServerVersionUntouched := GetVar('SELECT sqlite_version()');
|
||||
|
||||
if Self.Parameters.LibraryOrProvider.Equals('IB') then
|
||||
FServerVersionUntouched := ''
|
||||
else
|
||||
FServerVersionUntouched := GetVar('SELECT rdb$get_context(''SYSTEM'', ''ENGINE_VERSION'') as version from rdb$database');
|
||||
FConnectionStarted := GetTickCount div 1000;
|
||||
FServerUptime := -1;
|
||||
|
||||
|
Reference in New Issue
Block a user