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

DAP231 fires for table-valued functions #120

Open
jnm2 opened this issue Jun 7, 2024 · 0 comments
Open

DAP231 fires for table-valued functions #120

jnm2 opened this issue Jun 7, 2024 · 0 comments

Comments

@jnm2
Copy link

jnm2 commented Jun 7, 2024

"⚠️ DAP231 SELECT for single row without WHERE or (TOP and ORDER BY)" is firing for fn_listextendedproperty.

When the table-valued function has parameters, it's less likely that filtering is not happening.

return await connection.QuerySingleAsync<int?>(
    "select value from sys.fn_listextendedproperty('DatabaseLevelExtendedPropName', null, null, null, null, null, null)");
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