Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

问题:mongodb表名带-和.符号无法申请上线,原因:\w只匹配[a-zA-Z0-9_],修正:(\w*) -> ([\w\.-]+) #1372

Merged
merged 2 commits into from
Feb 10, 2022

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    60219bd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    61c9d32 View commit details
    Browse the repository at this point in the history