{"html_url": "https://github.com/simonw/datasette/issues/760#issuecomment-624949809", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/760", "id": 624949809, "node_id": "MDEyOklzc3VlQ29tbWVudDYyNDk0OTgwOQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-06T23:49:06Z", "updated_at": "2020-05-06T23:49:06Z", "author_association": "OWNER", "body": "```sql\r\nselect\r\n sqlite_master.name as table_name,\r\n table_info.*\r\nfrom\r\n sqlite_master\r\n join pragma_table_info(sqlite_master.name) as table_info\r\norder by\r\n sqlite_master.name,\r\n table_info.cid\r\n```\r\nhttps://latest.datasette.io/fixtures?sql=select%0D%0A++sqlite_master.name+as+table_name%2C%0D%0A++table_info.*%0D%0Afrom%0D%0A++sqlite_master%0D%0A++join+pragma_table_info%28sqlite_master.name%29+as+table_info%0D%0Aorder+by%0D%0A++sqlite_master.name%2C%0D%0A++table_info.cid", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 613422636, "label": "Way of seeing full schema for a database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/760#issuecomment-624787678", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/760", "id": 624787678, "node_id": "MDEyOklzc3VlQ29tbWVudDYyNDc4NzY3OA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-06T17:35:05Z", "updated_at": "2020-05-06T17:35:05Z", "author_association": "OWNER", "body": "Potential recipe in https://github.com/simonw/til/blob/master/sqlite/list-all-columns-in-a-database.md", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 613422636, "label": "Way of seeing full schema for a database"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/datasette/issues/760#issuecomment-624729459", "issue_url": "https://api.github.com/repos/simonw/datasette/issues/760", "id": 624729459, "node_id": "MDEyOklzc3VlQ29tbWVudDYyNDcyOTQ1OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-05-06T15:47:44Z", "updated_at": "2020-05-06T15:47:44Z", "author_association": "OWNER", "body": "`select * from pragma_table_info(tablename);` is currently disallowed for user-provided queries via a regex restriction - but could help here too.\r\n\r\nhttps://github.com/simonw/datasette/blob/d349d57cdf3d577afb62bdf784af342a4d5be660/datasette/utils/__init__.py#L174", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 613422636, "label": "Way of seeing full schema for a database"}, "performed_via_github_app": null}