Re: [GENERAL] xmlelement AND timestamps.

2017-02-14 Thread Lynn Dobbs
dn't go chasing that down. My bad. My bad functions were written using the xml2 extension that treated the xml as text rather than "real" xml. Lynn Dobbs Chief Technical Office CreditLink Corporation 858-496-1000 x 103 On 02/13/2017 06:10 PM, David G. Johnston wrote: On Mon, F

[GENERAL] xmlelement AND timestamps.

2017-02-13 Thread Lynn Dobbs
in the documentation that explains this. I consider this a regression. I have many tables that have a "starting" and "ending" timestamp that default to "-infinity" and "infinity" respectively. Any function I have that outputs xml containing those

[GENERAL] query_to_xml nulls set to false

2011-07-11 Thread Lynn Dobbs
d to the result value. If false, columns containing null values are simply omitted from the output." This suggests to me that if set to false, there should be no added namespace declaration, but, in practice, the xsi namespace is present. Is this the designed, intentional behavior or accidental