Re: [sqlite] Possible issue with 3.19.3

2017-06-20 Thread Richard Hipp
On 6/20/17, Eric Sink wrote: > Greetings, > > Version 3.19.3 is yielding different results than previous releases for a > query in the Entity Framework Core test suite. > The results also differed from Postgres, which is our gold-standard. So, yes, it was a problem. The bug

Re: [sqlite] Possible issue with 3.19.3

2017-06-20 Thread Richard Hipp
On 6/20/17, Eric Sink wrote: > > Would it be appropriate for me to send the database file to someone for > further investigation? > Yes, please. Send the database directly to me via private email. -- D. Richard Hipp d...@sqlite.org

[sqlite] Possible issue with 3.19.3

2017-06-20 Thread Eric Sink
Greetings, Version 3.19.3 is yielding different results than previous releases for a query in the Entity Framework Core test suite. The query looks like this: SELECT [e].[Id], [e].[Discriminator], [e].[Name], [e].[BaseId], [t].[Id], [t].[BaseParentId], [t].[Discriminator], [t].[Name],