[Dbix-class] Empty inserts with add_to_... and create

apv apv at sedition.com
Thu Jan 12 22:36:19 CET 2006


Ah, this is where I've done it before: 
http://wiki.class-dbi.com/wiki/Simple_Threaded_Web_Posts
but without actual db contraints.


On Thursday, January 12, 2006, at 01:17  PM, Matt S Trout wrote:

> On Thu, Jan 12, 2006 at 12:01:37AM -0800, apv wrote:
>> I'm getting a weird error when trying to create() or add_to_...(). 
>> I've
>> checked my args and such, sorry no code right now, but the underlying
>> stuff seems sound and is working in relational find() or manual 
>> INSERTs
>> with the identical args. It seems like the args are not even getting
>> passed through to create(). new() works but insert() or create() or
>> add_to...() die with this message:
>>
>> DBD::mysql::st execute failed: Cannot add or update a child row: a
>> foreign key constraint fails [for Statement "INSERT INTO chapter ()
>> VALUES ()"] at
>> /usr/local/lib/perl5/site_perl/5.8.2/DBIx/Class/Storage/DBI.pm line 
>> 187.
>>
>> Does this ring a bell with anyone?
>
> Is there any chance of you posting some of the code so we can see 
> what's
> going on? Also, what DBIx::Class version are you using?
>
> -- 
>      Matt S Trout       Offering custom development, consultancy and 
> support
>   Technical Director    contracts for Catalyst, DBIx::Class and BAST. 
> Contact
> Shadowcat Systems Ltd.  mst (at) shadowcatsystems.co.uk for more 
> information
>
>  + Help us build a better perl ORM: 
> http://dbix-class.shadowcatsystems.co.uk/ +
>
> _______________________________________________
> List: http://lists.rawmode.org/cgi-bin/mailman/listinfo/dbix-class
> Wiki: http://dbix-class.shadowcatsystems.co.uk/
> IRC: irc.perl.org#dbix-class
> SVN: http://dev.catalyst.perl.org/repos/bast/trunk/DBIx-Class/
>
>




More information about the Dbix-class mailing list