donb
committed
on 06 Dec 09
Simple package drop now works for PG and probably Oracle, too. The drop
scripts had never been tested - they misspelled two service contrac… Show more
Simple package drop now works for PG and probably Oracle, too.  The drop

scripts had never been tested - they misspelled two service contract

operations (quite bad seeing as there are *only* two sc operations)

Show less

openacs-4/.../doc/demo/form.xql (+0 -1)
1 1 <?xml version="1.0"?>
2 2
3 3 <queryset>
4     <rdbms><type>postgresql</type><version>7.1</version></rdbms>
5 4
6 5   <fullquery name="get_user_id">     
7 6     <querytext>
8 7       select ad_template_sample_users_sequence.nextval
9 8     </querytext>
10 9   </fullquery>
11 10  
12 11 </queryset>