Releases: EvilLord666/ReportGenerator
Release v1.2.4
Release that allow to generate big reports with millions of rows: configued correct memory release.
Release v1.2.3
Added resourse dispose to prevent lib from memory consumption
Release v1.2.2
= 1.2.1 just for consistence with nuget package (in 1.2.1 i was not updated DbTools.Simple version in nuget deps)
Release v1.2.1
Modified Generate methods: they return int with number of received lines instead of bool
Release v1.1.5
Added support for platforms:
- netcoreapp31
- netcoreapp50
- netcoreapp60
- net472
ReportGenerator 1.1.4
Were added DisplayName and Description to execution config
ReportGenerator 1.1.3
All db-specific code was moved to DbTools.Simple
Unit tests were optimized
Tests=ed postgres with storep procedure (function)
ReportGenerator 1.1.0
Interface fixes.
Supported Multiple database engines (MS SQL, MySQL, SqLite and Postgres)
Supported Logging via common ILogger interface
Supported Dependency Injection of service
ReportGenerator 1.0.2
Small interface name fixes (added Async suffix) plus added one more method to IReportGeneratorManager for passing ExecutionConfig without a file.
Release 1.0.1
Fixed architecture issues: removed In and Between from JoinCondition