Arthur Vickers

Results 1127 comments of Arthur Vickers

@smitpatel to show different way to write the query.

@Liero Both `ČíselníkMateriál` and `MaterialInfo2` are mapped to the same table, but in `ČíselníkMateriál`, the `Id` property is mapped to the column "ID", where as in `MaterialInfo2` it retains its...

Note from triage: warn in this case on SQL Server. (Warning will need to be disabled if this is intentional and master database is created with a collation that is...

@suatsuphi We have tried very hard to help you here, but I don't think there is anything else we can do.

@Leon99 I have not been able to reproduce this--see my code below. Please attach a small, runnable project or post a complete code listing that reproduces the behavior you are...

Notes from team discussion: * We should support the new SQLite GUIDs in ADO.NET and EF Core * We should investigate mitigations for any breaking change. For example: * Auto-conversion...

Note for team: should we have a separate issue for this in Cosmos?

Note for triage: repros with SQL Server and on latest daily. Minimal repro below. ```C# public class Program { public static void Main(params string[] args) { } } public abstract...