Revert "APIv4 - Add SQL expression handling and aggregate functions"
authorColeman Watts <coleman@civicrm.org>
Sun, 19 Apr 2020 23:56:20 +0000 (19:56 -0400)
committerColeman Watts <coleman@civicrm.org>
Sun, 19 Apr 2020 23:56:20 +0000 (19:56 -0400)
commit1ce5170063c7f9ef33a76e28261dc005ec35a706
tree352513293bb00498f3fca1f86e543f2f346acf46
parent391a5697512e05eab94072af7cc314137befc023
Revert "APIv4 - Add SQL expression handling and aggregate functions"

This reverts commit 3176b04cb62b0e8f94454e367736f50454f89de8.
19 files changed:
Civi/Api4/Generic/AbstractGetAction.php
Civi/Api4/Generic/DAOGetFieldsAction.php
Civi/Api4/Query/Api4SelectQuery.php
Civi/Api4/Query/SqlExpression.php [deleted file]
Civi/Api4/Query/SqlField.php [deleted file]
Civi/Api4/Query/SqlFunction.php [deleted file]
Civi/Api4/Query/SqlFunctionAVG.php [deleted file]
Civi/Api4/Query/SqlFunctionCOUNT.php [deleted file]
Civi/Api4/Query/SqlFunctionMAX.php [deleted file]
Civi/Api4/Query/SqlFunctionMIN.php [deleted file]
Civi/Api4/Query/SqlFunctionSUM.php [deleted file]
Civi/Api4/Query/SqlNull.php [deleted file]
Civi/Api4/Query/SqlNumber.php [deleted file]
Civi/Api4/Query/SqlString.php [deleted file]
Civi/Api4/Query/SqlWild.php [deleted file]
tests/phpunit/api/v4/Action/SqlExpressionTest.php [deleted file]
tests/phpunit/api/v4/Action/SqlFunctionTest.php [deleted file]
tests/phpunit/api/v4/Query/SqlExpressionParserTest.php [deleted file]
tests/phpunit/api/v4/UnitTestCase.php