noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 02/03: Bug SQL remove too many priv


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 02/03: Bug SQL remove too many priv
Date: Thu, 12 Nov 2015 17:49:06 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit b501832a4aa1d58e74cfde60b6f11e1759230729
Author: Dany De Bontridder <address@hidden>
Date:   Thu Nov 12 18:04:29 2015 +0100

    Bug SQL remove too many priv
---
 include/sql/patch/upgrade121.sql |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/sql/patch/upgrade121.sql b/include/sql/patch/upgrade121.sql
index f0f54b5..08f7d81 100644
--- a/include/sql/patch/upgrade121.sql
+++ b/include/sql/patch/upgrade121.sql
@@ -56,7 +56,7 @@ COMMENT ON TRIGGER profile_user_ins_upd ON profile_user IS 
'Force the column use
 delete from user_sec_jrn where uj_id in (select b.uj_id
        from user_sec_jrn  as a , user_sec_jrn  as b 
        where 
-       upper(a.uj_login) = b.uj_login and a.uj_id<> b.uj_id);
+       upper(a.uj_login) = b.uj_login and a.uj_id<> b.uj_id and 
a.uj_jrn_id=b.uj_jrn_id);
 
 
 update user_sec_jrn set uj_login = lower(uj_login);
@@ -90,7 +90,7 @@ COMMENT ON TRIGGER user_sec_jrn_after_ins_upd  ON 
user_sec_jrn IS 'Force the col
 delete from user_sec_act where ua_id in (select b.ua_id
        from user_sec_act as a , user_sec_act  as b 
        where 
-       upper(a.ua_login) = b.ua_login and a.ua_id<> b.ua_id);
+       upper(a.ua_login) = b.ua_login and a.ua_id<> b.ua_id and 
a.ua_act_id=b.ua_act_id) ;
 
 update user_sec_act set ua_login = lower(ua_login);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]