I'm having problems with the recording of the full text query
When I write a message, i have next:
Query Opened: INSERT INTO tariffs(id, dict_tariff_type_id, code, name, begin_date, end_date, price, dict_tariff_group_id, priority, dict_tariff_bill_rules_id, dict_tariff_activate_rule_id, dict_tariff_timelimit_types_id, time_limit_value, is_active, is_teminal, is_web, is_ignore) VALUES(NULL, 1, 'gdf', 'fhn', 148
Not all of the values to insert are displayed
How can I see the full text?
Thanks.
When I write a message, i have next:
Query Opened: INSERT INTO tariffs(id, dict_tariff_type_id, code, name, begin_date, end_date, price, dict_tariff_group_id, priority, dict_tariff_bill_rules_id, dict_tariff_activate_rule_id, dict_tariff_timelimit_types_id, time_limit_value, is_active, is_teminal, is_web, is_ignore) VALUES(NULL, 1, 'gdf', 'fhn', 148
Not all of the values to insert are displayed
How can I see the full text?
Thanks.