db_legacy_package_p (private)

 db_legacy_package_p db_type_list

Defined in packages/acs-tcl/tcl/01-database-procs.tcl

Parameters:
db_type_list
Returns:
1 if the package is a legacy package. We can only tell for certain if it explicitly supports Oracle 8.1.6 rather than the OpenACS more general oracle.

Partial Call Graph (max 5 caller/called nodes):
%3

Testcases:
No testcase defined.
Source code:
    if {"oracle-8.1.6" in $db_type_list} {
        return 1
    }
    return 0
XQL Not present:
Generic, PostgreSQL, Oracle
[ hide source ] | [ make this the default ]
Show another procedure: