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

stephenafamo / bob / 30234757171 / 2
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: fix/duplicate-param-refs
DEFAULT BRANCH: main
Ran 27 Jul 2026 09:42AM UTC
Files 252
Run time 6s
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

27 Jul 2026 03:26AM UTC coverage: 47.671% (-0.02%) from 47.691%
30234757171.2

Pull #745

github

dmakushin
fix(psql): handle duplicate parameter refs ($N) in query parsing

When a query uses the same placeholder ($1) multiple times, the parser
incorrectly renumbered each occurrence sequentially, causing a mismatch
between expected args from PostgreSQL PREPARE and the tracked args.

Added paramIdxMap to map each unique original param number to a single
sequential index, ensuring duplicate $N references are collapsed into
one parameter for type resolution.

Also fixed the error message at args mismatch to print the actual
expected/got values (argTypes vs w.args) instead of misleading column
counts.

Fixes #744
Pull Request #745: fix(psql): handle duplicate parameter refs ($N) in query parsing

11851 of 24860 relevant lines covered (47.67%)

365.46 hits per line

Source Files on job go-stable - 30234757171.2
  • Tree
  • List 252
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30234757171
  • 52d22a94 on github
  • Prev Job for on fix/duplicate-param-refs (#29760008134.1)
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