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
demandé il y a 2 ans603 vues
1 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions