You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
save_insert attempts to insert a row with a value for all columns for the
row defined, even if the value is null. The following patch will only
insert values as called from save(), resulting in correct behavior for rows
specified NOT NULL.
additionally, some debugging statements were left uncommented. these have
been commented accordingly.
Model.php.patch is a patch against r304
Original issue reported on code.google.com by casco...@gmail.com on 25 Nov 2008 at 8:41
Can you send this patch with more context ( svn diff --diff-cmd diff -x '-C 20'
)
Also, it seems that the value of $newval in the new line 838 isn't used.
I've commented out the debugging lines, however, in r305.
Original comment by thwarted...@gmail.com on 28 Nov 2008 at 7:46
Original issue reported on code.google.com by
casco...@gmail.com
on 25 Nov 2008 at 8:41Attachments:
The text was updated successfully, but these errors were encountered: