Aktywne Wpisy


duzy_krotki +310
Generalnie to powodzenia w szukaniu brakujących pieniędzy. Trzeba przyznać, miał rozmach skurywsyn.
#nieruchomosci
#nieruchomosci
źródło: Screenshot from 2024-11-27 19-18-28
PobierzSkopiuj link
Skopiuj link

źródło: Screenshot from 2024-11-27 19-18-28
PobierzWykop.pl
System.FormatException: One of the identified items was in an invalid format.1 data, ColumnDefinitionPayload columnDefinition) in //src/MySqlConnector/Core/TextRow.cs:line 60`at MySqlConnector.Core.TextRow.GetValueCore(ReadOnlySpan
Dane wyciągam tak :
public async Task GetLastPropAwait(Guid deviceId){
DeviceDoc deviceDoc = await _dbContext.DeviceDocs.SingleOrDefaultAsync(x => x.DeviceID == deviceId).ConfigureAwait(false);
return deviceDoc;
}
A tabela wygląda tak :
modelBuilder.Entity("FireApi.Database.DeviceDoc", b =>
{
b.Property("DocumentId")
.ValueGeneratedOnAdd()
.HasColumnType("char(36)");
b.Property("DeviceID")
.HasColumnType("char(36)");
b.Property("DocCreationTime")
.HasColumnType("datetime(6)");
b.HasKey("DocumentId");
b.ToTable("DeviceDocs");
});
Z innych tabel potrafię pobrać dane bez błędów, jedynie ta tabela robi takie problemy.
Ktoś ma ppomysł gdzie szukać błędu ?
#programowanie #dotnet #mysql #webdev #api
źródło: comment_15957051673IWTCvSTnEzt1VLUlqux3C.jpg
Pobierz