-
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: Support HasComment() #16820
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
Milestone
Comments
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 15, 2019
Related issue: dotnet#16820
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 16, 2019
Related issue: dotnet#16820
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 16, 2019
This only works with create table. Alter table commands do not preserve comments. Related issue: dotnet#16820
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 16, 2019
This only works with create table. Alter table commands do not preserve comments. Fixes dotnet#16820
4 tasks
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 16, 2019
If comments are included, each column will be spaced. Table comments are not preserved. Fixes dotnet#16820
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 17, 2019
If comments are included, each column will be spaced. Table comments are not preserved. Fixes dotnet#16820
skalpin
added a commit
to skalpin/EntityFrameworkCore
that referenced
this issue
Aug 17, 2019
- This only works with create table. Alter table commands do not preserve comments. - If comments are included, each column will be spaced. - Table comments - Column comments Fixes dotnet#16820
smitpatel
pushed a commit
that referenced
this issue
Aug 21, 2019
- This only works with create table. Alter table commands do not preserve comments. - If comments are included, each column will be spaced. - Table comments - Column comments Fixes #16820
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
good first issue
This issue should be relatively straightforward to fix.
type-enhancement
...should generate...
Users can see the full create statement (including comments) using the following SQL:
The text was updated successfully, but these errors were encountered: