Closed (fixed)
Project:
Term Fields
Version:
6.x-1.8
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Oct 2009 at 11:11 UTC
Updated:
16 Dec 2009 at 00:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
hass commentedI've found the source...
gives me
Incorrect integer value: '' for column 'region_nr' at row 1.Well, I haven't entered a value in this field as it's optional, but the query tries to use single quotes with integer fields. This is pretty wrong.
Comment #2
hass commentedComment #3
hass commentedMaybe a duplicate of #638672: term_fields_get_row broken [WITH PATCH]
Comment #4
hass commentedFound the bug. Patch attached, but may needs a re-role after #647178: #1. Code style review
Comment #5
hass commentedHas been committed