bitcoindevkit / bitcoindevkit/bdk-sqlx
Test integer conversions to/from SQL
- Dominant language
- Rust
- Stars
- 6
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
For context there are these issues pertaining to overflow or invalid truncation when decoding 64bit values.
https://github.com/launchbadge/sqlx/issues/3179
https://github.com/launchbadge/sqlx/issues/3161
But these are apparently fixed by `sqlx`, so posting here for awareness.
Contributor guide
No contributing guide indexed for this repository
Research direction
No file, test, or entry point is named. Start by reviewing the linked sqlx issues and locating the existing integer conversion tests in this repository; done means coverage for integer conversions to and from SQL, including the referenced 64-bit overflow or invalid-truncation cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust, sql
- Domain
- databases
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100