-
Serge Petrenko authored
Introduce helpers for each of our custom extension types. The helpers will be used by mp_check() to validate extension contents and make sure no malformed data is accepted by tarantool. Closes #6857 NO_DOC=no user visible changes
Serge Petrenko authoredIntroduce helpers for each of our custom extension types. The helpers will be used by mp_check() to validate extension contents and make sure no malformed data is accepted by tarantool. Closes #6857 NO_DOC=no user visible changes
gh-6857-improved-tuple-validation.md 155 B
bugfix/core
- Improved incoming tuple validation. Now tuples coming over the net can't contain malformed decimals, uuids, datetime values (gh-6857).