mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 18:03:02 +01:00
Backport CORE-2831: isql shouldn't display db and user name when extracting a script.
This commit is contained in:
parent
1c8d5ff38d
commit
b12b0858fb
@ -607,6 +607,8 @@ int ISQL_main(int argc, char* argv[])
|
||||
case EXTRACTALL:
|
||||
if (*isqlGlob.global_Db_name)
|
||||
{
|
||||
Interactive = false; // "extract" option only can be called from command-line
|
||||
|
||||
// Let's use user and password if provided.
|
||||
// This should solve bug #112263 FSG 28.Jan.2001
|
||||
if (newdb(isqlGlob.global_Db_name, isqlGlob.User, Password, global_numbufs,
|
||||
|
Loading…
Reference in New Issue
Block a user