rhymix/classes/db/queryparts/condition
Kijin Sung 3aaa0c60b2 Add sensible operation names to XML query syntax
XML 쿼리 문법에서 사용되는 operation 이름을 상식적으로 개선함

차이점을 이해하기 어려운 excess/more, below/less 조건을 다른 프레임워크에서
흔히 사용하는 gt (greater than), gte (greater than or equal to),
lt (less than), lte (less than or equal to) 라는 이름으로도 쓸 수 있도록 함.
실제 부등호는 XML 태그에 사용되므로 아직은 사용 불가...

not_in은 있는데 not_equal, not_null, not_like는 없는 문제를 개선함.
이제 위의 4가지 모두 언더바(_)를 넣든 안 넣든 동일한 의미로 쓸 수 있음.
2018-06-30 16:01:44 +09:00
..
Condition.class.php Add sensible operation names to XML query syntax 2018-06-30 16:01:44 +09:00
ConditionGroup.class.php Condition pipe defaults to AND 2018-06-30 15:55:06 +09:00
ConditionSubquery.class.php PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00
ConditionWithArgument.class.php Convert all SQL keywords to upper case 2018-06-30 15:42:52 +09:00
ConditionWithoutArgument.class.php PHP 5 방식의 생성자 (__construct) 사용 2015-04-01 11:30:04 +09:00