mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Fix #1706 support default="null" in XML query parser
This commit is contained in:
parent
1400895d27
commit
6a4d3d912c
3 changed files with 17 additions and 2 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue