{"html_url": "https://github.com/simonw/sqlite-utils/issues/192#issuecomment-723357117", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/192", "id": 723357117, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM1NzExNw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T00:21:05Z", "updated_at": "2020-11-07T00:21:05Z", "author_association": "OWNER", "body": "I'm going to have it only output the exact `-c` columns you requested (if you requested any). Add `--rank` to specify the rank column, since you may not know what its name is.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 735532751, "label": "sqlite-utils search command"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/194#issuecomment-723356020", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/194", "id": 723356020, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM1NjAyMA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T00:16:06Z", "updated_at": "2020-11-07T00:16:06Z", "author_association": "OWNER", "body": "I'm going to release this as an alpha first and sit on it for a few days, since I don't want to ship any mistakes that would result in having to bump straight to 4.0!", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 735650864, "label": "3.0 release with some minor breaking changes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/194#issuecomment-723368528", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/194", "id": 723368528, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM2ODUyOA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T01:24:55Z", "updated_at": "2020-11-07T01:24:55Z", "author_association": "OWNER", "body": "Here's the alpha release: https://github.com/simonw/sqlite-utils/releases/tag/3.0a0", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 735650864, "label": "3.0 release with some minor breaking changes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/197#issuecomment-723360842", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/197", "id": 723360842, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM2MDg0Mg==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T00:40:55Z", "updated_at": "2020-11-07T00:40:55Z", "author_association": "OWNER", "body": "The `order=` parameter should be called `order_by` for consistency with this:\r\n```python\r\nfor row in db[\"dogs\"].rows_where(\"age > 1\", order_by=\"age\"):\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 737153927, "label": "Rethink how table.search() method works"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/197#issuecomment-723365651", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/197", "id": 723365651, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM2NTY1MQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T01:06:32Z", "updated_at": "2020-11-07T01:06:32Z", "author_association": "OWNER", "body": "Documentation: https://sqlite-utils.readthedocs.io/en/latest/python-api.html#searching-with-table-search", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 737153927, "label": "Rethink how table.search() method works"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/200#issuecomment-723357855", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/200", "id": 723357855, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM1Nzg1NQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T00:24:37Z", "updated_at": "2020-11-07T00:24:37Z", "author_association": "OWNER", "body": "```\r\n(sqlite-utils) sqlite-utils % sqlite-utils rows 24ways-fts4.db articles -c title -c author | head -n 3\r\n[{\"title\": \"Why Bother with Accessibility?\", \"author\": \"Laura Kalbag\"},\r\n {\"title\": \"Levelling Up\", \"author\": \"Ashley Baxter\"},\r\n {\"title\": \"Project Hubs: A Home Base for Design Projects\", \"author\": \"Brad Frost\"},\r\n```", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 738115165, "label": "sqlite-utils rows -c option"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/201#issuecomment-723369033", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/201", "id": 723369033, "node_id": "MDEyOklzc3VlQ29tbWVudDcyMzM2OTAzMw==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2020-11-07T01:28:11Z", "updated_at": "2020-11-07T01:28:11Z", "author_association": "OWNER", "body": "Need to fix this to close #192 and #197.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 738128913, "label": ".search(columns=) and sqlite-utils search -c ... bug"}, "performed_via_github_app": null}