mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
Support timestamp() with customizable format in XML query
This commit is contained in:
parent
28323f1bb8
commit
23a827923e
3 changed files with 16 additions and 7 deletions
|
|
@ -8,6 +8,8 @@
|
|||
<column name="nick_name" var="nick_name" notnull="notnull" default="null" />
|
||||
<column name="voted_count" operation="plus" var="voted_count" filter="number" />
|
||||
<column name="blamed_count" operation="minus" var="blamed_count" filter="number" />
|
||||
<column name="regdate" var="regdate" default="timestamp()" />
|
||||
<column name="last_update" var="last_update" default="timestamp(y.m.d)" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="document_srl" var="document_srl" notnull="notnull" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue