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

babelfish-for-postgresql / babelfish_extensions / 24609517525
77%

Build:
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 18 Apr 2026 05:29PM 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

18 Apr 2026 05:00PM UTC coverage: 77.151% (+0.001%) from 77.15%
24609517525

push

github

web-flow
Fix for Invalid Token Stream error for simple queries in go driver (#4718) (#4753)

Simple queries like SELECT 1 AS test were failing on go-sqlcmd v1.9.0 with error: Invalid TDS stream: unknown token type returned: token(165) causing the session to hang. This was because TdsSendRowDescription()was sending colinfo token for regular queries. The go-mssqldb driver does not implement a parser for colinfo token, so it reports the token as unknown and the TDS stream becomes desynchronized, causing the session to hang.

Fix: Guarded SendColInfoToken() with if (relMetaDataInfoList != NIL) so it is only sent when table metadata exists. Also, added a no_browsetable check, when NO_BROWSETABLE is ON, the COLINFO token is sent, otherwise it is not sent.

Task: BABEL-6423

Authored by: Vineetha125 bvineets@amazon.com

5 of 5 new or added lines in 2 files covered. (100.0%)

53345 of 69144 relevant lines covered (77.15%)

626499.6 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24609517525.1 18 Apr 2026 05:29PM UTC 121
77.15
GitHub Action Run
Source Files on build 24609517525
  • Tree
  • List 121
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24609517525
  • dfce6a06 on github
  • Prev Build on BABEL_6_X_DEV (#24609502649)
  • Next Build on BABEL_6_X_DEV (#24609548589)
  • 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