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

babelfish-for-postgresql / babelfish_extensions / 24579073114
77%
BABEL_6_X_DEV: 77%

Build:
Build:
LAST BUILD BRANCH: insert_exec_pr2_executor
DEFAULT BRANCH: BABEL_6_X_DEV
Ran 17 Apr 2026 06:20PM UTC
Jobs 1
Files 122
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

17 Apr 2026 05:51PM UTC coverage: 77.146% (+0.01%) from 77.136%
24579073114

push

github

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

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%)

1 existing line in 1 file now uncovered.

53319 of 69114 relevant lines covered (77.15%)

402102.51 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
94.42
0.11% contrib/babelfishpg_tsql/src/tsql_for/forxml.c
Jobs
ID Job ID Ran Files Coverage
1 24579073114.1 17 Apr 2026 06:20PM UTC 122
77.15
GitHub Action Run
Source Files on build 24579073114
  • Tree
  • List 122
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24579073114
  • 7228056a on github
  • Prev Build on BABEL_5_X_DEV (#24438351464)
  • Next Build on BABEL_5_X_DEV (#24791196679)
  • 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