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

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

Build:
Build:
LAST BUILD BRANCH: BABEL-5577
DEFAULT BRANCH: BABEL_5_X_DEV
Ran 19 Sep 2024 05:00AM 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

19 Sep 2024 04:10AM UTC coverage: 74.416%. Remained the same
10934281275

push

github

web-flow
Fixed issue in SP_TABLES() when @table_name parameter has square brackets around underscore (#2940)

Currently, SP_TABLES procedure does not support wild card [], which matches to any character that is specified in
square bracket. Due to this SP_TABLES procedure returns different output when @table_name parameter value is
table_1 and table[_]1. This issue exists because previously we were using helper function sp_tables_internal whose
body language was plpgsql hence we were using PostgresSQL Like operator for comparison, which does not support
square bracket wild card expression. Fixed the issue by removing this helper function and migrating this function logic
inside the SP_TABLES procedure whose language is pltsql and Like operator in pltsql supports square bracket wild card.

Task: BABEL-4128
Signed-off-by: Rohit Bhagat <rohitbgt@amazon.com>

44885 of 60316 relevant lines covered (74.42%)

155768.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10934281275.1 19 Sep 2024 05:00AM UTC 115
74.42
GitHub Action Run
Source Files on build 10934281275
  • Tree
  • List 115
  • Changed 68
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10934281275
  • d1f445ec on github
  • Prev Build on BABEL_4_X_DEV (#10921466945)
  • Next Build on BABEL_4_X_DEV (#10937107580)
  • 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