Mike Litton

Results 1 issues of Mike Litton

Hey, when I try to run the following example in the db ``` SELECT repository_id, file_path, JSON_UNQUOTE(JSON_EXTRACT(bl, "$.linenum")), JSON_UNQUOTE(JSON_EXTRACT(bl, "$.author")), JSON_UNQUOTE(JSON_EXTRACT(bl, "$.text")) FROM (SELECT repository_id, file_path, EXPLODE(BLAME(repository_id, commit_hash, file_path)) AS...