dotnet-spanner-entity-framework icon indicating copy to clipboard operation
dotnet-spanner-entity-framework copied to clipboard

Results 48 dotnet-spanner-entity-framework issues
Sort by recently updated
recently updated
newest added

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...

do not merge

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` | [![age](https://developer.mend.io/api/mc/badges/age/nuget/Xunit.Combinatorial/2.0.24?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

kokoro:force-run

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...

type: feature request
priority: p3

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` | ![age](https://developer.mend.io/api/mc/badges/age/nuget/Xunit.Combinatorial/2.0.24?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/nuget/Xunit.Combinatorial/1.7.31/2.0.24?slim=true) | --- ###...

kokoro:force-run

### 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...

type: bug
priority: p2

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...

type: feature request
priority: p3

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