I just updated my Kirby CMS up to 3.9.6.
My Kirby is connected to a database to create virtual pages based on the database content.
Since the update, my Db:insert function in my writeContent() just returns false and no insert happens.
$result = Db::insert(‘objekte’, $data);