We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a51494 commit 653eb30Copy full SHA for 653eb30
test/JDBC/expected/forxml-vu-prepare.out
@@ -23,9 +23,10 @@ go
23
-- Test Select For XML syntax
24
select * from forxml_vu_t1 for xml auto;
25
go
26
-~~ERROR (Code: 33557097)~~
27
-
28
-~~ERROR (Message: 'FOR XML AUTO mode' is not currently supported in Babelfish)~~
+~~START~~
+ntext
+<forxml_vu_t1 id="1" a="t1_a1"/><forxml_vu_t1 id="2" a="t1_a2"/><forxml_vu_t1 id="3"/>
29
+~~END~~
30
31
32
select * from forxml_vu_t1 for xml raw;
0 commit comments