Ferreteria/v0.6/clade/Sys/Data/Engine/aux/ActionRq/Admin/ListSchemas/@removed

From Woozle Writes Code
Jump to navigation Jump to search
Removed Code

Removed from end of Go() on 2026-01-30:

#
        // 2026-01-30 old version
        $qoOper = $oaReq->QOClient();
        #$qoOper = $oaReq->ODbOperFind();
        $oItWent = $qoOper->ItWentLike();
        if ($oItWent->WasTried()) {
            if ($oItWent->GetOkay()) {
                // success
                if ($qoOper->HasIt()) {
                    $this->UseClient($qoOper->GetIt());
                } else {
                    // WORKING HERE 2025-10-01
                    $this->AmHere('Does something need to happen here?');
                }
            } else {
                $this->HandleBadLoad($oItWent);
            }
        } else {
            $this->AmHere('(No action attempted.)');  // 2026-01-29 Should this ever happen? "no action" -> list configured connections, so...
        }