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
Now we convert incorrect values of numeric data types ( e.g., "a" or "" for the bigint field) , to 0. Instead, we should forbid such conversion and throw an appropriate error.
But if a value can be correctly converted to number (e.g. "123") , conversion still must be done.
Alternatively, we could introduce some kind of option enabling/disabling such strict conversion which the user would be able to use to get more flexible behavior
Manticore Search Version:
Manticore 6.3.1 9bd02672d@24061008 dev
Operating System Version:
Ununtu 22.04 LTS
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
Implementation completed
Tests developed
Documentation updated
Documentation reviewed
Changelog updated
The text was updated successfully, but these errors were encountered:
Bug Description:
Now we convert incorrect values of numeric data types ( e.g., "a" or "" for the
bigint
field) , to 0. Instead, we should forbid such conversion and throw an appropriate error.But if a value can be correctly converted to number (e.g. "123") , conversion still must be done.
Alternatively, we could introduce some kind of option enabling/disabling such strict conversion which the user would be able to use to get more flexible behavior
Manticore Search Version:
Manticore 6.3.1 9bd02672d@24061008 dev
Operating System Version:
Ununtu 22.04 LTS
Have you tried the latest development version?
Yes
Internal Checklist:
To be completed by the assignee. Check off tasks that have been completed or are not applicable.
The text was updated successfully, but these errors were encountered: