Skip to content

Commit

Permalink
readd the count_table alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lailabougria committed May 19, 2020
1 parent 218da01 commit fcc8c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NServiceBus.SqlServer/Queuing/SqlConstants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ SELECT count(*) Id
SELECT TOP {1} *
FROM {0} WITH (READPAST)
WHERE Expires IS NULL OR Expires > GETUTCDATE()
);";
) as count_table;";

public static readonly string CreateQueueText = @"
IF EXISTS (
Expand Down

0 comments on commit fcc8c90

Please sign in to comment.