mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 06:43:04 +01:00
Backport CORE-2831: isql shouldn't display db and user name when extracting a script.
This commit is contained in:
parent
318789bfc9
commit
e3c8df4c19
@ -641,6 +641,8 @@ int ISQL_main(int argc,
|
||||
case EXTRACT:
|
||||
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