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
按下面定义生成的sql如下,不带tag,必须再定义一个属性才能正确生成sql @DaTa @table(name = "host") @space(name = "xx") public class HostVertex{
@Id String name;
}
sql: INSERT VERTEX IF NOT EXISTS VALUES 'aaaaaaaaa' : (
);
The text was updated successfully, but these errors were encountered:
问题已重现,考虑不周了😂。今明两天修复。flag先立~
Sorry, something went wrong.
fix nebula-contrib#190: Insert failed when tag has no attributes
bd624d3
Merge pull request #192 from CorvusYe/master
13890a6
fix #190: Insert failed when tag has no attributes & thin the package
Successfully merging a pull request may close this issue.
按下面定义生成的sql如下,不带tag,必须再定义一个属性才能正确生成sql
@DaTa
@table(name = "host")
@space(name = "xx")
public class HostVertex{
}
sql:
INSERT VERTEX IF NOT EXISTS
VALUES 'aaaaaaaaa' : (
The text was updated successfully, but these errors were encountered: