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

fix(qualify) 分类名称长度过长,导致宏变量被赋为缺失值 #41

Merged
merged 1 commit into from
Jul 10, 2024

Conversation

Snoopy1866
Copy link
Owner

@Snoopy1866 Snoopy1866 commented Jul 10, 2024

close #40

select into 语句赋值给宏变量的默认长度为 200,如果 select结果的长度超出 200,则会导致宏变量被赋为缺失值,需使用 length 语句手动指定字符串的长度

select into 语句赋值给宏变量的默认长度为 200,如果 select 结果的长度超出 200,则会导致宏变量被赋为缺失值,需使用 length 语句手动指定字符串的长度
@Snoopy1866 Snoopy1866 added the bug Something isn't working label Jul 10, 2024
@Snoopy1866 Snoopy1866 merged commit cb80733 into main Jul 10, 2024
@Snoopy1866 Snoopy1866 deleted the fix-#40 branch July 10, 2024 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] %qualify 分类名称长度过长,导致宏变量 var_level_i 赋值缺失
1 participant