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

AsTreeCTE复用报错 #293

Open
Gn3po4g opened this issue Dec 26, 2024 · 0 comments
Open

AsTreeCTE复用报错 #293

Gn3po4g opened this issue Dec 26, 2024 · 0 comments

Comments

@Gn3po4g
Copy link

Gn3po4g commented Dec 26, 2024

asTreeCTE表达式复用时,比如cloneQueryableunion,会导致创建两次with语句从而报错

var sql = asTreeCTE();
sql.union(sql).toList()

union可能不报错但是toList会报错

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant