Cédric L. Charlier

Results 70 issues of Cédric L. Charlier

At the moment, rows not validating any case in a group-by case are included in an additional group automatically created. If you prefer to discard rows not validating any case,...

feature-request

The current implementation of ```all-rows``` (and assimilated) uses the ```result-set``` feature and can be the root cause of an issue (memory consumption) with really large datasets. Indeed the full dataset...

feature-request

It should be easier to calculate how many rows are successful (or failing) based on the JSON results. Each test should add values for tested-rows, successful-rows and failed-rows. These values...

small-improvement

Until now, the underlying implementation of a result-set is a ```System.Data.DataTable```. When working with Time Series or with Series in general, we could take advantage of the [Deedle](https://bluemountaincapital.github.io/Deedle/) library (aka...

dependency-update

Currently it's not possible to extend support to other databases when executing a query with a native provider. It should be possible.

extension

It would be a nice extension to be able to activate [SqlCover](https://github.com/GoEddie/SQLCover) for a test-suite. It should be added to the configuration of the test-suite (new node?). This node should...

feature-request

To prepare the work for extensions (Relational, Graph, …) to return members, it's needed to refactor a bit this namespace

code-refactoring

It's really powerful to be able to test against the dataset, but sometimes there are business logic in the report elements. So maybe it could be possible to test against...

feature-request
nosql/json
reporting

This library should do the job: https://github.com/thomaslevesque/Iso8601DurationHelper

feature-request

To redirect the messages to flat files or other hosts it would be great to have a console application to run a genbiL script

feature-request