mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-18 18:59:56 +09:00
Problem of case-sensitive in module query
git-svn-id: http://xe-core.googlecode.com/svn/branches/luminous@12359 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
64ab1c5f49
commit
e40b655292
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
</tables>
|
||||
<columns>
|
||||
<column name="site_srl" var="site_srl" notnull="notnull" />
|
||||
<column name="layout_Srl" var="layout_srl" notnull="notnull" default="0" />
|
||||
<column name="layout_srl" var="layout_srl" notnull="notnull" default="0" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="module_srl" var="module_srl" filter="number" notnull="notnull" pipe="and" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue