From b0930299fcb1248bfb072a59c5862cb39b7c5fd7 Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 10 Nov 2014 15:00:00 +0100 Subject: [PATCH] Fixed assertion violation when DATABASE_NULL is instanciated. --- persistence/implementation/common/database/database_null.e | 1 + 1 file changed, 1 insertion(+) diff --git a/persistence/implementation/common/database/database_null.e b/persistence/implementation/common/database/database_null.e index 9d5dc15..a26437a 100644 --- a/persistence/implementation/common/database/database_null.e +++ b/persistence/implementation/common/database/database_null.e @@ -167,6 +167,7 @@ feature -- LOGIN and DATABASE_APPL only for password_ok password_ok (upasswd: STRING): BOOLEAN -- Can the user password be Void? do + Result := True end password_ensure (name, passwd, uname, upasswd: STRING): BOOLEAN