Welcome Guest Search | Active Topics | Log In | Register

Provider bug? Options · View
Reptophile
#1 Posted : Wednesday, December 03, 2008 5:17:24 PM

Rank: YAF Forumling


Joined: 11/26/2008
Posts: 9
Location: Swindon
In the Stored Procedure yaf_prov_role_exists, it takes the application as a parameter, but doesn't do a check against it (I don't think our version has been modified!):

BEGIN
DECLARE @ApplicationID uniqueidentifier

EXEC [dbo].[yaf_prov_CreateApplication] @ApplicationName, @ApplicationID OUTPUT

SELECT COUNT(1) FROM [dbo].[yaf_prov_Role]
WHERE RolenameLwd = LOWER(@Rolename);
END
Jaben
#2 Posted : Thursday, December 04, 2008 12:27:20 AM

Rank: YAF Head Dude



Joined: 10/10/2004
Posts: 3,050
Location: Honolulu, HI
That's a bug. Thanks for the info.

FP: Jaben
"When you are grateful, fear disappears and abundance appears”."

Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by YAF 1.9.3 RC2 | YAF © 2003-2008, Yet Another Forum.NET
This page was generated in 0.050 seconds.

SourceForge.net Logo Powered by ASP.NET v2.0 411ASP.NET