Skip to content

Commit 021a1af

Browse files
committed
rewrite SQL logic
* remove sql boilerplate * fix table name * use new functions * shorter lines * enable general log for mariadb * add logging, fix bug * fix bug * fix getsitevar * fix updateSiteVar * fix query * fix test * style fix dirty cache fix dirty cache 2 fix double sql execute fix sql search better error message (#246) add exception
1 parent 969c0ad commit 021a1af

File tree

6 files changed

+141
-183
lines changed

6 files changed

+141
-183
lines changed

resources/autoload.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
require_once __DIR__ . "/lib/UnityWebhook.php";
2525
require_once __DIR__ . "/lib/UnityRedis.php";
2626
require_once __DIR__ . "/lib/UnityGithub.php";
27+
require_once __DIR__ . "/lib/exceptions/PhpUnitNoDieException.php";
28+
require_once __DIR__ . "/lib/exceptions/UnitySQLRecordNotFound.php";
2729

2830
// run init script
2931
require __DIR__ . "/init.php";

0 commit comments

Comments
 (0)