Liu Zhenlong

Results 10 comments of Liu Zhenlong

I want to try 1(localtime, localtimestamp) and 6(pi).

> The compile issue has been fixed. Could you refresh master branch? > > ``` > /home/runner/work/oceanbase/oceanbase/src/logservice/libobcdc/src/ob_log_instance.cpp:1708:87: error: use of undeclared identifier 'EPUT' > if (EINSERT == record_type || EUPDATE...

the underscore (`_`) represents a single character. refer to [doris - like](https://doris.apache.org/zh-CN/docs/1.2/sql-manual/sql-functions/string-functions/like/) I guess you want to use the literal underscore (`_`), so u should prepend it with a backslash:...