From a913600ad9d8cae12f0b8967aa4fd11503f8cad6 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 5 Oct 2024 10:46:43 +0000 Subject: [PATCH] docs(CONTRIBUTING.md): add more SQL advices --- CONTRIBUTING.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fb489d9e54..0d76a74a30 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,8 @@ on the contributing page: 0` clause +to [prevent aggregate functions such as `MIN` and `MAX` from returning `NULL`](https://stackoverflow.com/questions/66527856/aggregate-functions-max-etc-return-null-instead-of-no-rows). + ### Commit messages Commit messages follow the [Conventional Commits] notation.