Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc1613c1

Browse files
committed
Fix null sum bug
1 parent31e629f commitc1613c1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

‎coderd/database/queries.sql.go‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more aboutcustomizing how changed files appear on GitHub.

‎coderd/database/queries/quotas.sql‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ORDER BY
2222
created_atDESC
2323
)
2424
SELECT
25-
SUM(daily_cost)
25+
coalesce(SUM(daily_cost),0)::BIGINT
2626
FROM
2727
workspaces
2828
JOIN latest_buildsON

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp