Skip to content
Snippets Groups Projects
Commit 2b25ca6c authored by Mergen Imeev's avatar Mergen Imeev Committed by Nikita Pettik
Browse files

sql: VARBINARY result for LUA functions

This patch allows VARBINARY to be returned for user-defined LUA
functions. However, there are currently no values that can be
interpreted as VARBINARY by the serializer, so the only way to get a
VARBINARY result for user-defined LUA functions is to return a UUID or
DECIMAL. Both types are not supported by SQL and are treated as
VARBINARY.

Closes #6024
parent b5a78ead
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment