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

babelfish-for-postgresql / babelfish_extensions / 21311050105
77%
BABEL_6_X_DEV: 78%

Build:
Build:
LAST BUILD BRANCH: jira-babel-6458-v
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 24 Jan 2026 07:21AM UTC
Jobs 1
Files 121
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

24 Jan 2026 06:55AM UTC coverage: 76.646%. Remained the same
21311050105

push

github

web-flow
Fix exact pattern matching for LIKE operator (#4489)

* Fix exact pattern matching for LIKE operator (#4473) (#4487)

Currently, when LIKE operator is transformed for exact match cases, it is completely converted to an = operator without retaining the LIKE filter. This causes incorrect behavior with sys.sysname (domain on sys.varchar(128)) and varchar datatypes where trailing spaces are ignored during comparison.

Solution:
Modify LIKE transformation logic: When transforming LIKE to = operator for exact match, retain the LIKE filter as well. This will ensure both operands are cast to TEXT and return expected results.

Issues Resolved
[BABEL-6223]

Authored by: Mohit Raj mrxmohit@amazon.com

* update schedule files

---------

Co-authored-by: Mohit Raj <mrxmohit@amazon.com>

3 of 0 new or added lines in 0 files covered. (NaN%)

1 existing line in 1 file now uncovered.

52479 of 68469 relevant lines covered (76.65%)

388043.29 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
80.99
0.02% contrib/babelfishpg_tsql/src/collation.c
Jobs
ID Job ID Ran Files Coverage
1 21311050105.1 24 Jan 2026 07:21AM UTC 121
76.65
GitHub Action Run
Source Files on build 21311050105
  • Tree
  • List 121
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #21311050105
  • 78a2ce38 on github
  • Prev Build on BABEL_5_5_STABLE (#21140191196)
  • Next Build on BABEL_5_5_STABLE (#21318344890)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc