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

Name change missed in my previous commit - thanks to D.Sibiryakov

This commit is contained in:
AlexPeshkoff 2020-05-07 16:17:26 +03:00
parent 0839d1c200
commit 0fefff1944

View File

@ -115,7 +115,7 @@ public:
{
case ENC:
att->execute(status, tra, 0,
"ALTER DATABASE ENCRYPT WITH \"DbCrypt_example\"", 3, NULL, NULL, NULL, NULL);
"ALTER DATABASE ENCRYPT WITH \"fbSampleDbCrypt\"", 3, NULL, NULL, NULL, NULL);
if (status->getState() & IStatus::STATE_ERRORS)
throw "execute";
break;