Fix #1706 support default="null" in XML query parser

This commit is contained in:
Kijin Sung 2021-06-19 20:26:05 +09:00
parent 1400895d27
commit 6a4d3d912c
3 changed files with 17 additions and 2 deletions

View file

@ -346,6 +346,8 @@ class VariableBase
return [false, intval(\Rhymix\Framework\Session::getMemberSrl())];
case 'sequence()':
return [false, getNextSequence()];
case 'null':
return [true, 'NULL'];
}
// If the default value is a calculation based on the current value, return a query string.