rhymix/common/framework/parsers/dbquery
Kijin Sung 6b7486e74f Add 'ifvar' attribute to most query elements
XML 쿼리에서 'ifvar' 속성을 사용하여, 특정 변수가 있을 때만 유효한 테이블이나
컬럼, 인덱스 힌트 등을 지정할 수 있도록 합니다. 어떤 변수를 넣는지에 따라
<condition> 뿐 아니라 <table>, <column>, <index_hint? 등의 적용 여부도
XML 쿼리 수정 없이 자유롭게 컨트롤할 수 있게 됩니다.
2021-02-09 21:58:07 +09:00
..
columnread.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
columnwrite.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
condition.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
conditiongroup.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
emptystring.php Fix inconsistent handling of empty string in INSERT/UPDATE queries 2020-07-02 16:04:05 +09:00
groupby.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
indexhint.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
navigation.php Create basic structure of XML query 2020-06-22 16:53:44 +09:00
nullvalue.php Fix inconsistent handling of empty string in INSERT/UPDATE queries 2020-07-02 16:04:05 +09:00
orderby.php More work on the query parser 2020-06-22 23:43:56 +09:00
query.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
table.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
variablebase.php Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00