None
- Upgrade Invio.Extensions.Reflection to v1.0.8
- Adding bitwise operation support for &, |, ^.
- Adding another test for Empty List with the way around an empty list.
- Adding query text in exception message when an execute fails.
- Adding fixing SQL for when no items are in an IN statement and just using FALSE in it's place.
- Updating to Net Core 1.1.
- Fixing exists clause and csharp any statement by fixing up readBool.
- Adding skip and take to the query translator along with including filtering for C# methods of Single SingleOrDefault First FirstOrDefault.
- Setting DateTimeKind to Utc for dates retrieved from the database.
- Adding special case for string which can be null, and have type dbnull.
- Updating version of Invio.Extensions.Reflection.
- Adding check for multiple declarations of functions that can only be called once.
- Initial release after Converting to MySqlQueryProvider