Created attachment 118419 [details] attachments (odb) I cannot figure out the right way to insert rows within my table named user as keying in values results in an error.
(In reply to Jonathan Camilleri from comment #0) > Created attachment 118419 [details] > attachments (odb) > > I cannot figure out the right way to insert rows within my table named user > as keying in values results in an error. Hi Jonathan, Can you please describe your problem as a set of steps that we can follow? That will make it much easier for us to reproduce your problem exactly as you experience it. Status -> NEEDINFO
Long time ago ... No problems to put values into table "user". "user"."roleid" is a foreignkey-field. So it has to be NULL, because there isn't any row in the table "role". Works as it should work, so I set this bug to WORKSFORME.