rhymix/common/framework/parsers
Kijin Sung 7f2504b9b7 Allow escaping column type with a backslash to use literal DB type, e.g. date
DB에서 지원하는 타입명과 XE 호환성을 위해 유지하는 타입명이 충돌하는 경우
(예: date) XML 스키마에서 타입명 앞에 백슬래시를 붙이면 (예: \date)
DB에서 지원하는 타입명을 강제로 사용할 수 있도록 함.
2020-10-22 01:15:23 +09:00
..
dbquery Fix #1422 incorrect quoting of expressions in XML queries 2020-10-21 23:20:35 +09:00
dbtable Support index options 2020-07-11 18:00:36 +09:00
baseparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
configparser.php Remove use_ssl attribute from module.xml 2020-07-03 00:50:14 +09:00
dbqueryparser.php Fix incorrect detection of update-duplicate attribute 2020-07-06 20:07:57 +09:00
dbtableparser.php Allow escaping column type with a backslash to use literal DB type, e.g. date 2020-10-22 01:15:23 +09:00
editorcomponentparser.php Clean up editor module 2020-07-09 16:37:04 +09:00
langparser.php Revert "Fix var_export() not working for stdClass in PHP < 7.3" 2018-12-13 18:59:27 +09:00
moduleactionparser.php Fix #1424 incorrect handling of multi-method (GET|POST) actions 2020-10-19 13:56:46 +09:00
moduleinfoparser.php Fix error handling issues 2020-06-30 12:16:59 +09:00
xmlrpcparser.php Add XMLRPCParser class to parse XE-compatible XML requests 2020-07-03 00:03:58 +09:00