XMLATTRIBUTES() should send the attribute values through

Peter Eisentraut <peter_e@gmx.net>

Commit: 77d67a4a3be1a2114ff9869fc3552a39fa7c5e68
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-04-08T21:51:38Z
Releases: 8.4.0
XMLATTRIBUTES() should send the attribute values through
map_sql_value_to_xml_value() instead of directly through the data type output
function.  This is per SQL standard, and consistent with XMLELEMENT().

Files