rhymix/classes/db
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
..
queryparts Add sensible operation names to XML query syntax 2018-06-30 16:01:44 +09:00
DB.class.php Remove index hint classes for MS SQL and Cubrid 2018-06-30 15:31:00 +09:00
DBMysql.class.php Merge all MySQL DB classes into DBMysql.class.php 2018-06-30 15:12:59 +09:00