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

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

Build:
Build:
LAST BUILD BRANCH: fix_script_injection
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 29 Aug 2024 12:47PM UTC
Jobs 1
Files 114
Run time 30min
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

29 Aug 2024 12:04PM UTC coverage: 73.492% (-0.003%) from 73.495%
10614653586

push

github

web-flow
Fix the index creation error on table created through SELECT INTO  (#2893)

If a table is formed via SELECT INTO command then the column name does not get converted to lowercase.
Due to this, indexation over that column fails which is the issue we want to resolve.
This happens as the SELECT INTO command does not convert the column name in lowercase(save it as it is) whereas the index creation command search for the column name(over which indexation is done) in lower case.

Signed-off-by: Pranav Jain <pranavjc@amazon.com>

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

2 existing lines in 1 file now uncovered.

42558 of 57908 relevant lines covered (73.49%)

121666.33 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
74.37
-0.63% contrib/babelfishpg_tds/src/backend/tds/tdscomm.c
Jobs
ID Job ID Ran Files Coverage
1 10614653586.1 29 Aug 2024 12:47PM UTC 114
73.49
GitHub Action Run
Source Files on build 10614653586
  • Tree
  • List 114
  • Changed 68
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10614653586
  • 971a5b83 on github
  • Prev Build on BABEL_3_X_DEV (#10595224905)
  • Next Build on BABEL_3_X_DEV (#10616570889)
  • 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