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

veeso / wasm-dbms / 23753459382
91%
main: 91%

Build:
Build:
LAST BUILD BRANCH: ci/zizmor-lint
DEFAULT BRANCH: main
Ran 30 Mar 2026 03:52PM UTC
Jobs 1
Files 99
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

30 Mar 2026 03:40PM UTC coverage: 93.368% (+0.1%) from 93.271%
23753459382

push

github

veeso
feat: add #[unique] attribute for table fields

Add support for the #[unique] field attribute that enforces uniqueness
constraints on non-primary-key columns. A unique field automatically
gets a B+ tree index for efficient O(log n) duplicate detection.

- Parse #[unique] in Table derive macro, set ColumnDef::unique and
  auto-generate an index for the field
- Add UniqueConstraintViolation error variant to QueryError
- Enforce uniqueness in InsertIntegrityValidator and
  UpdateIntegrityValidator (update allows keeping own value)
- Add comprehensive tests for insert, update, and transaction scenarios
- Update schema, errors, and IC reference documentation

Closes #63

297 of 303 new or added lines in 6 files covered. (98.02%)

14825 of 15878 relevant lines covered (93.37%)

1363580.72 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
97.62
-2.38% crates/wasm-dbms/wasm-dbms/src/integrity/insert.rs
3
96.24
1.8% crates/wasm-dbms/wasm-dbms/src/integrity/update.rs
Jobs
ID Job ID Ran Files Coverage
1 23753459382.1 30 Mar 2026 03:52PM UTC 99
93.37
GitHub Action Run
Source Files on build 23753459382
  • Tree
  • List 99
  • Changed 7
  • Source Changed 7
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23753459382
  • 83ff7321 on github
  • Prev Build on 0.7.0 (#23747247892)
  • Next Build on 0.7.0 (#23765368581)
  • 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