ActiveData icon indicating copy to clipboard operation
ActiveData copied to clipboard

types are showing in nested queries

Open klahnakoski opened this issue 6 years ago • 0 comments

{
	"from":"treeherder.job_log",
	"where":{"exists":"failure_line.action"}
}

is revealing the datatyped column names:

"failure_line":{
        "action":{"~s~":"log"},
        "best_is_verified":{"~n~":0},
        "created":{"~n~":1524200942},
        "level":{"~s~":"ERROR"},
        "line":{"~n~":0},
        "modified":{"~n~":1524200942},
        "repository":{"~s~":"mozilla-esr52"},
        "~e~":1
    },

klahnakoski avatar Dec 13 '18 14:12 klahnakoski