PhpSpreadsheet/tests/PhpSpreadsheetTests/Calculation/Functions/Database
Mark Baker 3764f30354
Refactor the Excel Database functions; and rewrite the query building (#1871)
* Refactor the Excel Database functions; and rewrite the query building to fix a bug with complex multi-criteria queries that involve both AND and OR conditions
* Fix handling for empty cells and NULL values in searches
* Expand unit tests; and add TODOs for dates, percentages, and wildcard text comparisons
2021-02-22 12:46:57 +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 Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +01:00
DCountTest.php Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +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 Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +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 Refactor the Excel Database functions; and rewrite the query building (#1871) 2021-02-22 12:46:57 +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