If a basket (SMQ, SDG, ....) are requested, the version and a function to access the database must be provided. The function checks these requirements.
assert_db_requirements(
version,
version_arg_name,
fun,
fun_arg_name,
queries,
i
)
An error is issued if version
or fun
is null.
Version provided by user
none
Name of the argument providing the version
none
Function provided by user
none
Name of the argument providing the function
none
Queries provide by user
none
Index of query being checked
none