Releases: asherber/PetaPoco.SqlKata
Releases · asherber/PetaPoco.SqlKata
v2.1.11
- Added ability to specify a custom
Compiler
- Added CI via GitHub Actions (@fulviocanducci )
v2.0.2
There are no code changes in this version, but we now link to v2 of SqlKata. That package changed the name of their assembly from QueryBuilder.dll
to SqlKata.dll
.
v1.6.5
Include XML documentation
v1.6.4
Teach GenerateSelect about other Selects and Froms
v1.6.1
Add multi-results and multi-poco methods
v1.5.5
- Update SqlKata to 1.1.7
- Add OracleCompiler
- Simplify and improve db API
v1.5.2
- Add
IDatabase
extensions
- Improve null handling
v1.3.2
- Update SqlKata to 1.1.5 for SqliteCompiler
- Use runtime types for comparisons in AutoGenerateTests
v1.2.2
Add more overloads for ForType()
and GenerateSelect()