Update of /cvsroot/monetdb/sql/src/test/sql_xml/Tests
In directory 
23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv27517/src/test/sql_xml/Tests

Added Files:
        xmlelement_segfault.SF-2812767.sql 
Log Message:
propagated changes of Thursday Aug 06 2009 - Friday Aug 07 2009
from the Aug2009 branch to the development trunk

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2009/08/06 - sjoerd:
        src/test/sql_xml/Tests/xmlelement_segfault.SF-2812767.sql,1.1.2.1
Test for bug 2812767: xmlagg() causes segmentation fault.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


--- NEW FILE: xmlelement_segfault.SF-2812767.sql ---
start transaction;
create table test (
x varchar(64)
);
select xmlelement(name a, xmlagg(xmlelement(name b, x))) from test;
rollback;


------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to