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

babelfish-for-postgresql / babelfish_extensions / 20147356376 / 1
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: Babel6272-fix
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 11 Dec 2025 09:27PM UTC
Files 120
Run time 10s
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

11 Dec 2025 09:03PM UTC coverage: 76.182% (+0.003%) from 76.179%
20147356376.1

push

github

web-flow
Handle invalid characters in STRING to MONEY type conversion_4_X (#4300)

In Babelfish, the scanfixeddecimal() function currently accepts any non-digit character (except +, -, and .) as a valid currency symbol, leading to incorrect MONEY type conversions.

For example:

--BBF
select cast('!' as money);
 money
--------
 0.0000

Solution:

Added predefined list of currency symbols supported by Babelfish with a validation function
Enhanced scanfixeddecimal() to accept only valid currency symbols and numeric inputs

Issues Resolved BABEL-704 and BABEL-2187
Signed-off-by: Vineetha125 <bvineets@amazon.com>

50355 of 66098 relevant lines covered (76.18%)

387575.22 hits per line

Source Files on job 20147356376.1
  • Tree
  • List 120
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 20147356376
  • b19930b9 on github
  • Prev Job for on BABEL_4_X_DEV (#19876146671.1)
  • Next Job for on BABEL_4_X_DEV (#20258112948.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