exialym opened a new issue #4974: URL: https://github.com/apache/incubator-doris/issues/4974
Doris 现在只支持使用反斜杠转义单/双引号,如: `select * from table where col = 'I\'m'` 期望支持使用自身转义单/双引号的方式,如: `select * from table where col = 'I''m'` 其他数据库现状: 支持自身转义的数据库:MySQL,Oracle,SQL Server,Postgres... 只支持自身转义,不支持反斜杠转义的数据库:Oracle,SQL Server,Postgres... 由于很多数据库只支持自身转义的情况,对接多数据库的系统一般都采用自身转义的方式来处理,Doris 如果也能支持的话,会减小多数据库系统对接 Doris 的成本。 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
