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

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

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

19 Sep 2024 06:33AM UTC coverage: 73.681%. Remained the same
10935706634

push

github

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

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>

42817 of 58111 relevant lines covered (73.68%)

140072.65 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10935706634.1 19 Sep 2024 07:18AM UTC 114
73.68
GitHub Action Run
Source Files on build 10935706634
  • Tree
  • List 114
  • Changed 64
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #10935706634
  • 8edc1106 on github
  • Prev Build on BABEL_3_X_DEV (#10935322237)
  • Next Build on BABEL_3_X_DEV (#10992177264)
  • 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