html_url,issue_url,id,node_id,user,user_label,created_at,updated_at,author_association,body,reactions,issue,issue_label,performed_via_github_app https://github.com/simonw/sqlite-utils/issues/35#issuecomment-511216484,https://api.github.com/repos/simonw/sqlite-utils/issues/35,511216484,MDEyOklzc3VlQ29tbWVudDUxMTIxNjQ4NA==,9599,simonw,2019-07-14T16:26:49Z,2019-07-14T16:26:49Z,OWNER,"The last touched primary key should go in `last_pk`. https://github.com/simonw/sqlite-utils/blob/ba6bd47f15c154e348c3c85c05858053a4ab7bab/docs/python-api.rst#L126","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",462430920,table.update(...) method, https://github.com/simonw/sqlite-utils/issues/35#issuecomment-511216664,https://api.github.com/repos/simonw/sqlite-utils/issues/35,511216664,MDEyOklzc3VlQ29tbWVudDUxMTIxNjY2NA==,9599,simonw,2019-07-14T16:29:22Z,2019-07-14T16:29:22Z,OWNER,"Should this support both dictionaries AND keyword arguments? ```python db[""events_venues""].update((3, 2), custom_label=""Label"") ``` Pros: this is quite nice to look at. Cons: would have to continue supporting dictionaries as well, since otherwise you won't be able to update columns with names that are not valid Python identifiers. So now there are two ways. I'm going to stick with dictionaries only for the moment.","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",462430920,table.update(...) method, https://github.com/simonw/datasette/issues/558#issuecomment-511168964,https://api.github.com/repos/simonw/datasette/issues/558,511168964,MDEyOklzc3VlQ29tbWVudDUxMTE2ODk2NA==,9599,simonw,2019-07-14T02:57:53Z,2019-07-14T02:57:53Z,OWNER,I think I've fixed it. Here's a demo: https://latest.datasette.io/fixtures/%F0%9D%90%9C%F0%9D%90%A2%F0%9D%90%AD%F0%9D%90%A2%F0%9D%90%9E%F0%9D%90%AC,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",467218270,Support unicode in url, https://github.com/simonw/datasette/issues/560#issuecomment-511170166,https://api.github.com/repos/simonw/datasette/issues/560,511170166,MDEyOklzc3VlQ29tbWVudDUxMTE3MDE2Ng==,9599,simonw,2019-07-14T03:31:42Z,2019-07-14T03:31:42Z,OWNER,"``` TypeError: textarea is null[Learn More] codemirror-5.31.0.js:9508:3 fromTextArea http://127.0.0.1:8001/-/static/codemirror-5.31.0.js:9508 http://127.0.0.1:8001/fixtures:286 ```","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",467790646,CodeMirror fails to load on database page, https://github.com/simonw/datasette/issues/560#issuecomment-511170264,https://api.github.com/repos/simonw/datasette/issues/560,511170264,MDEyOklzc3VlQ29tbWVudDUxMTE3MDI2NA==,9599,simonw,2019-07-14T03:34:24Z,2019-07-14T03:34:24Z,OWNER,"Here's why: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/_codemirror_foot.html#L2 This works on the `query.html` template: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/query.html#L38 But fails on the `database.html` template: https://github.com/simonw/datasette/blob/6abe6faff6b035e9334dd05f8c741ae9b7a47440/datasette/templates/database.html#L28","{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",467790646,CodeMirror fails to load on database page, https://github.com/simonw/sqlite-utils/pull/38#issuecomment-511219187,https://api.github.com/repos/simonw/sqlite-utils/issues/38,511219187,MDEyOklzc3VlQ29tbWVudDUxMTIxOTE4Nw==,9599,simonw,2019-07-14T17:05:26Z,2019-07-14T17:05:26Z,OWNER,I think I need to solve #36 (compound primary key support) first.,"{""total_count"": 0, ""+1"": 0, ""-1"": 0, ""laugh"": 0, ""hooray"": 0, ""confused"": 0, ""heart"": 0, ""rocket"": 0, ""eyes"": 0}",467862459,table.update() method,