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

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

Build:
Build:
LAST BUILD BRANCH: datetime2fromparts_bugfix
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 30 Aug 2024 05:31AM 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

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

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

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

44517 of 60108 relevant lines covered (74.06%)

133105.09 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10626928379.1 30 Aug 2024 05:31AM UTC 115
74.06
GitHub Action Run
Source Files on build 10626928379
  • Tree
  • List 115
  • Changed 68
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10626928379
  • 04b8f133 on github
  • Prev Build on BABEL_4_X_DEV (#10599358782)
  • Next Build on BABEL_4_X_DEV (#10632139101)
  • 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

© 2025 Coveralls, Inc