feat: cast Created field to datetimeoffset in sp_GetUserWeeklyBalances for improved date handling
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m46s
Build and Deploy to Kubernetes / build-and-deploy (push) Successful in 8m46s
This commit is contained in:
+1
-1
@@ -35,7 +35,7 @@ BEGIN
|
|||||||
n.WeeklyPoolContribution,
|
n.WeeklyPoolContribution,
|
||||||
n.CalculatedAt,
|
n.CalculatedAt,
|
||||||
n.IsExpired,
|
n.IsExpired,
|
||||||
n.Created,
|
CAST(n.Created AS datetimeoffset) AS Created,
|
||||||
n.PackageId,
|
n.PackageId,
|
||||||
ISNULL(p.Title, '') AS PackageTitle,
|
ISNULL(p.Title, '') AS PackageTitle,
|
||||||
COUNT(*) OVER() AS TotalCount
|
COUNT(*) OVER() AS TotalCount
|
||||||
|
|||||||
Reference in New Issue
Block a user