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

babelfish-for-postgresql / babelfish_extensions / 13923703363
77%

Build:
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 18 Mar 2025 01:26PM 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

18 Mar 2025 12:54PM UTC coverage: 75.051% (+0.01%) from 75.037%
13923703363

push

github

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

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%)

47429 of 63196 relevant lines covered (75.05%)

187926.31 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 13923703363.1 18 Mar 2025 01:26PM UTC 115
75.05
GitHub Action Run
Source Files on build 13923703363
  • Tree
  • List 115
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #13923703363
  • c6bf2e4d on github
  • Prev Build on BABEL_5_X_DEV (#13917204879)
  • Next Build on BABEL_5_X_DEV (#13929187846)
  • 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