rhymix/tests/_data/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
..
deleteTest.xml Add unit tests for insert, update, delete queries 2020-07-06 20:11:54 +09:00
indexHintTest1.xml Add ability to configure index hint with variable 2021-01-14 00:40:57 +09:00
indexHintTest2.xml Add ability to configure index hint with variable 2021-01-14 00:40:57 +09:00
insertTest.xml Add unit tests for insert, update, delete queries 2020-07-06 20:11:54 +09:00
selectCountTest1.xml Add unit tests for SELECT COUNT(*) queries 2021-01-07 01:06:02 +09:00
selectCountTest2.xml Add unit tests for SELECT COUNT(*) queries 2021-01-07 01:06:02 +09:00
selectJoinTest1.xml Add 'ifvar' attribute to most query elements 2021-02-09 21:58:07 +09:00
selectJoinTest2.xml Add some unit tests for DBQueryParser (more to come) 2020-07-06 14:16:13 +09:00
selectSubqueryTest1.xml Add subquery unit tests for DBQueryParser 2020-07-06 14:43:57 +09:00
selectSubqueryTest2.xml Replace all wildcard columns with '1' in count-only subquery #1575 2021-01-29 14:40:28 +09:00
selectSubqueryTest3.xml Add subquery unit tests for DBQueryParser 2020-07-06 14:43:57 +09:00
selectTest1.xml Fix #1422 incorrect quoting of expressions in XML queries 2020-10-21 23:20:35 +09:00
selectTest2.xml Fix #1422 incorrect quoting of expressions in XML queries 2020-10-21 23:20:35 +09:00
selectTest3.xml #1517 보완: 더 복잡한 조건으로 유닛 테스트 추가 2021-01-02 22:47:14 +09:00
updateTest.xml Add unit tests for insert, update, delete queries 2020-07-06 20:11:54 +09:00