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

amazon-aurora / babelfish_extensions / 12028981065
74%
main: 77%

Build:
Build:
LAST BUILD BRANCH: community-merge-15x
DEFAULT BRANCH: main
Ran 26 Nov 2024 11:32AM 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

26 Nov 2024 10:47AM UTC coverage: 73.807%. First build
12028981065

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

43151 of 58465 relevant lines covered (73.81%)

142577.77 hits per line

Jobs
ID Job ID Ran Files Coverage
1 12028981065.1 26 Nov 2024 11:32AM UTC 0
73.81
GitHub Action Run
Source Files on build 12028981065
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #12028981065
  • 6cca8bde on github
  • 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