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

babelfish-for-postgresql / babelfish_extensions / 10626928379 / 1
76%
BABEL_5_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: BABEL-5577-4x
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 30 Aug 2024 05:31AM UTC
Files 115
Run time 3s
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

30 Aug 2024 04:39AM UTC coverage: 74.062% (+0.001%) from 74.061%
10626928379.1

push

github

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

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.

Note: if the table is pre-existing then user needs to drop the table and create it again to enable this feature.

Task: BABEL-4926

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

44517 of 60108 relevant lines covered (74.06%)

133105.09 hits per line

Source Files on job 10626928379.1
  • Tree
  • List 115
  • Changed 68
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10626928379
  • 04b8f133 on github
  • Prev Job for on BABEL_4_X_DEV (#10599358782.1)
  • Next Job for on BABEL_4_X_DEV (#10632139101.1)
  • 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