Index: openacs-4/packages/acs-core-docs/www/db-api-detailed.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-core-docs/www/db-api-detailed.adp,v diff -u -r1.5.2.8 -r1.5.2.9 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 27 Apr 2022 16:52:19 -0000 1.5.2.8 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 13 Jul 2023 12:43:19 -0000 1.5.2.9 @@ -1,11 +1,11 @@ -{/doc/acs-core-docs {ACS Core Documentation}} {Database Access API} +{/doc/acs-core-docs/ {ACS Core Documentation}} {Database Access API} Database Access API

@@ -612,7 +612,8 @@ } { set user_url [acs_community_member_url -user_id $user_id] } - + +
db_resultrows
db_resultrows

Returns the number of rows affected or returned by the previous @@ -655,21 +656,24 @@ db_compatible_rdbms_p

 db_compatible_rdbms_p db_type
-                

Returns 1 if the given db_type is compatible with the current + +

Returns 1 if the given db_type is compatible with the current RDBMS.

db_package_supports_rdbms_p
 db_package_supports_rdbms_p db_type_list
-                

Returns 1 if db_type_list contains the current RDMBS type. A + +

Returns 1 if db_type_list contains the current RDMBS type. A package intended to run with a given RDBMS must note this in it's package info file regardless of whether or not it actually uses the database.

db_legacy_package_p
 db_legacy_package_p db_type_list
-                

Returns 1 if the package is a legacy package. We can only tell + +

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.