donb
committed
on 18 Jun 05
Patched .xql file to be a correct XML file, however there are two missing
queries. THIS ENTIRE DIRECTORY SHOULD NOT EXIST. Duplicating eco… Show more
Patched .xql file to be a correct XML file, however there are two missing

queries.  THIS ENTIRE DIRECTORY SHOULD NOT EXIST.  Duplicating ecommerce

code, a package which is barely maintained as it is, guarantees an unmaintainable

mess ...

Show less

/tcl/lang-util-procs-oracle.xql (+18)
  1 <?xml version="1.0"?>
  2
  3 <queryset>
  4    <rdbms><type>oracle</type><version>8.1.6</version></rdbms>
  5
  6    <fullquery name="lang::util::nls_language_from_language.nls_language_from_language">     
  7       <querytext>
  8      
  9         select nls_language
  10         from   ad_locales
  11         where  language = :language
  12         and    rownum = 1
  13    
  14       </querytext>
  15    </fullquery>
  16  
  17 </queryset>
  18