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

gluesql / gluesql / 18671362252
99%

Build:
DEFAULT BRANCH: main
Ran 21 Oct 2025 03:11AM UTC
Jobs 1
Files 314
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

21 Oct 2025 02:55AM UTC coverage: 97.989% (+0.03%) from 97.964%
18671362252

push

github

web-flow
Add indexed placeholder parameter binding (#1800)

Parameterized planning and execution APIs plus a params! helper for building bound parameters.
Public parameter literal types and conversions exposed for callers.

```rust
let rows = glue
    .execute_with_params(
        "SELECT name FROM bind_example WHERE id = $1",
        gluesql::params![2_i64],
    )
    .await?;
```

763 of 763 new or added lines in 29 files covered. (100.0%)

38931 of 39730 relevant lines covered (97.99%)

76458.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 18671362252.1 21 Oct 2025 03:11AM UTC 314
97.99
GitHub Action Run
Source Files on build 18671362252
  • Tree
  • List 314
  • Changed 14
  • Source Changed 0
  • Coverage Changed 14
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 013661cf on github
  • Prev Build on main (#18632575931)
  • Next Build on main (#18736459376)
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