dotnet-spanner-entity-framework
dotnet-spanner-entity-framework copied to clipboard
Spanner supports bit-reversed sequences, which in combination with DEFAULT column constraints can be used to auto-generate primary key values. This change adds support for creating bit-reversed sequences using Entity Framework...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [Xunit.Combinatorial](https://redirect.github.com/aarnott/Xunit.Combinatorial) ([source](https://redirect.github.com/AArnott/Xunit.Combinatorial)) | `1.6.24` -> `2.0.24` | [](https://docs.renovatebot.com/merge-confidence/) |...
Thanks for stopping by to let us know something could be better! **Is your feature request related to a problem? Please describe.** Cloud Spanner has introduced Vector Search capabilities; which...
Adds code for the new Spanner ADO.NET driver.
Fixes #632 Adds a mapping that works for DateTime and DATE, allowing migrations to be created again. Note: this might be a naive approach, it's a large guess on my...
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [Xunit.Combinatorial](https://redirect.github.com/aarnott/Xunit.Combinatorial) ([source](https://redirect.github.com/AArnott/Xunit.Combinatorial)) | `1.7.31` → `2.0.24` |  |  | --- ###...
### Description When using Google.Cloud.EntityFrameworkCore.Spanner with EF Core migrations, creating a table via migrationBuilder.CreateTable(...) results in the error above: **No primary key was found in the database for table Table...
This is a client library issue. ## Environment details - Programming language: C# - OS: macOS (also reproducible on Linux) - Language runtime version: .NET 8.0 - Package version: Google.Cloud.EntityFrameworkCore.Spanner...
We have interleaved indexes in our database but the EF provider doesn't scaffold and/or generate sql to create them. It would be useful to be able to define them in...
Fixes #630 Adds DESC to CREATE INDEX SQL when IsDescending is used in EF model - [x] Tests pass - [ ] Appropriate changes to README are included in PR