mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-21 20:29:57 +09:00
Fixed join condidition bug: if the user specifies the "pipe" attribute of a condition in a join cause, it should be ignored (otherwise the sql string is like INNER JOIN ... ON AND a = b). Fixed order by bug.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0-DB@8387 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
520300fad1
commit
d3067703a4
10 changed files with 31 additions and 12 deletions
|
|
@ -19,8 +19,8 @@
|
|||
<condition operation="equal" column="modules.site_srl" var="site_srl" default="0" notnull="notnull" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="modules.module" order="asc" />
|
||||
<index var="sort_index" default="module_categories.title" order="asc" />
|
||||
<index var="sort_index" default="modules.mid" order="asc" />
|
||||
<index var="sort_index1" default="modules.module" order="asc" />
|
||||
<index var="sort_index2" default="module_categories.title" order="asc" />
|
||||
<index var="sort_index3" default="modules.mid" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
<condition operation="equal" column="sites.site_srl" default="modules.site_srl" pipe="and" />
|
||||
</conditions>
|
||||
<navigation>
|
||||
<index var="sort_index" default="modules.module" order="asc" />
|
||||
<index var="sort_index" default="modules.mid" order="asc" />
|
||||
<index var="sort_index1" default="modules.module" order="asc" />
|
||||
<index var="sort_index2" default="modules.mid" order="asc" />
|
||||
</navigation>
|
||||
</query>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue