Skip to content

Commit 653eb30

Browse files
author
Japleen Kaur
committed
fix forxml file
1 parent 6a51494 commit 653eb30

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

test/JDBC/expected/forxml-vu-prepare.out

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ go
2323
-- Test Select For XML syntax
2424
select * from forxml_vu_t1 for xml auto;
2525
go
26-
~~ERROR (Code: 33557097)~~
27-
28-
~~ERROR (Message: 'FOR XML AUTO mode' is not currently supported in Babelfish)~~
26+
~~START~~
27+
ntext
28+
<forxml_vu_t1 id="1" a="t1_a1"/><forxml_vu_t1 id="2" a="t1_a2"/><forxml_vu_t1 id="3"/>
29+
~~END~~
2930

3031

3132
select * from forxml_vu_t1 for xml raw;

0 commit comments

Comments
 (0)