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

babelfish-for-postgresql / babelfish_extensions / 17288018329

28 Aug 2025 06:43AM UTC coverage: 76.209% (+0.1%) from 76.103%
17288018329

push

github

web-flow
Added support for XML VALUE() datatype method (#3771)

Currently we do not support XML VALUE() Function. This PR adds the support for XML VALUE() Function.
This support is added by rewriting the query as follows

xml_expression.VALUE(xpath, 'typename')   ->   cast(bbf_xmlvalue(xpath, 'typename', xml_expression) as typename)

Also fixed issues with datatype colon_colon methods.

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

50180 of 65845 relevant lines covered (76.21%)

376184.92 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

94.92
/contrib/babelfishpg_common/src/typecode.c


Build SHA Not Found

The commit SHA "2da1db5aa02928e770e1bd21dc9ea9897912a1d4" was not found in your repository, so the file cannot be loaded. This may be because you posted from a local development environment, or your CI created an ephemeral commit.

STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc