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

Add support for “in-memory tables” in Microsoft.Extensions.Caching.SqlServer #1894

Closed
epignosisx opened this issue Jun 27, 2019 · 3 comments
Milestone

Comments

@epignosisx
Copy link

Currently, the Microsoft.Extensions.Caching.SqlServer library does not play well with SQL Server in-memory tables. The reason is that the data type DateTimeOffset is not supported by IM tables.

The library would need to change to a different data type like DateTime2.

@analogrelay analogrelay added this to the Backlog milestone Jul 3, 2019
@xantari
Copy link

xantari commented Feb 25, 2020

@epignosisx Here is a branch based off of the Microsoft.Extensions.Caching.SqlServer library that supports this: https://github.com/xantari/Microsoft.Extensions.Caching.SqlServerInMemory

@xantari
Copy link

xantari commented Feb 25, 2020

Related: dotnet/aspnetcore#17640

@analogrelay
Copy link

@ghost ghost added the Status: Resolved label Mar 12, 2020
@ghost ghost locked as resolved and limited conversation to collaborators Apr 11, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants