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

babelfish-for-postgresql / babelfish_extensions / 20576130816
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 29 Dec 2025 03:39PM UTC
Jobs 1
Files 121
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

29 Dec 2025 03:13PM UTC coverage: 76.877% (+0.005%) from 76.872%
20576130816

push

github

web-flow
support DATEADD() for UDT on DATE/TIME datatypes (#4330)

support DATEADD() for UDT on DATE/TIME datatypes

Previously in Babelfish, we did not handle DATEADD() function for UDT on DATE/TIME datatypes, and it resulted in the following error:

1> CREATE TYPE UDT_DATETIME FROM DATETIME NOT NULL
2> GO

1> DECLARE @udt_datet UDT_DATETIME
2> SET @udt_date = '20241231'
3> SELECT DATEADD(DAY, 1, @udt_date)
4> GO
Msg 33557097, Level 16, State 1, Server babelfish-instancer, Line 3
control reached end of function without RETURN

With this fix, we introduce additional checks over the UDTs we are creating over DATE/TIME datatypes to identify the base datatype of the variables defined over UDTs.

Task: BABEL-5844
Authored-by: Jaspal Singh ijaspals@amazon.com
Signed-off-by: Jaspal Singh ijaspals@amazon.com

52506 of 68299 relevant lines covered (76.88%)

386523.84 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
79.23
-0.2% contrib/babelfishpg_tds/src/backend/tds/tdsutils.c
Jobs
ID Job ID Ran Files Coverage
1 20576130816.1 29 Dec 2025 03:39PM UTC 121
76.88
GitHub Action Run
Source Files on build 20576130816
  • Tree
  • List 121
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20576130816
  • 299fe9ab on github
  • Prev Build on BABEL_5_X_DEV (#20519729256)
  • 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