We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
使用code_generator功能时生成的cypher查询语句有语法错误 此处生成的模糊查询语句应该为MATCH (mod:MODULE)-[:CONTAINS]->(func:FUNCTION) WHERE func.name =~ '.*KnowledgeBase.*' RETURN func.name, func.code,在neo4j上查询时才会得到结果
无
None
The text was updated successfully, but these errors were encountered:
zzhangpurdue
suluyana
No branches or pull requests
Initial Checks
What happened + What you expected to happen
使用code_generator功能时生成的cypher查询语句有语法错误
此处生成的模糊查询语句应该为MATCH (mod:MODULE)-[:CONTAINS]->(func:FUNCTION) WHERE func.name =~ '.*KnowledgeBase.*' RETURN func.name, func.code,在neo4j上查询时才会得到结果
Versions / Dependencies
无
Reproduction script
无
Issue Severity
None
The text was updated successfully, but these errors were encountered: