From ee065f6e73a476e40ae701a052c67940266f1e50 Mon Sep 17 00:00:00 2001
From: an7s <an7s@git.zephyr-software.com>
Date: Thu, 23 Oct 2014 21:11:49 +0000
Subject: [PATCH] Added USERNAME as a SQL function

Former-commit-id: db321f79b1a52c682faac97a3b41ddf22b91749c
---
 appfw/src/sqlfw.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/appfw/src/sqlfw.c b/appfw/src/sqlfw.c
index 5846597ff..8e05aea8a 100644
--- a/appfw/src/sqlfw.c
+++ b/appfw/src/sqlfw.c
@@ -271,6 +271,7 @@ static char *CRITICAL_FUNCTIONS[] = {
 	"UNHEX", 
 	"UPPER",
 	"USER", 
+	"USERNAME", 
 	"USER_NAME", 
 	"VERSION", 
 	"WEEK", 
-- 
GitLab