Commit Graph

2 Commits

Author SHA1 Message Date
Kalle
881c53d961 Enforce homogeneous multi-row inserts at the type level
Kysely fills keys missing from some rows of a multi-row .values() with
literal null on SQLite (it cannot emit the DEFAULT keyword), which was
the cause of the organizer registration crash. The kysely patch now
rejects row arrays whose element type has optional or heterogeneous
keys, with an error naming the offending column.
2026-08-03 07:28:13 +03:00
Kalle
01412aafc1 Silence unhelpful Kysely log 2026-05-23 07:20:41 +03:00