tursodatabase / tursodatabase/libsql-client-ts
Receiving different shapes of `Row` from client
Open
Nobody has claimed this yet.
bug
developer experience
enhancement
- Dominant language
- TypeScript
- Stars
- 576
- Forks
- 69
- PR merge metrics
- No merged PRs in 30d
Description
The execute() method returns Row objects that can be accessed either as an array or an object, which confuses deepEquals() in tests, for example.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the TypeScript client's execute() method and its Row representation, then inspect tests that use deepEquals(). The issue does not specify which Row shape should be canonical, so clarify that expected behavior first; done means execute() returns a consistent shape that no longer confuses deepEquals() tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- sqlite, typescript
- Domain
- api, database
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100