Skip Menu |

This queue is for tickets about the Fey-ORM CPAN distribution.

Report information
The Basics
Id: 58379
Status: stalled
Priority: 0/
Queue: Fey-ORM

People
Owner: Nobody in particular
Requestors: niceperl [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.33
Fixed in: (no value)



Subject: Manual incomplete
I've created the SQLite schema, with Group, User and Message tables. If I launch the sentence: my $user = Forum::Model::User->insert( username => 'xyz', email => 'xyz@fey-orm.org', ); I get the following error: User.group_id may not be NULL [for Statement "INSERT INTO "User" ("email", "username") VALUES (?, ?)"] at ... The message is clear, but a better manual will be helpful.
Subject: Re: [rt.cpan.org #58379] Manual incomplete
Date: Mon, 14 Jun 2010 17:29:14 -0500 (CDT)
To: migeul prz via RT <bug-Fey-ORM [...] rt.cpan.org>
From: Dave Rolsky <autarch [...] urth.org>
On Mon, 14 Jun 2010, migeul prz via RT wrote: Show quoted text
> User.group_id may not be NULL [for Statement "INSERT INTO "User" ("email", > "username") VALUES (?, ?)"] at ...
I'm not sure what you want Fey::ORM to do. This message is coming from your database via DBI. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/