sync error
Created by: saeidfeyziniya
frappe.exceptions.CharacterLengthExceededError: Error Log 901: 'Title' (SELECT `tabItem`.`name`,
`tabItem`.`item_code`,
`tabItem`.`item_name`,
`tabItem`.`item_group`,
`tabItem`.`description`,
`tabItem`.`woocommerce_description`,
`tabItem`.`has_variants`,
`tabItem`.`variant_of`,
`tabItem`.`stock_uom`,
`tabItem`.`image`,
`tabItem`.`woocommerce_product_id`,
`tabItem`.`woocommerce_variant_id`,
`tabItem`.`sync_qty_with_woocommerce`,
`tabItem`.`weight_per_unit`,
`tabItem`.`weight_uom`
FROM `tabItem`, `tabItem Price`
WHERE `tabItem Price`.`price_list` = 'Standard Selling'
AND `tabItem`.`name` = `tabItem Price`.`item_code`
AND `tabItem`.`sync_with_woocommerce` = 1
AND (`tabItem`.`disabled` IS NULL OR `tabItem`.`disabled` = 0) ) will get truncated, as max characters allowed is 140
why I get these error?
I don't have any fiels in tabItem with more 140 char.