Does Babelfish support XML? How can I use XML?

0

Babelfish for Aurora PostgreSQL allows Aurora to understand the SQL Server dialect. Does it support XML and XML data types? How can I deal with XML using Babelfish?

AWS
light
asked 2 years ago602 views
1 Answer
1

Currently, as of Babelfish 1.2.1 (May 2022), Babelfish does not support most of SQL Server's XML functions. Babelfish is always adding new capabilities, so be sure to check back frequently.

You may wish to speak to your Amazon AWS Solutions Architect for guidance. In some cases, sample code that could assist in processing XML can be provided.

Many customers work around this limitations using a number of strategies.

  1. They write their own in-database functions to do the XML processing.
  2. They shred the XML client-side, ex: using .NET.
  3. They remove XML and instead use JSON or another type, which Babelfish 1.2.0+ has support for.

For a full list of what's supported, see differences between Babelfish and SQL Server in the AWS Docs.

AWS
light
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions