donb
committed
on 28 Apr 01

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the
first place (MY stupid idea, for the record).

2. More .xql … Show more

1. Ripped out the '' vs. NULL string kludge, which was a stupid idea in the

  first place (MY stupid idea, for the record).

2. More .xql file porting...

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>