APIv4 - Add more SQL functions
authorColeman Watts <coleman@civicrm.org>
Mon, 20 Apr 2020 13:18:04 +0000 (09:18 -0400)
committerColeman Watts <coleman@civicrm.org>
Wed, 24 Jun 2020 22:17:00 +0000 (18:17 -0400)
commite7f6def66d71b46da12ea41927d17450b00e5aa6
tree9207643df5eb3a07840011ebb44e44ac0b14d4aa
parentd524fd3ca433871bf023a7226c9d9d18cab09b36
APIv4 - Add more SQL functions
20 files changed:
CRM/Api4/Page/Api4Explorer.php
Civi/Api4/Query/SqlFunction.php
Civi/Api4/Query/SqlFunctionABS.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionAVG.php
Civi/Api4/Query/SqlFunctionCOALESCE.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionCONCAT.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionCOUNT.php
Civi/Api4/Query/SqlFunctionCURDATE.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionGREATEST.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionGROUP_CONCAT.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionISNULL.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionLEAST.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionLOWER.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionMAX.php
Civi/Api4/Query/SqlFunctionMIN.php
Civi/Api4/Query/SqlFunctionNULLIF.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionREPLACE.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionROUND.php [new file with mode: 0644]
Civi/Api4/Query/SqlFunctionSUM.php
Civi/Api4/Query/SqlFunctionUPPER.php [new file with mode: 0644]