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

babelfish-for-postgresql / babelfish_extensions / 10879529280
74%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: sauravay-dev
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 16 Sep 2024 08:28AM UTC
Jobs 1
Files 114
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

16 Sep 2024 07:41AM UTC coverage: 73.633%. Remained the same
10879529280

push

github

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

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>

42728 of 58028 relevant lines covered (73.63%)

139815.04 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10879529280.1 16 Sep 2024 08:28AM UTC 0
73.63
GitHub Action Run
Source Files on build 10879529280
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #10879529280
  • f3669db5 on github
  • Prev Build on BABEL_3_X_DEV (#10808033187)
  • Next Build on BABEL_3_X_DEV (#10900503761)
  • 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