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

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

Build:
Build:
LAST BUILD BRANCH: 5577-5x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 18 Mar 2025 04:15PM UTC
Jobs 1
Files 115
Run time 5min
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

18 Mar 2025 03:43PM UTC coverage: 74.941% (+0.01%) from 74.93%
13927451111

push

github

web-flow
Reseed identity for new table created using select into and only inherit nullability for simple queries (#3585)

This commit fixes following for SELECT...INTO... command

1. Reseed identity sequence for new table created using SELECT INTO statement. For reseeding we will run following
internal sub command post SELECT INTO processing -- 
```
SELECT setval(seq, SELECT MAX(identity_column) FROM new_table);
```
Note that If identity is decreasing then we will use MIN instead of MAX.

2. Only carry over nullability when the query has single table reference in FROM clause. Table could be either
permanent or temporary. In other words -- nullability will not be carried over when JOINing of table is involved.

Task: BABEL-5661
Signed-off-by: Tanzeel Khan <tzlkhan@amazon.com>

62 of 68 new or added lines in 3 files covered. (91.18%)

47370 of 63210 relevant lines covered (74.94%)

193299.49 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
6
93.87
-1.86% contrib/babelfishpg_tsql/src/pltsql_identity.c
Jobs
ID Job ID Ran Files Coverage
1 13927451111.1 18 Mar 2025 04:15PM UTC 115
74.94
GitHub Action Run
Source Files on build 13927451111
  • Tree
  • List 115
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13927451111
  • 83f1e7f3 on github
  • Prev Build on BABEL_4_X_DEV (#13924112667)
  • Next Build on BABEL_4_X_DEV (#13928900957)
  • 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