Arthur Vickers
Arthur Vickers
Note for team: confirmed this isn't a functional regression, but we used to throw a better exception message. ``` Unhandled exception. System.InvalidOperationException: The LINQ expression 'EnumerableQuery { 1, 2, 3...
Note from triage: we need to investigate what commonality exists here across relational database systems. For example, where can hints be attached? Is there non-SQL Server value in a query-hint...
@roji Thanks for the input. We're tracking this feature as #4978. I have removed that issue from the backlog so we can discuss priority in triage.
@timschwallie Please provide more details on what you are suggesting.
/cc @artl93
/azp run
/azp run
@gpresland That migration was scaffolded for SQLite. If you want it to work for SQL Server, then it needs to be scaffolded for SQL Server,
Reopening to consider making this more obvious. The idea is that usually if a migration for one provider is run against another provider this is a mistake. Of course, it...
@gbjbaanb Creating a database in the script would require the script connect to the master database, since it can't connect to the database that doesn't yet exist. This involves many...