On Fri, Jun 9, 2023 at 11:58 PM Vladimir Shkurin <vshku...@gmail.com> wrote:

> Hello! I created a simple user registration form with Sequel and Roda, but
> an error occurs when filling out the fields and submitting the form.
>
> Sequel::NotNullConstraintViolation at /user/new
> SQLite3::ConstraintException: NOT NULL constraint failed: users.username
>
> A file of my code is attached to this message.
>

>From the error message, you are not setting the username field when
inserting the row into the database.

Please post minimal self-contained reproducible example code inline if you
would like additional support.

Thanks,
Jeremy

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sequel-talk+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sequel-talk/CADGZSSdB4Puyiii8gi0nDH3ZNmB-1NAXhykBzD889nZMJLxpSw%40mail.gmail.com.

Reply via email to