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.10 -r1.5.2.11 --- openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 1 Aug 2024 08:03:39 -0000 1.5.2.10 +++ openacs-4/packages/acs-core-docs/www/db-api-detailed.adp 2 Sep 2024 09:40:21 -0000 1.5.2.11 @@ -2,10 +2,14 @@ {/doc/acs-core-docs/ {ACS Core Documentation}} {Database Access API} Database Access API +

@@ -612,8 +616,7 @@ } { 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 @@ -656,24 +659,21 @@ 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.