Actualités

Spread the loveNULL in SQL is a powerful concept, representing the absence of a value. It’s used when data is unavailable or unknown, but its usage requires careful consideration. The first step is ...
Version 1.14.0 What happened? nil slice as array parameter is passed as NULL in SQL. Expected behavior: nil slice should be passed as an empty array in SQL. sample case: SQL -- name: TestIDs :one S ...