X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=doc%2Fref_clsql.xml;h=c24b2ced5462fb4ac7780fcd83e973e22638a296;hp=0d893a6208866732ed023058d1422be9d234c23a;hb=f716bb1161cf9e89a96945c4a444244f9d303691;hpb=8b5250e14e3280bdc4641c3b35a8dc68ca4dbde7 diff --git a/doc/ref_clsql.xml b/doc/ref_clsql.xml index 0d893a6..c24b2ce 100644 --- a/doc/ref_clsql.xml +++ b/doc/ref_clsql.xml @@ -2099,7 +2099,7 @@ Error: While trying to access database localhost/test2/root Syntax - query query-expression &key database result-types => result + query query-expression &key database result-types field-names => result Arguments and Values @@ -2164,6 +2164,15 @@ Error: While trying to access database localhost/test2/root + + field-names + + A boolean with a default value of &t;. When &t;, this + function results a second value of a list of field + names. When &nil;, this function only returns one value + - the list of rows. + + result