You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running SQL query SELECT JSON_EXTRACT(attribute_data, '$.my_number_field') AS my_number_field FROM lunar_products; should show my_number_field in integers.
Actual Behaviour:
For new products which I didn't change any of the attributes the above query gives:
Expected Behaviour:
Running SQL query
SELECT JSON_EXTRACT(attribute_data, '$.my_number_field') AS my_number_field FROM lunar_products;
should showmy_number_field
in integers.Actual Behaviour:
For new products which I didn't change any of the attributes the above query gives:
While if I've changed
my_number_field
to 1, the query gives:If I change it back to 0, the query gives:
Steps To Reproduce:
Lunar\FieldTypes\Number
The text was updated successfully, but these errors were encountered: