-
Notifications
You must be signed in to change notification settings - Fork 935
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run tests for SQLite on .NET Core #1823
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems the newer SQLite version needs a new keyword in the SQLite dialect: nothing
.
<PackageReference Include="MySql.Data" Version="6.9.11" /> | ||
</ItemGroup> | ||
<ItemGroup Condition="'$(TargetFramework)'=='netcoreapp2.0'"> | ||
<PackageReference Include="System.CodeDom" Version="4.4.0" /> | ||
<PackageReference Include="System.Data.SqlClient" Version="4.4.2" /> | ||
<PackageReference Include="System.Data.OracleClient" Version="1.0.8" /> | ||
<PackageReference Include="System.Data.Odbc" Version="4.5.0-preview1-25914-04" /> | ||
<PackageReference Include="System.Data.Odbc" Version="4.5.0" /> |
This comment was marked as resolved.
This comment was marked as resolved.
Sorry, something went wrong.
There is also a bug on Linux/MacOS X I’ve logged: https://system.data.sqlite.org/index.html/tktview?name=d292f2e23d |
This comment has been minimized.
This comment has been minimized.
Visual Basic tests fail for SQLite. Maybe the project needs a direct reference. |
Yes, I saw this. |
No description provided.