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

查询嵌入块脚本为空导致的卡死问题 #3456

Closed
88250 opened this issue Nov 19, 2021 · 0 comments
Closed

查询嵌入块脚本为空导致的卡死问题 #3456

88250 opened this issue Nov 19, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@88250
Copy link
Member

88250 commented Nov 19, 2021

缺失查询脚本的情况:

{
	"ID": "",
	"Type": "NodeBlockQueryEmbed",
	"Properties": {
		"id": "",
		"updated": ""
	},
	"Children": [
		{
			"Type": "NodeOpenBrace"
		},
		{
			"Type": "NodeOpenBrace"
		},
		{
			"Type": "NodeBlockQueryEmbedScript"
		},
		{
			"Type": "NodeCloseBrace"
		},
		{
			"Type": "NodeCloseBrace"
		}
	]
}

正常情况:

{
	"ID": "",
	"Type": "NodeBlockQueryEmbed",
	"Properties": {
		"id": "",
		"updated": ""
	},
	"Children": [
		{
			"Type": "NodeOpenBrace"
		},
		{
			"Type": "NodeOpenBrace"
		},
		{
			"Type": "NodeBlockQueryEmbedScript",
                        "Data": "select * from blocks limit 7"
		},
		{
			"Type": "NodeCloseBrace"
		},
		{
			"Type": "NodeCloseBrace"
		}
	]
}
@88250 88250 added the Bug label Nov 19, 2021
@88250 88250 added this to the 1.5.4 milestone Nov 19, 2021
@88250 88250 self-assigned this Nov 19, 2021
@88250 88250 closed this as completed Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant