Closed (duplicate)
Project:
Recipe
Version:
master
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
1 Apr 2008 at 18:15 UTC
Updated:
31 Jan 2010 at 04:46 UTC
In migrating to a windows environment that is more strict that our linux environments (I forget the default flag that is on in mysql), we noticed that trying to insert a new ingredient was causing an error. Basically, this is just turning the '%s' placeholder into a %d placeholder.
There's an additional issue with the table, however, because currently link is INT NOT NULL, but the module is passing it a NULL value. I'd also suggest changing that to INT DEFAULT 0, but I'm not sure if that would affect anything else.
| Comment | File | Size | Author |
|---|---|---|---|
| recipe_ingredient_datatype.patch | 865 bytes | seanbfuller |
Comments
Comment #1
scottprive commentedComment #2
scottprive commentedDuplicate of fixed bug #189810: Inserting ingredients fails on Postgres