{"html_url": "https://github.com/simonw/sqlite-utils/issues/14#issuecomment-466800210", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/14", "id": 466800210, "node_id": "MDEyOklzc3VlQ29tbWVudDQ2NjgwMDIxMA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-02-24T18:02:23Z", "updated_at": "2019-02-24T18:02:23Z", "author_association": "OWNER", "body": "Likewise I'm going to ignore indexes on expressions (as opposed to just columns): https://www.sqlite.org/expridx.html", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 413842611, "label": "Utilities for adding indexes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/14#issuecomment-466800090", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/14", "id": 466800090, "node_id": "MDEyOklzc3VlQ29tbWVudDQ2NjgwMDA5MA==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-02-24T18:01:10Z", "updated_at": "2019-02-24T18:01:10Z", "author_association": "OWNER", "body": "The `WHERE` clause can be used to create partial indexes: https://www.sqlite.org/partialindex.html\r\n\r\nI'm going to ignore it for the moment.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 413842611, "label": "Utilities for adding indexes"}, "performed_via_github_app": null} {"html_url": "https://github.com/simonw/sqlite-utils/issues/14#issuecomment-466794369", "issue_url": "https://api.github.com/repos/simonw/sqlite-utils/issues/14", "id": 466794369, "node_id": "MDEyOklzc3VlQ29tbWVudDQ2Njc5NDM2OQ==", "user": {"value": 9599, "label": "simonw"}, "created_at": "2019-02-24T16:59:11Z", "updated_at": "2019-02-24T16:59:43Z", "author_association": "OWNER", "body": "https://www.sqlite.org/lang_createindex.html\r\n\r\n![image](https://user-images.githubusercontent.com/9599/53302378-72512c80-3812-11e9-8828-46a03d893879.png)\r\n\r\nMay as well support ``--if-not-exists`` as well.", "reactions": "{\"total_count\": 0, \"+1\": 0, \"-1\": 0, \"laugh\": 0, \"hooray\": 0, \"confused\": 0, \"heart\": 0, \"rocket\": 0, \"eyes\": 0}", "issue": {"value": 413842611, "label": "Utilities for adding indexes"}, "performed_via_github_app": null}