mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-15 01:09:57 +09:00
Issue 344 - error occurrence when using substr() in XML Query condition.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9483 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
36211cb65b
commit
c368fa189c
3 changed files with 19 additions and 1 deletions
11
test-phpUnit/db/xml_query/mysql/data/substring.xml
Normal file
11
test-phpUnit/db/xml_query/mysql/data/substring.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<query id="substringTest" action="select">
|
||||
<tables>
|
||||
<table name="member" alias="member" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="*" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="more" column="substr(extra_vars_t1.value,5,4)" var="var_start_mmdd" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue