Index: openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl,v diff -u -N -r1.49.2.11 -r1.49.2.12 --- openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Mar 2021 09:19:02 -0000 1.49.2.11 +++ openacs-4/packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl 1 Mar 2021 09:26:46 -0000 1.49.2.12 @@ -134,8 +134,12 @@ return 1 } +ad_proc -public db_current_rdbms {} { + @return the current rdbms type and version. +} { + return [list type [db_type] version [db_version]] +} - ################################## # The FullQuery Data Abstraction ##################################