tursodatabase / tursodatabase/libsql-client-ts

Receiving different shapes of `Row` from client

Open
#101 4 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.