[eluser]tpowalka[/eluser]
Hi,
finally, after few hours of playing with CE I find it really useful, but..
I think I found a bug. I couldn't edit my one to many table, as it was throwing an error trying to
Code:
UPDATE `tabela2` SET `tabela1_id` = -1 WHERE `tabela1_id` = '5'
I had to correct function prepForDelete() (onetomany.php line 53)
I replaced
Code:
-1
with
Code:
null
tabela1_id column is foreign key null column
CE2.0 rc14.2, CI 1.6.3
One thing I find hard is that I'm unable to customize foreign key column name (tabela1_id from the above code) the way I can do with primary key column name and 'primary_key' parameter