Skip to content
This repository has been archived by the owner on Jan 14, 2021. It is now read-only.

Improve debug output of array values #312

Closed
pantharshit00 opened this issue Nov 27, 2019 · 1 comment
Closed

Improve debug output of array values #312

pantharshit00 opened this issue Nov 27, 2019 · 1 comment
Assignees
Labels
kind/improvement An improvement to existing feature and code. tech/typescript Issue for tech TypeScript. topic: prisma-client
Milestone

Comments

@pantharshit00
Copy link
Contributor

Right now array values are just encoded as [Array] which doesn't give much information and you need to eventually start the query engine playground to get the full output.

image

It would be great if we can get the full output.

@pantharshit00 pantharshit00 added the kind/improvement An improvement to existing feature and code. label Nov 27, 2019
@janpio janpio changed the title Improve debug output of photonjs Improve debug output of Prisma Client Mar 15, 2020
@janpio janpio changed the title Improve debug output of Prisma Client Improve debug output of array values Mar 15, 2020
@timsuchanek timsuchanek added process/candidate Candidate for next Milestone. tech/typescript Issue for tech TypeScript. topic: prisma-client labels Nov 11, 2020
@matthewmueller matthewmueller added this to the Release 2.12.0 milestone Nov 11, 2020
@matthewmueller matthewmueller removed the process/candidate Candidate for next Milestone. label Nov 11, 2020
@timsuchanek
Copy link
Contributor

We're not printing the response anymore, as you can just do a

console.dir(result, { depth: null })

yourself in your script.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/improvement An improvement to existing feature and code. tech/typescript Issue for tech TypeScript. topic: prisma-client
Projects
None yet
Development

No branches or pull requests

3 participants