donb
committed
on 31 Mar 10
More code dealing with instance and global parameter semantics. I finally
have a reasonable model of inheritance and semantics implemented,… Show more
More code dealing with instance and global parameter semantics.  I finally

have a reasonable model of inheritance and semantics implemented, not

perfect from a language-theoretic point of view, but works well without

having to rewrite every bit of parameter-handling code in acs-core.

Show less

/tcl/admin-init-postgresql.xql (+15)
  1 <?xml version="1.0"?>
  2 <queryset>
  3    <rdbms><type>postgresql</type><version>7.1</version></rdbms>
  4
  5 <fullquery name="path_select">     
  6       <querytext>
  7      
  8         select package_id, site_node__url(node_id) as url from apm_packages p, site_nodes n
  9         where p.package_id = n.object_id
  10    
  11       </querytext>
  12 </fullquery>
  13
  14  
  15 </queryset>