v2.3.0
- Use
ReflectedType
instead ofDeclaringType
(#243) - thanks @SH1N081! - Fix the parameter prefix of insert queries (#255) - thanks @lucasloss!
- Improve SQL Expressions compiler (#254) - thanks @lucaxchaves!
- Add
CancellationToken
for Async methods (#251) - thanks @DanieleSky!