tison

Results 964 comments of tison

We now have [the Users page](https://kvrocks.apache.org/users/) on the official website. Users are encouraged to add themselves to the Users page. Send a pull request to add company or organization [information](https://github.com/apache/incubator-kvrocks-website/blob/main/src/components/UserLogos/index.tsx)...

@kennytm Thanks for your input. Correct that my sample code has a bug. I agree that we can additionally add a `Path:: with_extra_extension` method, since if the case is it...

@joboet is there a specific timeline that lib-team would pick up this issue? Or how can I add this issue in the schedule?

@andygrove Updated. It should be fine to merge now. And perhaps our release manual should contain a step to update the download page with the latest version link.

@phillipleblanc Thank you! Integrated.

@comphead @alamb Thanks for your suggestions. Integrated.

A test case comes from the official doc - https://www.postgresql.org/docs/current/sql-syntax-lexical.html#SQL-SYNTAX-OPERATORS ``` $function$ BEGIN RETURN ($1 ~ $q$[\t\r\n\v\\]$q$); END; $function$ ```

Closed by https://github.com/sqlparser-rs/sqlparser-rs/pull/1193.