mirror of
https://github.com/bitwarden/server.git
synced 2024-11-26 12:55:17 +01:00
param sniffing on org search query
This commit is contained in:
parent
e6fd217763
commit
d138656238
@ -4,6 +4,7 @@
|
|||||||
@Paid BIT,
|
@Paid BIT,
|
||||||
@Skip INT = 0,
|
@Skip INT = 0,
|
||||||
@Take INT = 25
|
@Take INT = 25
|
||||||
|
WITH RECOMPILE
|
||||||
AS
|
AS
|
||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON
|
SET NOCOUNT ON
|
||||||
|
@ -37,6 +37,7 @@ CREATE PROCEDURE [dbo].[Organization_Search]
|
|||||||
@Paid BIT,
|
@Paid BIT,
|
||||||
@Skip INT = 0,
|
@Skip INT = 0,
|
||||||
@Take INT = 25
|
@Take INT = 25
|
||||||
|
WITH RECOMPILE
|
||||||
AS
|
AS
|
||||||
BEGIN
|
BEGIN
|
||||||
SET NOCOUNT ON
|
SET NOCOUNT ON
|
||||||
|
Loading…
Reference in New Issue
Block a user