News

Generally speaking, developers hate nulls. While an integral part of relational database theory (where they represent an unknown value), eventually nulls get passed to some variable that won’t accept ...
If we use addColumn to alter table in liquibase, Default value is not honoring and marking new column value in table as NULL. If not null constraint is not defined for the added column. Syntax for the ...
If there is an ORDER BY in a model query, we should have the NULL values be last by default. There is a pragma where you can set this in DuckDB. We can enforce this by default via PRAGMA ...