• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

babelfish-for-postgresql / babelfish_extensions / 17905829066 / 1
77%
BABEL_5_X_DEV: 77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 22 Sep 2025 06:21AM UTC
Files 121
Run time 5s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

22 Sep 2025 05:44AM UTC coverage: 76.604% (+0.1%) from 76.499%
17905829066.1

push

github

web-flow
Added support OPENXML without WITH clause  (#4091)

This PR adds support for OPENXML without WITH Clause which provides an edge table which represent XML document structure in a single table.
The syntax of openxml without WITH clause is as follows :

OPENXML ( idoc int [ in ] , rowpattern nvarchar [ in ] [, flags byte [ in ] ] )

This support is added by implementing a C function OPENXML_SIMPLE which uses libxml2 APIs to parse the XML document and evaluate given XML document against row pattern. Also added function assign_ids to maintain unique ids for each nodes in XML document, and function add_node_details which traverse over all the evaluated XML nodes and fetches each node details and populate them in the form of rows.

Engine PR: babelfish-for-postgresql/postgresql_modified_for_babelfish#622

Task: BABEL-6046

Signed-off-by: Rohit Bhagat rohitbgt@amazon.com

51550 of 67294 relevant lines covered (76.6%)

380192.61 hits per line

Source Files on job 17905829066.1
  • Tree
  • List 121
  • Changed 6
  • Source Changed 4
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 17905829066
  • 5f49a90e on github
  • Prev Job for on BABEL_5_X_DEV (#17849627880.1)
  • Next Job for on BABEL_5_X_DEV (#17918846922.1)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc