PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Database
Mark Baker 08673b5820
Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880)
- Refactoring of the Statistical Conditional functions (`AVERAGEIF()`, `AVERAGEIFS()`, `COUNTIF()`, `COUNTIFS()`, `MAXIFS()` and `MINIFS()` to use the new Database functions codebase.
- Extended unit testing
- Fix handling for null values
- Fixes to wildcard text searches

There's still scope for further improvements to memory usage and performance; but for now the code is stable with all unit tests passing
2021-02-27 18:26:12 +01:00
..
DAverageTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DCountATest.php Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) 2021-02-27 18:26:12 +01:00
DCountTest.php Enable support for dates and percentages in Excel Database functions (#1875) 2021-02-22 20:40:40 +01:00
DGetTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DMaxTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DMinTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DProductTest.php Enable support for dates and percentages in Excel Database functions (#1875) 2021-02-22 20:40:40 +01:00
DStDevPTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DStDevTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DSumTest.php Initial experiments using the new Database query logic with Conditional Statistical Functions (#1880) 2021-02-27 18:26:12 +01:00
DVarPTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DVarTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00