-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
As an example, debug printing a PgRow
should display something similar to HashMap
:
PgRow { 0: value0, "column": value1, 2: value2 }
I'm not sure how we should print something like PgValue
. We could ask the type and try and match to print out something reasonable looking, falling back to raw bytes? Ideas?
garasubo, iamsiddhant05, svenstaro, audkar, vip-ehowlett and 6 more
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed