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

Test Ad_hoc_query_for_shared_type_entity_type_works doesn't quote identifiers #30367

Closed
Tracked by #2540
roji opened this issue Feb 28, 2023 · 0 comments · Fixed by #30378
Closed
Tracked by #2540

Test Ad_hoc_query_for_shared_type_entity_type_works doesn't quote identifiers #30367

roji opened this issue Feb 28, 2023 · 0 comments · Fixed by #30378
Labels
area-query area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Milestone

Comments

@roji
Copy link
Member

roji commented Feb 28, 2023

SharedTypeQueryRelationalTestBase.Ad_hoc_query_for_shared_type_entity_type_works

var result = context.Database.SqlQueryRaw<ViewQuery24601>(@"SELECT * FROM ViewQuery24601");

Fails on PG because of unquoted identifier.

ajcvickers added a commit that referenced this issue Mar 1, 2023
@ajcvickers ajcvickers added area-query closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. labels Mar 1, 2023
@ajcvickers ajcvickers added this to the 8.0.0 milestone Mar 1, 2023
@ajcvickers ajcvickers modified the milestones: 8.0.0, 8.0.0-preview3 Mar 13, 2023
@ajcvickers ajcvickers modified the milestones: 8.0.0-preview3, 8.0.0 Nov 14, 2023
@ajcvickers ajcvickers removed their assignment Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-query area-test closed-fixed The issue has been fixed and is/will be included in the release indicated by the issue milestone. type-bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants