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

amazon-aurora / babelfish_extensions / 12030687206
75%
main: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL-6402-5x
DEFAULT BRANCH: main
Ran 26 Nov 2024 01:19PM 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

26 Nov 2024 12:33PM UTC coverage: 74.73% (+0.001%) from 74.729%
12030687206

push

github

KushaalShroff
Fix Identity columns not being recognized during DML statements using OUTPUT and WHERE clause (#3146)

Earlier when we executed DML queries that had OUTPUT clause along with a WHERE in the OUTPUT'ed query, we didnt expand the target list of this OUTPUT'ed query properly when the target list was not provided by user.
For example:
"UPDATE t1 SET TEXTVal = 'NewValue' OUTPUT Inserted.ID, Inserted.TEXTVal, Deleted.ID, Deleted.TEXTVal INTO t2 WHERE ID IN (1,2)" table t2's target list will be created during analyze phase and we were not ignoring the identity/computed columns while expanding the list.
With this commit we fix this by ignoring any identity/computed columns at the time of target-list fetch.

Tasks:
BABEL-5432

Signed-off-by: Kushaal Shroff <kushaal@amazon.com>

2 of 2 new or added lines in 1 file covered. (100.0%)

46393 of 62081 relevant lines covered (74.73%)

161175.37 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12030687206.1 26 Nov 2024 01:19PM UTC 0
74.73
GitHub Action Run
Source Files on build 12030687206
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12030687206
  • d93eb316 on github
  • Prev Build on test_cherry-pick (#12037761506)
  • 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