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

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

Build:
Build:
LAST BUILD BRANCH: 5577-5x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 10 Sep 2025 11:31PM 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 11:07PM UTC coverage: 75.981% (+0.001%) from 75.98%
17629084774

push

github

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

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
Issue Link: #2771
Signed off: Rahul Parande rparande@amazon.com

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

49822 of 65572 relevant lines covered (75.98%)

383698.92 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
90.45
-0.06% contrib/babelfishpg_tsql/src/pl_handler.c
Jobs
ID Job ID Ran Files Coverage
1 17629084774.1 10 Sep 2025 11:31PM UTC 120
75.98
GitHub Action Run
Source Files on build 17629084774
  • Tree
  • List 120
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #17629084774
  • e5a82ae3 on github
  • Prev Build on BABEL_4_X_DEV (#17614743955)
  • Next Build on BABEL_4_X_DEV (#17639046326)
  • 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