| Issue 52: | Error showing invalid field type when the field type is correct but has an override value of 0 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Doing a query on the product system:
my $live_products = $dbrh->product->where(
status => 'live',
type => 'virtual',
);
This query is causing an error that says:
20100831163722 ERROR DBR::Query::Part::Value::new invalid value 'virtual' for field type (translator)
20100831163722 ERROR DBR::Interface::Object::_buildwhere failed to build value object for type
20100831163722 ERROR DBR::Interface::Object::where Failed to generate where for product
20100831163722 ERROR ESRPExtractors::PartnerFeed::GoogleBase::run no product found in select
Using DBRAdmin I find that the 'type' field in the Product table seems correct. I attached a screen shot (Type Enum.png).
I also checked out the enum for Virtual which is also included as a screen shot (Virtual Enum.png).
Sep 7, 2010
#1
dan...@drjays.com
Status:
Fixed
Sep 7, 2010
Fixed in 1.1 AND 1.0.7-final
Labels:
fixed_in_1.1
|