8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-24 18:43:02 +01:00

Backport CORE-2831: isql shouldn't display db and user name when extracting a script.

This commit is contained in:
robocop 2010-01-28 08:04:21 +00:00
parent 1c8d5ff38d
commit b12b0858fb

View File

@ -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,