Futilities/v0.6/clade/Apps/dba/InReq/DoImport
Jump to navigation
Jump to search
| ||||||||||||||||||
About
- Purpose: Action-class for the do.import request
Pages
History
- 2024-12-04 started
- 2025-01-07 removed value HasIt() check in Go() because that condition is intercepted earlier
- ...and sent to InChker_ReqValue(), which I'm implementing now.
- 2025-07-31 DbStuff parent is redundant, already parented from parent class; removing it.
- 2025-09-25 see InReq.md
- 2026-05-29 moved contents of
Sys\Data\Engine\aux\ActionRq\Admin\schema\EngScImportto here, so this doesn't have to descend from it anymore.
Thinking
- 2025-01-09 For now, I'm going to have the value for
readbe in the format "{dbase}/{schema}"- ...so that it can be retrieved from
Go() - ...because although
read:{dbase}:{schema}would be more consistent, the input parser currently discards everything after the second:. - This should, however, be fixed later. Whatever the format is, it should be handled by the input parser, not by Action code.
- (2025-11-17 This has in fact been fixed; it's now handled by
ParseInputArgs().)
- (2025-11-17 This has in fact been fixed; it's now handled by
- ...so that it can be retrieved from