-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
SQLite Migrations: Missing table name quotes during rebuild #23621
Labels
area-migrations
area-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
Servicing-approved
type-bug
Milestone
Comments
bricelam
added
type-bug
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
customer-reported
area-migrations
area-sqlite
labels
Dec 8, 2020
ajcvickers
added
Servicing-approved
community-contribution
and removed
Servicing-consider
labels
Dec 8, 2020
This was referenced Mar 6, 2021
Closed
This was referenced Mar 15, 2021
Closed
Bump Microsoft.EntityFrameworkCore.Design from 5.0.1 to 5.0.4 in /backend
mrb-itminds/TODO_WebApp#26
Closed
Closed
Closed
Closed
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-migrations
area-sqlite
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
community-contribution
customer-reported
Servicing-approved
type-bug
(Originally reported by @CaringDev in PR #23585)
When rebuilding tables, we fail to quote the table name in the INSERT..FROM statement:
This can result in syntax errors:
The text was updated successfully, but these errors were encountered: