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

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

Build:
Build:
LAST BUILD BRANCH: BABEL-5577
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 12 Sep 2024 11:22AM 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

12 Sep 2024 10:34AM UTC coverage: 74.382% (-0.005%) from 74.387%
10829093829

push

github

web-flow
Fix definition of sys.identity_columns to return one row per identity column (#2924)

Description
The sys.identity_columns view was previously returning multiple rows for a identify column of table if there were other tables with identity columns having the same column name and column ordinal position. It was due missing table's object ID filter when joining sys.columns_internal() and pg_attribute within the view definition.

This commit addresses the issue by introducing a restriction on the table's object ID in the join condition, ensuring that the view returns only one row for each identity column within a table.

Issues Resolved
Task: BABEL-5254

Signed-off-by: Sumit Jaiswal <sumiji@amazon.com>
Co-authored-by: Sumit Jaiswal <sumiji@amazon.com>

44810 of 60243 relevant lines covered (74.38%)

157046.54 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
73.8
-0.21% contrib/babelfishpg_tds/src/backend/tds/tdsutils.c
2
76.03
-0.63% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
Jobs
ID Job ID Ran Files Coverage
1 10829093829.1 12 Sep 2024 11:22AM UTC 115
74.38
GitHub Action Run
Source Files on build 10829093829
  • Tree
  • List 115
  • Changed 68
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10829093829
  • 40d057c0 on github
  • Prev Build on BABEL_4_X_DEV (#10827920977)
  • Next Build on BABEL_4_X_DEV (#10896705223)
  • 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