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

Parse default value literals for SQLite #31127

Merged
merged 2 commits into from
Jul 26, 2023
Merged

Conversation

ajcvickers
Copy link
Contributor

Part of #13613 and #9632

@ajcvickers ajcvickers requested a review from a team June 23, 2023 16:56
{
column.DefaultValue = dateTimeOffset;
}
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we handle byte[] (BLOB) literals?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like we don't on SQL Server either

@bricelam
Copy link
Contributor

bricelam commented Jul 19, 2023

Made some updates. (Remember to git pull)

@ajcvickers ajcvickers merged commit d7fa2be into main Jul 26, 2023
@ajcvickers ajcvickers deleted the 230622_LiteAndRight0622 branch July 26, 2023 08:58
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

Successfully merging this pull request may close these issues.

2 participants