diff --git a/reference/uodbc/functions/odbc-result-all.xml b/reference/uodbc/functions/odbc-result-all.xml index c8a80adc61..9222a97365 100644 --- a/reference/uodbc/functions/odbc-result-all.xml +++ b/reference/uodbc/functions/odbc-result-all.xml @@ -15,6 +15,11 @@ Prints all rows from a result identifier produced by odbc_exec. The result is printed in HTML table format. + The data is not escaped. + + + This function is not supposed to be used in production environments; it is + merely meant for development purposes, to get a result set quickly rendered.