- Publicity: Public Only All
40-db-query-dispatcher-procs.tcl
Query Dispatching for multi-RDBMS capability
- Location:
- packages/acs-bootstrap-installer/tcl/40-db-query-dispatcher-procs.tcl
- Authors:
- Ben Adida <ben@openforce.net>
- Bart Teeuwisse <bart.teeuwisse@thecodemill.biz>
- CVS Identification:
$Id: 40-db-query-dispatcher-procs.tcl,v 1.51 2024/09/11 06:15:47 gustafn Exp $
Procedures in this file
- db_current_rdbms (public)
- db_fullquery_compatible_p (private)
- db_fullquery_create (private)
- db_fullquery_get_bind_vars (private)
- db_fullquery_get_load_location (private)
- db_fullquery_get_name (private)
- db_fullquery_get_query_type (private)
- db_fullquery_get_querytext (public)
- db_fullquery_get_rdbms (private)
- db_map (public)
- db_qd_fetch (public)
- db_qd_get_fullname (public)
- db_qd_internal_get_cache (private)
- db_qd_internal_get_queryname_root (private)
- db_qd_internal_load_cache (private)
- db_qd_internal_load_queries (private)
- db_qd_internal_parse_init (private)
- db_qd_internal_parse_one_query (private)
- db_qd_internal_parse_one_query_from_xml_node (private)
- db_qd_internal_store_cache (private)
- db_qd_load_query_file (public)
- db_qd_log (private)
- db_qd_make_absolute_path (private)
- db_qd_null_path (private)
- db_qd_pick_most_specific_query (private)
- db_qd_prepare_queryfile_content (public)
- db_qd_relative_path_p (private)
- db_qd_replace_sql (public)
- db_qd_root_path (private)
- db_rdbms_compatible_p (private)
- db_rdbms_create (public, deprecated)
- db_rdbms_get_type (private)
- db_rdbms_get_version (private)
- db_rdbms_parse_from_xml_node (private)
Detailed information
db_current_rdbms (public)
db_current_rdbms
- Returns:
- the current rdbms type and version.
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_fullquery_compatible_p (private)
db_fullquery_compatible_p fullquery [ rdbms ]
Check compatibility of a FullQuery against an RDBMS This procedure returns true or false. The RDBMS argument can be left out, in which case, the currently running RDBMS is the one against which compatibility will be checked. NOTE: not complete -- should return something depending on compatibility of RDBMSs
- Parameters:
- fullquery (required)
- rdbms (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_fullquery_create (private)
db_fullquery_create queryname querytext bind_vars_lst query_type rdbms \ load_location
FullQuery Data Abstraction Constructor
- Parameters:
- queryname (required)
- querytext (required)
- bind_vars_lst (required)
- query_type (required)
- rdbms (required)
- load_location (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_fullquery_get_bind_vars (private)
db_fullquery_get_bind_vars fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- bind vars
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_fullquery_get_load_location (private)
db_fullquery_get_load_location fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- load location
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_fullquery_get_name (private)
db_fullquery_get_name fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- name
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_fullquery_get_query_type (private)
db_fullquery_get_query_type fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- query type
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_fullquery_get_querytext (public)
db_fullquery_get_querytext fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- query text
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_fullquery_get_rdbms (private)
db_fullquery_get_rdbms fullquery
Accessor for fullquery data abstraction
- Parameters:
- fullquery (required)
- datastructure constructed by db_fullquery_create
- Returns:
- rdbms descriptor
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_map (public)
db_map snippet_name
fetch a query snippet. used to provide db-specific query snippets when porting highly dynamic queries. (OpenACS - DanW)
- Parameters:
- snippet_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db_map
db_qd_fetch (public)
db_qd_fetch fullquery_name [ rdbms ]
Fetch a query with a given name This procedure returns the latest FullQuery data structure given proper scoping rules for a complete/global query name. This may or may not be cached, the caller need not know.
- Parameters:
- fullquery_name (required)
- rdbms (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_qd_get_fullname (public)
db_qd_get_fullname local_name [ added_stack_num ]
Find the fully qualified name of the query
- Parameters:
- local_name (required)
- added_stack_num (optional, defaults to
"1"
)- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__database_interface
db_qd_internal_get_cache (private)
db_qd_internal_get_cache fullquery_name
Load from Cache
- Parameters:
- fullquery_name (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_get_queryname_root (private)
db_qd_internal_get_queryname_root relative_path
- Parameters:
- relative_path (required)
- Returns:
- relative path with trailing .
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_load_cache (private)
db_qd_internal_load_cache file_path
Flush queries for a particular file path, and reload them
- Parameters:
- file_path (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_load_queries (private)
db_qd_internal_load_queries file_pointer file_tag
Load up a bunch of queries from a file pointer The file_tag parameter is for later flushing of a series of queries when a particular query file has been changed. DRB: it is now used to track the mtime of the query file when loaded, used by the APM to determine when a package should be reloaded. This code depends on the file tag parameter being set to the actual file path to the query file.
- Parameters:
- file_pointer (required)
- file_tag (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_parse_init (private)
db_qd_internal_parse_init stuff_to_parse file_path
Initialize the parsing state
- Parameters:
- stuff_to_parse (required)
- file_path (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_parse_one_query (private)
db_qd_internal_parse_one_query parsing_state
Parse one query using the query state
- Parameters:
- parsing_state (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_parse_one_query_from_xml_node (private)
db_qd_internal_parse_one_query_from_xml_node one_query_node \ [ default_rdbms ] [ file_path ]
Parse one query from an XML node
- Parameters:
- one_query_node (required)
- default_rdbms (optional)
- file_path (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_internal_store_cache (private)
db_qd_internal_store_cache fullquery
Store in Cache. The load_location is the file where this query was found.
- Parameters:
- fullquery (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_load_query_file (public)
db_qd_load_query_file file_path [ errorVarName ]
A procedure that is called from the outside world (APM) to load a particular file
- Parameters:
- file_path (required)
- errorVarName (optional)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db_map
db_qd_log (private)
db_qd_log level [ args... ]
Centralized DB QD logging If you want to debug the QD, change QDDebug below to Debug
- Parameters:
- level (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_make_absolute_path (private)
db_qd_make_absolute_path relative_root suffix
Make a path absolute
- Parameters:
- relative_root (required)
- suffix (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_null_path (private)
db_qd_null_path
The null path
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_pick_most_specific_query (private)
db_qd_pick_most_specific_query rdbms query_1 query_2
For now, we're going to say that versions are numbers and that there is always backwards compatibility.
- Parameters:
- rdbms (required)
- query_1 (required)
- query_2 (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_prepare_queryfile_content (public)
db_qd_prepare_queryfile_content file_content
Prepare raw .xql-file content form xml-parsing via quoting. The result is parsable XML, where "partialquery" is replaced by "fullquery".
- Parameters:
- file_content (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- files__check_xql_files
db_qd_relative_path_p (private)
db_qd_relative_path_p path
Check if the path is relative
- Parameters:
- path (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_qd_replace_sql (public)
db_qd_replace_sql [ -ulevel ulevel ] [ -subst subst ] statement_name \ sql
- Switches:
- -ulevel (optional)
- -subst (optional, defaults to
"all"
)- Parameters:
- statement_name (required)
- sql (required)
- Returns:
- sql for statement_name (defaulting to sql if not found)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- db__db_foreach, db_bind_var_substitution, db__transaction, db__transaction_bug_3440
db_qd_root_path (private)
db_qd_root_path
The token that indicates the root of all queries
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_rdbms_compatible_p (private)
db_rdbms_compatible_p rdbms_test rdbms_pattern
- Parameters:
- rdbms_test (required)
- rdbms_pattern (required)
- Returns:
- 0 if test incompatible with pattern, 1 if miscible
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_rdbms_create (public, deprecated)
db_rdbms_create type version
Deprecated. Invoking this procedure generates a warning.
The function is not needed, since all it returns is a plain Tcl dict with obvious keys (type and version)
- Parameters:
- type (required)
- version (required)
- Returns:
- rdbms descriptor in form of a dict
- See Also:
- dict
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_rdbms_get_type (private)
db_rdbms_get_type rdbms
Convenience function, could be replaced there with standard Tcl dict operations.
- Parameters:
- rdbms (required)
- descriptor in form of a type version pair
- Returns:
- rdbms name
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_rdbms_get_version (private)
db_rdbms_get_version rdbms
Convenience function, could be replaced there with standard Tcl dict operations.
- Parameters:
- rdbms (required)
- descriptor constructed by db_rdbms_create
- Returns:
- version identifier
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
db_rdbms_parse_from_xml_node (private)
db_rdbms_parse_from_xml_node rdbms_node
Parse an RDBMS struct from an XML fragment node
- Parameters:
- rdbms_node (required)
- Partial Call Graph (max 5 caller/called nodes):
- Testcases:
- No testcase defined.
Content File Source
# Query Dispatching for multi-RDBMS capability # The OpenACS Project # # Ben Adida (ben@mit.edu) # # The Query Dispatcher is documented at http://openacs.org/ # The Query Dispatcher needs tDOM (http://tdom.org) to work. # This doesn't use the ad_proc construct, or any significant aD # constructs, because we want this piece to be usable in a separate # context. While this makes the coding somewhat more complicated, it # is still easy to document and write clear, virgin Tcl code. # # The following code allows ad_proc to be used # here (a local workalike is declared if absent). # added 2002-09-11 Jeff Davis (davis@xarg.net) if {[namespace which ad_library] ne "" } { ad_library { Query Dispatching for multi-RDBMS capability @author Ben Adida (ben@openforce.net) @author Bart Teeuwisse (bart.teeuwisse@thecodemill.biz) @cvs-id $Id: 40-db-query-dispatcher-procs.tcl,v 1.51 2024/09/11 06:15:47 gustafn Exp $ } } if { [namespace which ad_proc] ne ""} { set remove_ad_proc_p 0 } else { set remove_ad_proc_p 1 proc ad_proc {args} { # we have to eat flags and then define the proc. set count 0 foreach arg $args { if {![string match {-*} $arg]} { break } incr count } set name [lindex $args $count] incr count set arglist [lindex $args $count] incr count set args [lrange $args $count end] # args can be {docs body} {body} {docs -} # make sure it is non empty and does not end in - if {[llength $args] && [lindex $args end] ne "-" } { proc $name $arglist [lindex $args end] } } } ################################## # The RDBMS Data Abstraction ################################## ad_proc -public -deprecated db_rdbms_create {type version} { The function is not needed, since all it returns is a plain Tcl dict with obvious keys (type and version) @return rdbms descriptor in form of a dict @see dict } { return [list type $type version $version] } ad_proc -private db_rdbms_get_type {rdbms} { Convenience function, could be replaced there with standard Tcl dict operations. @param rdbms descriptor in form of a type version pair @return rdbms name } { return [expr {[dict exists $rdbms type] ? [dict get $rdbms type] : ""}] } ad_proc -private db_rdbms_get_version {rdbms} { Convenience function, could be replaced there with standard Tcl dict operations. @param rdbms descriptor constructed by db_rdbms_create @return version identifier } { return [expr {[dict exists $rdbms version] ? [dict get $rdbms version] : ""}] } d_proc -private db_rdbms_compatible_p { rdbms_test rdbms_pattern } { @return 0 if test incompatible with pattern, 1 if miscible } { #db_qd_log QDDebug "The compatible_p $rdbms_test - $rdbms_pattern" # # If the pattern is for all RDBMS (types), then yeah, compatible. # if {![dict exists $rdbms_test type] || [dict get $rdbms_test type] eq ""} { return 1 } # # If the RDBMS types are not the same, we have a problem # if {[dict get $rdbms_test type] ne [dict get $rdbms_pattern type]} { # db_qd_log QDDebug "compatibility - types of $rdbms_test and $rdbms_pattern are different!" return 0 } # # If the pattern has no version or the version is empty # if {![dict exists $rdbms_pattern version] || [dict get $rdbms_pattern version] eq ""} { return 1 } # # If the query being tested was written for a version that is # older than the current RDBMS then we have # compatibility. Otherwise we don't. # foreach t [split [dict get $rdbms_test version] "\."] \ p [split [dict get $rdbms_pattern version] "\."] { if {$t != $p} { return [expr {$t < $p}] } } # Same version (though not strictly "older") is OK 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 ################################## ad_proc -private db_fullquery_create {queryname querytext bind_vars_lst query_type rdbms load_location} { FullQuery Data Abstraction Constructor } { return [list $queryname $querytext $bind_vars_lst $query_type $rdbms $load_location] } # The Accessor procs ad_proc -private db_fullquery_get_name {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return name } { return [lindex $fullquery 0] } ad_proc -public db_fullquery_get_querytext {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return query text } { return [lindex $fullquery 1] } ad_proc -private db_fullquery_get_bind_vars {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return bind vars } { return [lindex $fullquery 2] } ad_proc -private db_fullquery_get_query_type {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return query type } { return [lindex $fullquery 3] } ad_proc -private db_fullquery_get_rdbms {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return rdbms descriptor } { return [lindex $fullquery 4] } ad_proc -private db_fullquery_get_load_location {fullquery} { Accessor for fullquery data abstraction @param fullquery datastructure constructed by db_fullquery_create @return load location } { return [lindex $fullquery 5] } ################################################ # # QUERY COMPATIBILITY # ################################################ ad_proc -private db_qd_pick_most_specific_query {rdbms query_1 query_2} { For now, we're going to say that versions are numbers and that there is always backwards compatibility. } { set rdbms_1 [db_fullquery_get_rdbms $query_1] set rdbms_2 [db_fullquery_get_rdbms $query_2] # We ASSUME that both queries are at least compatible. # Otherwise this is a stupid exercise if {[db_rdbms_get_version $rdbms_1] eq ""} { return $query_2 } if {[db_rdbms_get_version $rdbms_2] eq ""} { return $query_1 } if {[db_rdbms_get_version $rdbms_1] > [db_rdbms_get_version $rdbms_2]} { return $query_1 } else { return $query_2 } } ################################################ # # # QUERY DISPATCHING # # ################################################ ad_proc -public db_qd_load_query_file {file_path {errorVarName ""}} { A procedure that is called from the outside world (APM) to load a particular file } { if {$errorVarName ne ""} { upvar $errorVarName errors } else { array set errors [list] } if { [catch {db_qd_internal_load_cache $file_path} errMsg] } { set backTrace $::errorInfo ns_log Error "Error parsing queryfile $file_path:\n\n$errMsg\n\n$backTrace" set r_file [ad_make_relative_path $file_path] set package_key "" regexp {/packages/([^/]+)/} $file_path -> package_key lappend errors($package_key) $r_file $backTrace } } # small compatibility function to avoid existence checks at runtime if {[namespace which ::nsf::strip_proc_name] eq ""} { namespace eval ::nsf { proc ::nsf::strip_proc_name {name} {return $name} } } ad_proc -public db_qd_get_fullname {local_name {added_stack_num 1}} { Find the fully qualified name of the query } { # We do a check to see if we already have a fullname. # Since the DB procs are a bit incestuous, this might get # called more than once. DAMMIT! (ben) if {![db_qd_relative_path_p $local_name]} { return $local_name } # Get the proc name being executed. # We catch this in case we're being called from the top level # (e.g. from bootstrap.tcl), in which case we return what we # were given if { [catch {string trimleft [info level [expr {-1 - $added_stack_num}]] ::} proc_name] } { return [::nsf::strip_proc_name $local_name] } # If util_memoize, we have to go back up one in the stack if {[lindex $proc_name 0] eq "util_memoize"} { # db_qd_log QDDebug "util_memoize! going up one level" set proc_name [info level [expr {-2 - $added_stack_num}]] } set proc_name [::nsf::strip_proc_name $proc_name] set list_of_source_procs { ns_sourceproc apm_source template::adp_parse template::frm_page_handler rp_handle_tcl_request } # We check if we're running the special ns_ proc that tells us # whether this is a URL or a Tcl proc. if { [lindex $proc_name 0] in $list_of_source_procs } { # Means we are running inside a URL # TEST # for {set i 0} {$i < 6} {incr i} { # if {[catch {db_qd_log QDDebug "LEVEL=$i= [info level [expr {-1 - $i}]]"} errmsg]} {} # } # Check the ad_conn stuff # if {[ns_conn isconnected]} { # if {[catch {db_qd_log QDDebug "the ad_conn file is [ad_conn file]"} errmsg]} {} # } # Now we do a check to see if this is a directly accessed URL or a # sourced URL # added case for handling .vuh files which are sourced from # rp_handle_tcl_request. Otherwise, QD was forming fullquery path # with the assumption that the query resided in the # rp_handle_tcl_request proc itself. (OpenACS - DanW) switch $proc_name { ns_sourceproc { # db_qd_log QDDebug "We are in a WWW page, woohoo!" set real_url_p 1 set url [ns_conn url] } rp_handle_tcl_request { # db_qd_log QDDebug "We are in a VUH page sourced by rp_handle_tcl_request, woohoo!" set real_url_p 0 regsub {\.vuh} [ad_conn file] {} url set url [ad_make_relative_path $url] regsub {^/?packages} $url {} url } template::frm_page_handler { # db_qd_log QDDebug "We are in the template system's form page debugger!" set real_url_p 1 regsub {\.frm} [ad_conn url] {} url } default { # db_qd_log QDDebug "We are in a WWW page sourced by apm_source, woohoo!" set real_url_p 0 set url [lindex $proc_name 1] set url [ad_make_relative_path $url] regsub {^/?packages} $url {} url } } # Get the URL and remove the .tcl regsub {^/} $url {} url regsub {\.tcl$} $url {} url regsub {\.vuh$} $url {} url # Change all dots to colons, and slashes to dots regsub -all {\.} $url {:} url regsub -all {/} $url {.} url # We insert the "www" after the package key set rest {} regexp {^([^\.]*)(.*)} $url all package_key rest # db_qd_log QDDebug "package key is $package_key and rest is $rest" if {$real_url_p} { set full_name [db_qd_make_absolute_path "${package_key}.www${rest}." $local_name] # set full_name "acs.${package_key}.www${rest}.${local_name}" } else { set full_name [db_qd_make_absolute_path "${package_key}${rest}." $local_name] # set full_name "acs.${package_key}${rest}.${local_name}" } } else { # Let's find out where this Tcl proc is defined!! # Get the first word, which is the Tcl proc regexp {^([^ ]*).*} $proc_name all proc_name # check to see if a package proc is being called without # namespace qualification. If so, add the package qualification to the # proc_name, so that the correct query can be looked up. # (OpenACS - DanW) set calling_namespace [string range [uplevel [expr {1 + $added_stack_num}] {namespace current}] 2 end] # db_qd_log QDDebug "calling namespace = $calling_namespace" if {$calling_namespace ne "" && ![string match "*::*" $proc_name]} { set proc_name ${calling_namespace}::${proc_name} } # db_qd_log QDDebug "proc_name is -$proc_name-" # We use the ad_proc construct!! # (woohoo, can't believe that was actually useful!) # First we check if the proc is there. If not, then we're # probably dealing with one of the bootstrap procs, and so we just # return a bogus proc name if {![nsv_exists api_proc_doc $proc_name]} { ns_log warning "db_qd_get_fullname: there is no documented proc " \ "with name $proc_name returning [db_qd_null_path] " \ "(declare proc $proc_name with ad_proc to make it " \ "work with the query dispatcher" return [db_qd_null_path] } array set doc_elements [nsv_get api_proc_doc $proc_name] set url $doc_elements(script) # db_qd_log QDDebug "tcl file is $url" regsub {.tcl$} $url {} url # Change all dots to colons, and slashes to dots regsub -all {\.} $url {:} url regsub -all {/} $url {.} url # We get something like packages.acs-tcl.tcl.acs-kernel-procs # We need to remove packages. set rest {} regexp {^packages\.(.*)} $url all rest # db_qd_log QDDebug "TEMP - QD: proc_name is $proc_name" # db_qd_log QDDebug "TEMP - QD: local_name is $local_name" # set full_name "acs.$rest.${proc_name}.${local_name}" set full_name [db_qd_make_absolute_path "${rest}.${proc_name}." $local_name] } # db_qd_log QDDebug "generated fullname of $full_name" # # The following block is apparently just for debugging. # # if {[llength $proc_name] > 1} { # set proc_name_with_parameters "[lindex $proc_name 0] " # set i 1 # foreach parameter [lrange $proc_name 1 end] { # append proc_name_with_parameters "parameter$i: $parameter " # incr i # } # } else { # set proc_name_with_parameters $proc_name # } # db_qd_log QDDebug "db_qd_get_fullname: following query in file: $url proc: $proc_name_with_parameters" return $full_name } ad_proc -public db_qd_fetch {fullquery_name {rdbms {}}} { Fetch a query with a given name This procedure returns the latest FullQuery data structure given proper scoping rules for a complete/global query name. This may or may not be cached, the caller need not know. } { # For now we consider that everything is cached # from startup time return [db_qd_internal_get_cache $fullquery_name] } ad_proc -public db_qd_replace_sql {-ulevel {-subst all} statement_name sql} { @return sql for statement_name (defaulting to sql if not found) } { set fullquery [db_qd_fetch $statement_name] if {$fullquery ne ""} { set sql [db_fullquery_get_querytext $fullquery] if {[info exists ulevel]} { if {$subst ne "none"} { if {$subst eq "all"} { set flags -nobackslashes } elseif {$subst eq "vars"} { set flags "-nobackslashes -nocommands" } elseif {$subst eq "commands"} { set flags "-nobackslashes -novars" } else { ns_log warning "invalid value passed to '-subst': $subst. possible: all, none, vars, commands" set flags -nobackslashes } set sql [uplevel $ulevel [list subst {*}$flags $sql]] } } } else { #db_qd_log Debug "NO FULLQUERY FOR $statement_name --> using default SQL" if { $sql eq "" } { # The default SQL is empty, that implies a bug somewhere in the code. error "No fullquery for $statement_name and default SQL empty - query for statement missing" } } return $sql } ad_proc -public db_map {snippet_name} { fetch a query snippet. used to provide db-specific query snippets when porting highly dynamic queries. (OpenACS - DanW) } { set fullname [db_qd_get_fullname $snippet_name] set fullquery [db_qd_fetch $fullname] set sql [db_fullquery_get_querytext $fullquery] # db_qd_log QDDebug "PARTIALQUERY FOR $fullname: $sql" return [uplevel 1 [list subst -nobackslashes $sql]] } ad_proc -private db_fullquery_compatible_p {fullquery {rdbms {}}} { Check compatibility of a FullQuery against an RDBMS This procedure returns true or false. The RDBMS argument can be left out, in which case, the currently running RDBMS is the one against which compatibility will be checked. NOTE: not complete -- should return something depending on compatibility of RDBMSs } { set query_rdbms [db_fullquery_get_rdbms $fullquery] # NOTE: not complete # return something depending on compatibility of RDBMSs } ###################################################### # # Utility Procedures # (these are *not* to be called by code other than # the above) # ###################################################### ad_proc -private db_qd_internal_load_queries {file_pointer file_tag} { Load up a bunch of queries from a file pointer The file_tag parameter is for later flushing of a series of queries when a particular query file has been changed. DRB: it is now used to track the mtime of the query file when loaded, used by the APM to determine when a package should be reloaded. This code depends on the file tag parameter being set to the actual file path to the query file. } { # While there are surely efficient ways of loading large files, # we're going to assume smaller files for now. Plus, this doesn't happen # often. # db_qd_log QDDebug "Loading $file_tag" # Read entire contents set whole_file [read $file_pointer] # PREPARE THE FILE (ben - this is in case the file needs massaging before parsing) set whole_file [db_qd_prepare_queryfile_content $whole_file] # Iterate and parse out each query set parsing_state [db_qd_internal_parse_init $whole_file $file_tag] # We need this for queries with relative paths set acs_file_path [ad_make_relative_path $file_tag] set queryname_root [db_qd_internal_get_queryname_root $acs_file_path] #db_qd_log QDDebug "db_qd_internal_load_queries: \n" \ # "file: [lindex $parsing_state 4] \n" \ # "default_rdbms: [lindex $parsing_state 3] \n" \ # "queryname_root: $queryname_root" while {1} { set result [db_qd_internal_parse_one_query $parsing_state] # db_qd_log QDDebug "one parse result -$result-" # If we get the empty string, we are done parsing if {$result eq ""} { break } lassign $result one_query parsing_state # db_qd_log QDDebug "loaded one query - [db_fullquery_get_name $one_query]" # Relative Path for the Query if {[db_qd_relative_path_p [db_fullquery_get_name $one_query]]} { set new_name [db_qd_make_absolute_path $queryname_root [db_fullquery_get_name $one_query]] set new_fullquery [db_fullquery_create \ $new_name \ [db_fullquery_get_querytext $one_query] \ [db_fullquery_get_bind_vars $one_query] \ [db_fullquery_get_query_type $one_query] \ [db_fullquery_get_rdbms $one_query] \ [db_fullquery_get_load_location $one_query]] set one_query $new_fullquery # db_qd_log QDDebug "relative path, replaced name with $new_name" } # Store the query db_qd_internal_store_cache $one_query } set relative_path [string range $file_tag \ [expr { [string length $::acs::rootdir] + 1 }] end] nsv_set apm_library_mtime $relative_path [file mtime $file_tag] } # # Make sure to create the nsv array. # nsv_set OACS_FULLQUERIES . . # # Due to bootstrapping, we can't use server specific files # (such as *-procs-naviserver.tcl, *-procs-aolserver.tcl) # here. # if {[ns_info name] eq "NaviServer"} { # # NaviServer variant: use nsv_get/3 # Only a single nsv array access is necessary # ad_proc -private db_qd_internal_get_cache {fullquery_name} { Load from Cache } { # # In case, nothing is stored, return empty. # if {![nsv_get OACS_FULLQUERIES $fullquery_name data]} { return "" } return $data } } else { # AOLserver variant. # # Not sure, what the intention of the multiple access is, and why # this was needed. ad_proc -private db_qd_internal_get_cache {fullquery_name} { Load from Cache } { # If we have no record if {![nsv_exists OACS_FULLQUERIES $fullquery_name]} { return "" } set fullquery_array [nsv_get OACS_FULLQUERIES $fullquery_name] # If this isn't cached! if {$fullquery_array eq ""} { # we need to do something return "" } # See if we have the correct location for this query # db_qd_log QDDebug "query $fullquery_name from [db_fullquery_get_load_location $fullquery_array]" # reload the fullquery set fullquery_array [nsv_get OACS_FULLQUERIES $fullquery_name] # What we get back from the cache is the FullQuery structure return $fullquery_array } } ad_proc -private db_qd_internal_store_cache {fullquery} { Store in Cache. The load_location is the file where this query was found. } { # Check if it is compatible at all! set rdbms [db_fullquery_get_rdbms $fullquery] if {![db_rdbms_compatible_p $rdbms [db_current_rdbms]]} { # The query isn't compatible, probably because of a too high version ns_log Warning "Query [db_fullquery_get_name $fullquery] has rdbms info $rdbms" \ "which is not compatible with system rdbms [db_current_rdbms]" return } # # GN: the code below could be improved for NaviServer, but it is # not performance-critical. # set name [db_fullquery_get_name $fullquery] # db_qd_log QDDebug "Query $name is compatible! fullquery = $fullquery, name = $name" # If we already have a query for that name, we need to # figure out which one is *most* compatible. if {[nsv_exists OACS_FULLQUERIES $name]} { set old_fullquery [nsv_get OACS_FULLQUERIES $name] set fullquery [db_qd_pick_most_specific_query [db_current_rdbms] $old_fullquery $fullquery] } nsv_set OACS_FULLQUERIES $name $fullquery } ad_proc -private db_qd_internal_load_cache {file_path} { Flush queries for a particular file path, and reload them } { # First we actually need to flush queries that are associated with that file tag # in case they are not all replaced by reloading that file. That is nasty! Oh well. # We'll do this later # we just reparse the file set stream [open $file_path "r"] db_qd_internal_load_queries $stream $file_path close $stream } ## ## NAMING ## ad_proc -private db_qd_internal_get_queryname_root {relative_path} { @return relative path with trailing . } { # remove the prepended "/packages/" string regsub {^\/?packages\/} $relative_path {} relative_path # remove the last chunk of the filename, since we're just looking for the root path # NOTE: THIS MAY NEED BETTER ABSTRACTION, since this assumes a naming scheme # of -rdbms.XXX (ben) regsub {\.xql} $relative_path {} relative_path regsub -- "\-[db_type]$" $relative_path {} relative_path # Change all . to : regsub -all {\.} $relative_path {:} relative_path # Change all / to . (hah, no reference to News for Nerds) regsub -all {/} $relative_path {.} relative_path # We append a "." at the end, since we want easy concatenation return "${relative_path}." } ## ## PARSING ## ## We want to parse iteratively ## The architecture of this parsing scheme allows for streaming XML parsing ## in the future. But right now we keep things simple ad_proc -private db_qd_internal_parse_init {stuff_to_parse file_path} { Initialize the parsing state } { # Do initial parse set parsed_doc [xml_parse -persist $stuff_to_parse] # Initialize the parsing state set index 0 # Get the list of queries out set root_node [xml_doc_get_first_node $parsed_doc] # Check if the node is a queryset if {[xml_node_get_name $root_node] ne "queryset"} { # db_qd_log Error "OH OH, error, first node is [xml_node_get_name $root_node] and not 'queryset'" return "" } # Extract the default RDBMS if there is one set rdbms_nodes [xml_node_get_children_by_name $root_node rdbms] if {[llength $rdbms_nodes] > 0} { set default_rdbms [db_rdbms_parse_from_xml_node [lindex $rdbms_nodes 0]] # db_qd_log QDDebug "Detected DEFAULT RDBMS for whole queryset: $default_rdbms" } else { set default_rdbms "" } set parsed_stuff [xml_node_get_children_by_name $root_node fullquery] #db_qd_log QDDebug "db_qd_internal_parse_init extra info: " \ # "index: $index; parsed_stuff: $parsed_stuff; parsed_doc: $parsed_doc;" return [list $index $parsed_stuff $parsed_doc $default_rdbms $file_path] } ad_proc -private db_qd_internal_parse_one_query {parsing_state} { Parse one query using the query state } { # Find the index that we're looking at lassign $parsing_state index node_list parsed_doc default_rdbms file_path # BASE CASE if {[llength $node_list] <= $index} { # Clean up xml_doc_free $parsed_doc # db_qd_log QDDebug "Cleaning up, done parsing" # return nothing return "" } # Get one query set one_query_xml [lindex $node_list $index] # increase index incr index # Update the parsing state so we know # what to parse next set parsing_state [list $index $node_list $parsed_doc $default_rdbms $file_path] # Parse the actual query from XML set one_query [db_qd_internal_parse_one_query_from_xml_node $one_query_xml $default_rdbms $file_path] # Return the query and the parsing state return [list $one_query $parsing_state] } d_proc -private db_qd_internal_parse_one_query_from_xml_node { one_query_node {default_rdbms {}} {file_path {}} } { Parse one query from an XML node } { # db_qd_log QDDebug "parsing one query node in XML with name -[xml_node_get_name $one_query_node]-" # Check that this is a fullquery if {[xml_node_get_name $one_query_node] ne "fullquery"} { return "" } set queryname [xml_node_get_attribute $one_query_node name] # Get the text of the query set querytext [xml_node_get_content [xml_node_get_first_child_by_name $one_query_node querytext]] # Get the RDBMS set rdbms_nodes [xml_node_get_children_by_name $one_query_node rdbms] # If we have no RDBMS specified, use the default if {[llength $rdbms_nodes] == 0} { # db_qd_log QDDebug "Wow, Nelly, no RDBMS for this query, using default rdbms $default_rdbms" set rdbms $default_rdbms } else { set rdbms_node [lindex $rdbms_nodes 0] set rdbms [db_rdbms_parse_from_xml_node $rdbms_node] } return [db_fullquery_create $queryname $querytext [list] "" $rdbms $file_path] } ad_proc -private db_rdbms_parse_from_xml_node {rdbms_node} { Parse an RDBMS struct from an XML fragment node } { # # Check if the DOM node refers to a RDBMS. # if {[xml_node_get_name $rdbms_node] ne "rdbms"} { db_qd_log Debug "db_rdbms_parse_from_xml_node: PARSER = BAD RDBMS NODE!" return {} } # Get the type and version tags set type [xml_node_get_content [xml_node_get_first_child_by_name $rdbms_node type]] set version [xml_node_get_content [xml_node_get_first_child_by_name $rdbms_node version]] # db_qd_log QDDebug "PARSER = RDBMS parser - $type - $version" return [list type $type version $version] } ## ## RELATIVE AND ABSOLUTE QUERY PATHS ## ad_proc -private db_qd_root_path {} { The token that indicates the root of all queries } { return "dbqd." } ad_proc -private db_qd_null_path {} { The null path } { return "[db_qd_root_path].NULL" } ad_proc -private db_qd_relative_path_p {path} { Check if the path is relative } { set root_path [db_qd_root_path] set root_path_length [string length $root_path] # Check if the path starts with the root if {[string range $path 0 $root_path_length-1] eq $root_path} { return 0 } else { return 1 } } ad_proc -private db_qd_make_absolute_path {relative_root suffix} { Make a path absolute } { return "[db_qd_root_path]${relative_root}$suffix" } ad_proc -public db_qd_prepare_queryfile_content {file_content} { Prepare raw .xql-file content form xml-parsing via quoting. The result is parsable XML, where "partialquery" is replaced by "fullquery". } { set new_file_content "" # The lazy way to do it. partialquery was added for clarification of # the query files, but in fact a partialquery and a fullquery are parsed # exactly the same. Doing this saves the bother of having to tweak the # rest of the parsing code to handle partialquery. (OpenACS - DanW) regsub -all {(</?)partialquery([ >])} $file_content {\1fullquery\2} rest_of_file_content set querytext_open "<querytext>" set querytext_close "</querytext>" set querytext_open_len [string length $querytext_open] set querytext_close_len [string length $querytext_close] # We're going to ns_quotehtml the querytext, # because XML parsing might choke otherwise while {1} { set first_querytext_open [string first $querytext_open $rest_of_file_content] set first_querytext_close [string first $querytext_close $rest_of_file_content] # We have no more querytext to process if {$first_querytext_open == -1} { append new_file_content $rest_of_file_content break } # append first chunk before the querytext including "<querytext>" append new_file_content [string range $rest_of_file_content \ 0 \ [expr {$first_querytext_open + $querytext_open_len - 1}]] # append quoted querytext append new_file_content [ns_quotehtml [string range $rest_of_file_content \ $first_querytext_open+$querytext_open_len \ $first_querytext_close-1]] # append close querytext append new_file_content $querytext_close # Set up the rest set rest_of_file_content [string range $rest_of_file_content \ $first_querytext_close+$querytext_close_len \ end] } # db_qd_log QDDebug "new massaged file content: \n $new_file_content \n" return $new_file_content } ## ## Logging ## ad_proc -private db_qd_log {level args} { Centralized DB QD logging If you want to debug the QD, change QDDebug below to Debug } { if {"QDDebug" ne $level } { ns_log $level [join $args " "] } } # clean up after ourselves here. if { $remove_ad_proc_p } { rename ad_proc {} } # # Local variables: # mode: tcl # tcl-indent-level: 4 # indent-tabs-mode: nil # End: