Ferreteria/v0.6/fx/QDbConnSlug: Difference between revisions

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
This function is first defined in <code>{{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}}</code> but is intentionally not implemented. It's intended as an agnostic accessor for wherever the input data format (defined in a podling of {{l/ver/clade|Sys\Events\InputRq\aux|InRqData}}) expects to find the necessary information.
This function is first defined in <code>{{l/ver/clade/full|p=ferreteria|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}}</code> but is intentionally not implemented. It's intended as an agnostic accessor for wherever the input data format (defined in a podling of {{l/ver/clade|Sys\Events\InputRq\aux|InRqData}}) expects to find the necessary information.


It is mostly used in {{l/ver/fx|p=futilities|QDbConnSlug|the DBA Futililty}}.
Most of its usage seems to be in {{l/ver/fx|p=futilities|QDbConnSlug|the DBA Futililty}}.
==Status==
* '''{{fmt/date|2025|10|25}}''' Its ''core'' usage is in {{l/ver/clade|Sys\Data\Engine\aux\ActionRq\Admin|ToDbOper}}, which doesn't make sense (it should be in ToDbConn, which doesn't [yet] exist) and is probably a leftover from before the roles of Oper and Conn were switched around in the registry.

Latest revision as of 13:55, 25 October 2025

About

This function is first defined in Sys\Data\Engine\aux\ActionRq\Admin\ToDbOper but is intentionally not implemented. It's intended as an agnostic accessor for wherever the input data format (defined in a podling of InRqData) expects to find the necessary information.

Most of its usage seems to be in the DBA Futililty.

Status

  • 2025-10-25 Its core usage is in ToDbOper, which doesn't make sense (it should be in ToDbConn, which doesn't [yet] exist) and is probably a leftover from before the roles of Oper and Conn were switched around in the registry.