mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
CORE-2831: isql shouldn't display db and user name when extracting a script.
This commit is contained in:
parent
b830b95222
commit
302f149de1
@ -513,6 +513,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