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

babelfish-for-postgresql / babelfish_extensions / 17603910055
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 10 Sep 2025 05:38AM UTC
Jobs 1
Files 120
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

10 Sep 2025 05:13AM UTC coverage: 76.308% (+0.003%) from 76.305%
17603910055

push

github

web-flow
Fix ALTER TABLE ALTER COLUMN NULL/NOT NULL syntax support in Babelfish (#4049)

Description
Today, Babelfish doesn't support T-SQL's ALTER TABLE ALTER COLUMN syntax for modifying column nullability.

Syntax:
ALTER TABLE table_name ALTER COLUMN <column_name> <datatype> NULL
ALTER TABLE table_name ALTER COLUMN <column_name> <datatype> NOT NULL
This PR implements support for the NULL/NOT NULL syntax in ALTER TABLE ALTER COLUMN statements

Changes:
Added grammar rules (opt_null_constraint)to recognize the NULL and NOT NULL modifiers in ALTER COLUMN statements
Uses PostgreSQLs existing AT_SetNotNull and AT_DropNotNull commands to implement the functionality

Issues Resolved BABEL-3966
Signed-off-by: Rahul Parande <rparande@amazon.com>

18 of 22 new or added lines in 1 file covered. (81.82%)

50435 of 66094 relevant lines covered (76.31%)

383329.15 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
90.62
-0.06% contrib/babelfishpg_tsql/src/pl_handler.c
Jobs
ID Job ID Ran Files Coverage
1 17603910055.1 10 Sep 2025 05:38AM UTC 120
76.31
GitHub Action Run
Source Files on build 17603910055
  • Tree
  • List 120
  • Changed 3
  • Source Changed 2
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17603910055
  • 82ae18ef on github
  • Prev Build on BABEL_5_X_DEV (#17581892637)
  • Next Build on BABEL_5_X_DEV (#17609724223)
  • 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