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

babelfish-for-postgresql / babelfish_extensions / 14137851681
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: datetime2fromparts_bugfix
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 28 Mar 2025 09:37PM UTC
Jobs 1
Files 115
Run time 1min
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

28 Mar 2025 09:04PM UTC coverage: 75.081%. Remained the same
14137851681

push

github

web-flow
handle conversion of empty string to datetime in (#3624)

The conversion of empty strings to datetime (CONVERT(datetime, '')) shows inconsistent behavior between versions 4.x and 5.x. While a previous fix addressed this across all versions, it had to be reverted due to PostgreSQL parallel worker limitations. Specifically, helper functions were executing in parallel despite being marked PARALLEL UNSAFE, and sub-transactions aren't supported in parallel workers before PG17 (per PostgreSQL community discussion).

This PR resolves the issue by implementing empty string handling directly in the sys.babelfish_conv_string_to_datetime functions, ensuring proper functionality in version 4.x while maintaining compatibility with PostgreSQL's parallel processing constraints.

Issues Resolved: BABEL-5687
Signed-off-by: Herambh Shah <herambhs@amazon.com>

47745 of 63591 relevant lines covered (75.08%)

233372.28 hits per line

Jobs
ID Job ID Ran Files Coverage
1 14137851681.1 28 Mar 2025 09:37PM UTC 115
75.08
GitHub Action Run
Source Files on build 14137851681
  • Tree
  • List 115
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #14137851681
  • fd5abebb on github
  • Prev Build on BABEL_4_X_DEV (#14126813003)
  • Next Build on BABEL_4_X_DEV (#14165106003)
  • 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

© 2025 Coveralls, Inc