[interchange-docs] xmldocs - racke modified glossary/tax

docs at icdevgroup.org docs at icdevgroup.org
Fri Jan 16 16:06:02 UTC 2009


User:      racke
Date:      2009-01-16 16:06:02 GMT
Modified:  glossary tax
Log:
added missing quotes to SQL statement

Revision  Changes    Path
1.8                  xmldocs/glossary/tax


rev 1.8, prev_rev 1.7
Index: tax
===================================================================
RCS file: /var/cvs/xmldocs/glossary/tax,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- tax	15 Feb 2008 18:24:50 -0000	1.7
+++ tax	16 Jan 2009 16:06:02 -0000	1.8
@@ -183,7 +183,7 @@
 	in the <database>country</database> database is done; it's something along
 	the lines of 
 <programlisting>
-select tax from state where country = [value country] and state = [value state]
+select tax from state where country = '[value country]' and state = '[value state]'
 </programlisting>
 	The value is then applied as explained in the following steps
 	</para></listitem>







More information about the docs mailing list