{"sha": "59ef4a20cba1533bc347378415f4ffcd025f32c8", "message": "\u00a9 2017-2021", "author_date": "2021-04-02T20:27:03Z", "committer_date": "2021-04-02T20:27:03Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e8625695a3b7938f37b64dff09c14e47d9428fe5", "message": "xfail documentation unit tests for view classes, refs #299\n\nMore documentation unit tests. These ones check that every single **View class\nimported into the datasette/app.py module are covered by our documentation.\n\nJust one problem: they aren't documented yet. So I'm using the xfail pytest\ndecorator to mark these tests as allowed-to-fail. When you run the test suite\nyou now get a report of how many views still need to be documented, but it\ndoesn't fail the tests.\n\nThe output looks something like this:\n\n $ pytest tests/test_docs.py\n collected 31 items\n\n tests/test_docs.py ..........................XXXxx. [100%]\n\n ============ 26 passed, 2 xfailed, 3 xpassed in 1.06 seconds ============\n\nOnce I have documented all the views I will remove the xfail so any future\nviews that are added without documentation will cause a test failure.\n\nWe can detect that a view is documented by looking for ReST label in the docs,\nfor example:\n\n .. _IndexView:\n\nSome view classes can be used to power multiple URLs - the JsonDataView class\nfor example is used to power /-/metadata and /-/config and /-/plugins\n\nIn this case, the second part of the label can indicate the variety of page, e.g:\n\n .. _JsonDataView_metadata:\n\nThe test will pass as long as there is at least one label that starts with\n_JsonDataView.", "author_date": "2018-07-28T03:13:26Z", "committer_date": "2018-07-28T03:13:26Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "acf07a67722aa74828744726187690b59d342494", "message": "x button for clearing filters, refs #1016", "author_date": "2020-10-12T02:53:26Z", "committer_date": "2020-10-12T02:53:26Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "5148f10da94a8684bb747cb3d25ccfff8185ff5a", "message": "workflow_dispatch", "author_date": "2020-11-30T01:31:12Z", "committer_date": "2020-11-30T01:31:12Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 207052882, "label": "github-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "bf8d84af5422606597be893cedd375020cb2b369", "message": "word-wrap: anywhere on links in cells, refs #1805", "author_date": "2022-09-07T03:34:59Z", "committer_date": "2022-09-07T03:34:59Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "f49d15a7583fafb94e7a7fcfe504d333812139f3", "message": "word-break: break-word;", "author_date": "2020-10-27T19:20:28Z", "committer_date": "2020-10-27T19:39:55Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "365f62520fa080bc363ab3820b0c800c5096abff", "message": "will, not may - refs #468", "author_date": "2022-08-27T23:20:35Z", "committer_date": "2022-08-28T03:38:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "787dd427de97dcbd0843611f1aef6d157d8bb0b6", "message": "white-space: pre-wrap for table SQL, closes #505", "author_date": "2019-07-07T20:21:50Z", "committer_date": "2019-07-07T20:26:38Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "1b09538bc6c1fda773590f3e600993ef06591041", "message": "where= and where_args= parameters to search() and search_sql()\n\nCloses #441", "author_date": "2022-06-14T21:54:35Z", "committer_date": "2022-06-14T21:54:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "29c5ff493ad7918b8fc44ea7920b41530e56dd5d", "message": "view-instance permission for debug URLs, closes #833", "author_date": "2020-06-11T22:14:51Z", "committer_date": "2020-06-11T22:14:51Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "9b42e1a4f5902fb7d6ad0111189900e2656ffda3", "message": "view-database permission\n\nAlso now using \ud83d\udd12 to indicate private resources - resources that\nwould not be available to the anonymous user. Refs #811", "author_date": "2020-06-08T03:50:37Z", "committer_date": "2020-06-08T03:50:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "fe279ab7b4ae99dab295d5cf4d39ad06d782997e", "message": "v0.8 - added PyPI metadata, ready to ship", "author_date": "2017-11-13T21:17:34Z", "committer_date": "2017-11-13T21:17:34Z", "raw_author": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "raw_committer": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "70ff615f1b831c4dce936e9f9fc57a9e8e71e547", "message": "utils.path_with_added_args() improvements\n\n* Now covered by unit tests\n* Preserves original order\n* Can handle multiple args of the same name, e.g. ?bar=1&bar=2", "author_date": "2018-05-12T21:35:25Z", "committer_date": "2018-05-12T21:44:09Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "e10536c7f59abbb785f092bf83c4ab94c00e31a3", "message": "utils.chunks() is now a documented API, closes #451", "author_date": "2022-07-15T21:59:30Z", "committer_date": "2022-07-15T21:59:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "54867fefc58b88b63de4a2b3c06cce970b41d1f2", "message": "users-lookup command, closes #7", "author_date": "2019-09-08T20:32:08Z", "committer_date": "2019-09-08T20:32:08Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "bfcc1233f3f7b3f50b68971102a848adbcd5f53d", "message": "user-timeline now takes --sql/--attach/--ids and multiple identifiers\n\nRefs #35, refs #8. Still needs documentation.", "author_date": "2020-03-20T20:12:51Z", "committer_date": "2020-03-20T20:12:51Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "013cc8147abb78227b7232c2d14cb428613b5760", "message": "user-timeline documentation", "author_date": "2019-09-04T20:39:12Z", "committer_date": "2019-09-04T20:39:12Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "75e75d2a3d5bc5a60b53bb38d4c7eab221ece2fe", "message": "user and trees commands", "author_date": "2020-03-21T04:15:48Z", "committer_date": "2020-03-21T04:15:48Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 248903544, "label": "hacker-news-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "be655827b4a4ff88eb4813075339b0b01e018145", "message": "use_table_factory is a better name than use_class_constructor", "author_date": "2019-07-22T23:33:37Z", "committer_date": "2019-07-22T23:33:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "25fdbe6b27888b7ccf1284c0304a8eb282dbb428", "message": "use tmpdir instead of isolated_filesystem, refs #2037\n\nShould hopefully get tests passing for #2036 too.", "author_date": "2023-03-08T20:33:23Z", "committer_date": "2023-03-08T20:33:23Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "10c35bd371faaa0f3c98067c08f26334c9f5ea52", "message": "urls.static_plugins() method, closes #1033\n\nAlso documented how to package static assets and templates in plugins, closes #575", "author_date": "2020-10-24T20:03:40Z", "committer_date": "2020-10-24T20:03:40Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2376c452a56b0c3e75e7ca698273434e32945304", "message": "upsert_all() now works with not_null - refs #538", "author_date": "2023-05-08T19:24:10Z", "committer_date": "2023-05-08T19:24:19Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2448e45ddbc039a8acad49ea2af6f72dc14bcb3e", "message": "upsert command, not update command", "author_date": "2022-01-11T18:06:50Z", "committer_date": "2022-01-11T18:06:50Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "7633b9ab249b2dce5ee0b4fcf9542c13a1703ef0", "message": "unauthenticated: true method plus allow block docs, closes #825", "author_date": "2020-06-09T17:01:03Z", "committer_date": "2020-06-09T17:01:03Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "5ea8c6d1cd8ded832718fb1a652b5880c4bf5ebb", "message": "type-pk instead of type-link CSS class, closes #729", "author_date": "2020-05-15T05:55:20Z", "committer_date": "2020-05-15T05:55:20Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "6a8012b6370154616f073cd8f1c159c3b388b0b7", "message": "twitter-to-sqlite import recreates archive- tables, closes #17", "author_date": "2019-10-11T15:40:00Z", "committer_date": "2019-10-11T15:40:00Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2019ee908731054c6eaa3d5123dfbdf7d2d70fc4", "message": "twitter-to-sqlite import command, closes #4", "author_date": "2019-10-11T06:45:00Z", "committer_date": "2019-10-11T06:45:00Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "aedf22abac2f87f02d05252a7c6bf2c9854bc786", "message": "twitter-to-sqlite followers --auth option", "author_date": "2019-09-03T22:40:56Z", "committer_date": "2019-09-03T22:40:56Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2e4b7c136734b352732186b4d761e608835f7ad3", "message": "twitter-to-sqlite auth and followers commands", "author_date": "2019-09-03T20:28:36Z", "committer_date": "2019-09-03T20:30:34Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "9dc9f6243f20d0a1217e0d67793ec496333befde", "message": "twitter-to-sqlite auth -a my-auth.json option", "author_date": "2019-09-03T22:32:22Z", "committer_date": "2019-09-03T22:37:30Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "d0737e4de51ce178e556fc011ccb8cc46bbb6359", "message": "truncate_cells_html now affects URLs too, refs #1805", "author_date": "2022-09-06T23:50:43Z", "committer_date": "2022-09-06T23:50:43Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "88ac538b41a4753c3de9b509c3a0e13077f66182", "message": "transfer-encoding: chunked for DB downloads, refs #749\n\nThis should get >32MB downloads working on Cloud Run.", "author_date": "2020-12-02T23:47:37Z", "committer_date": "2020-12-02T23:47:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "da53e0360da4771ffb56a8e3eb3f7476f3168299", "message": "tracer.trace_child_tasks() for asyncio.gather tracing\n\nAlso added documentation for datasette.tracer module.\n\nCloses #1576", "author_date": "2022-02-05T05:19:49Z", "committer_date": "2022-02-05T05:19:49Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "27efa8c381bc1c9b8b3e6056e7e544ce6bedaedc", "message": "todomvc permissions and fixed DATASETTE_SECRET for new demo\n\nRefs https://github.com/simonw/todomvc-datasette/issues/2", "author_date": "2022-12-02T01:29:44Z", "committer_date": "2022-12-02T01:29:44Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "ab7767acbe021ed6ab0a8d4b56ec8b4af6ae9e86", "message": "tmate session mac\n\nSo I can test https://github.com/simonw/datasette/issues/93", "author_date": "2021-01-04T21:31:55Z", "committer_date": "2021-01-04T21:31:55Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "26de3a18bc47bdb152ab5909b2475a1ea202917b", "message": "tmate debugging tool", "author_date": "2020-09-14T21:53:54Z", "committer_date": "2020-09-14T21:53:54Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "e55bc3b2fa6e1e8be7b7c1f5b6cb3764713b6faa", "message": "th align left for all tables", "author_date": "2017-10-25T14:46:38Z", "committer_date": "2017-10-25T14:46:38Z", "raw_author": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "raw_committer": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2db977d8f30e0eb8b7cda1481a4a8852b414915d", "message": "tests/fixtures.py can now write out plugins too\n\nThis command:\n\n python tests/fixtures.py \\\n fixtures.db \\\n metadata.json \\\n fixtures-plugins/\n\nWill now create the fixtures.db and metadata.json files, AND create\na folder called fixtures-plugins/ containing two test plugins.\n\nYou can then run it like this:\n\n datasette fixtures.db \\\n -m metadata.json --plugins-dir=fixtures-plugins/", "author_date": "2019-05-06T02:50:33Z", "committer_date": "2019-05-09T16:44:21Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "468d51314adac193e63b3a6ef9d67f0d43501e9b", "message": "test_upsert_compound_primary_key", "author_date": "2019-12-30T05:31:03Z", "committer_date": "2019-12-30T05:31:03Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "764738dfcb16cd98b0987d443f59d5baa9d3c332", "message": "test_routes also now asserts matches, refs #1666", "author_date": "2022-03-19T16:30:22Z", "committer_date": "2022-03-19T16:30:22Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "b998c2793fec24e965e561fdbdca5c987223d536", "message": "test_facets.py using ds_client, refs #1959", "author_date": "2022-12-16T17:05:54Z", "committer_date": "2022-12-17T21:47:55Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "165bc5fcb0600a1898249e48b03ce798010e07f9", "message": "test_extract_works_with_null_values, refs #423, #455", "author_date": "2022-08-28T03:32:01Z", "committer_date": "2022-08-28T03:38:37Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "4af4762521fe3e1ced7fcade67eaeabf41213aab", "message": "test_duplicate_fails_if_table_does_not_exist, refs #449", "author_date": "2022-07-15T21:23:57Z", "committer_date": "2022-07-15T21:23:57Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "dee18ed8ce7af2ab8699bcb5a51a99f48301bc42", "message": "test_create_table_error_rows_twice_with_duplicates, refs #1927", "author_date": "2022-12-08T01:29:24Z", "committer_date": "2022-12-08T01:29:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "9342b60f148e01a6eee491e32d4a946693b49a3d", "message": "test_create_table_error_if_pk_changed, refs #1927", "author_date": "2022-12-08T01:27:01Z", "committer_date": "2022-12-08T01:27:01Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "534fc9689227eba70e69a45da0cee5820bbda9e1", "message": "template_debug mode plus plugin docs, closes #25", "author_date": "2020-09-18T22:11:58Z", "committer_date": "2020-09-18T22:11:58Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 197431109, "label": "dogsheep-beta"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "a290f28caae61b47e76e825c06984f22fc41a694", "message": "table_rows => table_rows_count, filtered_table_rows => filtered_table_rows_count\n\nRenamed properties. Closes #194", "author_date": "2018-04-09T05:24:24Z", "committer_date": "2018-04-09T05:24:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "0209a0a344503157351e625f0629b686961763c9", "message": "table_exists() now uses async SQL, refs #420", "author_date": "2019-03-31T18:02:22Z", "committer_date": "2019-03-31T18:02:22Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2f7731e9e5ff9b324beb5039fbe2be55d704a184", "message": "table_actions() plugin hook plus menu, closes #1066\n\nRefs #690", "author_date": "2020-10-30T05:16:41Z", "committer_date": "2020-10-30T05:16:41Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "9c67cb925253cd5ef54a1fe0496e0ff9caeacfd6", "message": "table.xindexes property plus improved introspection documentation, closes #261", "author_date": "2021-06-03T03:51:27Z", "committer_date": "2021-06-03T03:51:27Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "59d8689ed0e6e042d99fd650896def680ca3c657", "message": "table.virtual_table_using property, closes #196", "author_date": "2020-11-05T03:53:32Z", "committer_date": "2020-11-05T03:53:45Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "5b257949d996fe43dc5d218d4308b88796a90740", "message": "table.use_rowid introspection property, closes #285", "author_date": "2021-06-19T15:12:29Z", "committer_date": "2021-06-19T15:12:29Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "0747dabb24b608e8524de4858ce50c60ba7e471b", "message": "table.update() method\n\n* Also now set .last_pk to lastrowid for rowid tables\r\n* table.pks introspection now returns [\"rowid\"] for rowid tables\r\n\r\nCloses #35", "author_date": "2019-07-28T15:43:50Z", "committer_date": "2019-07-28T15:43:50Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b067f1ff57372be7f520d536510adc808764243a", "message": "table.triggers_dict property, closes #211", "author_date": "2021-01-02T02:10:04Z", "committer_date": "2021-01-02T02:10:04Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "987dd123f2ac43c5ab66d69e59d454fe09660606", "message": "table.transform() method - closes #114", "author_date": "2020-09-22T04:20:01Z", "committer_date": "2020-09-22T04:20:01Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "ecf1d40112e52a8f4e509c39b98caae996b7bc36", "message": "table.search_sql(include_rank=True) option (#480)\n\n* search_sql add include_rank option\r\n* add test\r\n* add FTS4 test\r\n* Apply Black\r\n\r\nThanks, @chapmanjacobd", "author_date": "2022-08-31T03:40:35Z", "committer_date": "2022-08-31T03:40:35Z", "raw_author": {"value": "aff9d2f73a18d2ec18afd0f3fefe046f37945a60", "label": "Jacob Chapman"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 7908073, "label": "chapmanjacobd"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "8ae77a6961fed94ef2c9cc81fcfc7c81d222d9a2", "message": "table.search(quote=True) parameter, refs #296", "author_date": "2021-08-18T19:55:53Z", "committer_date": "2021-08-18T19:55:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "4c0f79398fa8a08515781d12243af21af8d9004e", "message": "table.rebuild_fts() method, refs #155", "author_date": "2020-09-08T22:09:25Z", "committer_date": "2020-09-08T22:09:25Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "38e688fb8bcb58ae888b676fe3f7dd0529b4eecc", "message": "table.pks_and_rows_where() method, closes #240", "author_date": "2021-02-25T16:28:17Z", "committer_date": "2021-02-25T16:28:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "3e87500e1561f5c4e105cd026d33e0f715cc7dea", "message": "table.optimize() deletes junk docsize rows\n\nCloses #153. Closes #149.", "author_date": "2020-09-07T21:16:13Z", "committer_date": "2020-09-07T21:16:13Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "b6b92980c00eda14a4d759b724139a0a2d321007", "message": "table.m2m(..., m2m_table=x) argument", "author_date": "2019-08-03T17:51:22Z", "committer_date": "2019-08-03T17:51:22Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "d4e00f8d0121cf5e1f1ad822dda68919d47cc5e1", "message": "table.m2m(..., alter=True) option, closes #222", "author_date": "2021-01-18T04:26:02Z", "committer_date": "2021-01-18T04:26:02Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "35eeafaaa33648a528cbcd57ceca966fea19c6ae", "message": "table.m2m(...) method, with tests", "author_date": "2019-07-31T05:31:27Z", "committer_date": "2019-07-31T05:51:50Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "4c0912dbf27b12071aca9569bcf7233e60f91c7c", "message": "table.m2m() method for creating many-to-many records\n\nCloses #23", "author_date": "2019-08-04T03:37:32Z", "committer_date": "2019-08-04T03:37:32Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "b4f09146d342ba72190f9a8543a44ccd6ea06b02", "message": "table.has_counts_triggers property, refs #219", "author_date": "2021-01-03T20:41:24Z", "committer_date": "2021-01-03T20:41:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2db6c5b2d57f8f35124c8da70d60331b3fbc658b", "message": "table.extract() now works with rowid tables, refs #42", "author_date": "2020-09-22T23:11:07Z", "committer_date": "2020-09-22T23:11:28Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "f8553799d38deece370f890f6c90af32f52a609b", "message": "table.extract() method, refs #42", "author_date": "2020-09-22T22:20:18Z", "committer_date": "2020-09-22T22:20:18Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "0eda638d81280c7e585db071c35444e14b0b00f6", "message": "table.exists() now a documented method, closes #83", "author_date": "2020-02-08T23:56:03Z", "committer_date": "2020-02-08T23:56:03Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "1cad7fad3e7a5b734088f5cc545b69a055e636da", "message": "table.enable_counts() method, closes #212", "author_date": "2021-01-02T21:40:10Z", "committer_date": "2021-01-02T21:40:10Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "b366e68deb0780048a23610c279552f8529d4726", "message": "table.duplicate(new_table_name) feature, closes #449\n\nThanks, @davidleejy", "author_date": "2022-07-15T21:21:36Z", "committer_date": "2022-07-15T21:21:36Z", "raw_author": {"value": "d4b26031589514477509e3dae9cde3678a3b610e", "label": "David"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 1690072, "label": "davidleejy"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c236894caa976d4ea5c7503e9331a3e9d2fbb1c4", "message": "table.drop(ignore=True) option, refs #237", "author_date": "2021-02-25T17:05:08Z", "committer_date": "2021-02-25T17:05:08Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "36ffcafb1a0f94c134cdedeb626012bc8e2c1d8a", "message": "table.default_values property, closes #475\n\nRefs #468", "author_date": "2022-08-27T22:41:10Z", "committer_date": "2022-08-27T22:42:58Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "4427d2d96f7197e25acee85643bcf02e758b8b1e", "message": "table.create_index(columns, index_name) method", "author_date": "2018-08-01T15:20:44Z", "committer_date": "2018-08-01T15:20:44Z", "raw_author": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "raw_committer": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "0d10402f7b0428c6bb275a106b628298c6d0201d", "message": "table.create_index(..., analyze=True), refs #378", "author_date": "2022-01-10T20:00:24Z", "committer_date": "2022-01-10T20:00:24Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "4823aff4c33dd979bf61dcade2d3a6006d248372", "message": "table.count_where() method, closes #305", "author_date": "2021-08-02T05:05:03Z", "committer_date": "2021-08-02T05:08:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "b69f8b6c856adff577fe6a1816359bb00e82ffd1", "message": "table.count property, plus made a start on table documentation", "author_date": "2018-07-31T03:24:35Z", "committer_date": "2018-07-31T03:24:35Z", "raw_author": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "raw_committer": {"value": "2946d096d0cdefdc017559e6b57e87658736e843", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "94b50230666cc6657a7b447e0ef1ddcb74a44473", "message": "table.count now uses cached counts if db.use_counts_table\n\nCloses #215", "author_date": "2021-01-03T20:19:34Z", "committer_date": "2021-01-03T20:19:34Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "e1ca938aa1c84367fd9d4786b9709c56f3e6e778", "message": "table.add_foreign_key(column, other_table, other_column)\n\nNew mechanism for adding foreign key constraints to an existing SQLite\ntable.\n\nSQLite ALTER TABLE does not support this out-of-the-box, so I instead\nhad to write some careful code that uses PRAGMA writable_schema = 1 to\ndirectly modify the sqlite_master table.\n\nRefs #2", "author_date": "2019-02-24T21:10:51Z", "committer_date": "2019-02-24T21:10:51Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "dc2560879ed32136d64707a031b62b2870809892", "message": "table.add_column(name, type) method, refs #15", "author_date": "2019-02-24T19:40:26Z", "committer_date": "2019-02-24T19:40:26Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "26bb4a268127da2c38f4241abe45444b2a6f7874", "message": "table-wrapper on query page too, refs ##998", "author_date": "2020-10-27T07:56:35Z", "committer_date": "2020-10-27T07:56:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "8430c3bc7dd22b173c1a8c6cd7180e3b31240cd1", "message": "table facet_size in metadata, refs #1804", "author_date": "2022-09-06T15:59:19Z", "committer_date": "2022-09-06T15:59:19Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "c8feaf0b628ddb1f98b2a4b89691d3d1b939ed8e", "message": "systemctl restart datasette.service, closes #1390", "author_date": "2021-07-09T16:32:32Z", "committer_date": "2021-07-09T16:32:32Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "c9ecd0d6a32d4518c9b92bcc08183a10268d52d7", "message": "stem and suffix columns for insert-files, closes #372", "author_date": "2022-01-09T20:16:52Z", "committer_date": "2022-01-09T20:16:52Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "17606ed11e157f3c67611d7233b60ed5eb750c37", "message": "statuses-lookup command, closes #13", "author_date": "2019-10-07T00:31:27Z", "committer_date": "2019-10-07T00:31:39Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 206156866, "label": "twitter-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "c80971d28ab03c703f2d39cfaa6123ea8a249711", "message": "sqlite_utils.utils.rows_from_file in reference.html, refs #443", "author_date": "2022-06-20T19:22:27Z", "committer_date": "2022-06-20T19:22:44Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "34e75ed0dd3091a6f94d6bd70150caa70660736d", "message": "sqlite_utils.utils.flatten() function, closes #500", "author_date": "2022-10-18T18:00:25Z", "committer_date": "2022-10-18T18:00:35Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "432a3d675fa3697bd92fcc559d66e0c403d30c16", "message": "sqlite3.enable_callback_tracebacks(True), closes #891", "author_date": "2020-09-15T21:59:17Z", "committer_date": "2020-09-15T21:59:17Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 107914493, "label": "datasette"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "ec50e5eebc502c85448a2d3db74985c3b0c630c5", "message": "sqlite3.enable_callback_tracebacks(True) in docs, closes #300", "author_date": "2021-08-02T21:53:44Z", "committer_date": "2021-08-02T21:53:44Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "d16f45f06fbae6ec8a78cc9ca7b5b7db0413f139", "message": "sqlite-utils~=1.12.1\n\nTo get the bugfix for insert_all([])", "author_date": "2019-11-07T05:42:28Z", "committer_date": "2019-11-07T05:42:28Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "cd792325681cbad9f663f2879d8b69f1edbb678f", "label": "GitHub"}, "repo": {"value": 197882382, "label": "healthkit-to-sqlite"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 19864447, "label": "web-flow"}} {"sha": "d13c123100bddbe53b56cad6f9f0e7a0e50c4e0d", "message": "sqlite-utils transform --column-order option, closes #176", "author_date": "2020-09-24T16:11:53Z", "committer_date": "2020-09-24T16:11:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "e3c0ed1b1a4f4dd3eeed50d80ca3bd9e9b8c43c9", "message": "sqlite-utils tables now takes --counts, --columns, --csv, --nl", "author_date": "2019-02-23T02:12:53Z", "committer_date": "2019-02-23T02:12:53Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "147b52622d68473ba6ab184657258d8576100b05", "message": "sqlite-utils tables ... --schema option, closes #104", "author_date": "2020-05-01T17:09:36Z", "committer_date": "2020-05-01T17:12:16Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "9501ba4bf1b96aeefe26e261de085839e9a97e67", "message": "sqlite-utils table_names blah.db is now tables blah.db\n\nTravis tests were failing because on OS X the command was this:\n\n sqlite-utils table_names blah.db\n\nBut in Travis CI the command was this:\n\n sqlite-utils table-names blah.db\n\nRenaming it to tables fixes this inconsistency.", "author_date": "2019-01-25T07:04:52Z", "committer_date": "2019-01-25T07:04:52Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "2c00567aac6d9c79087cfff0d054f64922b1473d", "message": "sqlite-utils search WIP, refs #192", "author_date": "2020-11-03T22:01:14Z", "committer_date": "2020-11-06T18:30:41Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "ccf128cd6df57f9db1900f043aaa540928f9c844", "message": "sqlite-utils search --quote option, closes #296", "author_date": "2021-08-18T20:10:44Z", "committer_date": "2021-08-18T20:10:44Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "ab8d4aad0c42f905640981f6f24bc1e37205ae62", "message": "sqlite-utils schema now takes optional tables, closes #299", "author_date": "2021-07-24T22:08:36Z", "committer_date": "2021-07-24T22:08:36Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "cec8c3c4826da8999a5d0f905596be8de519cbc9", "message": "sqlite-utils rows now obeys --json-cols", "author_date": "2019-05-28T00:47:59Z", "committer_date": "2019-05-28T00:47:59Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "6863dc267745bc0a3392912f00c6aeb628e5ee3f", "message": "sqlite-utils rows -c, closes #200", "author_date": "2020-11-07T00:28:41Z", "committer_date": "2020-11-07T00:28:41Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "3b632f0a7eda0aff444ea67a78f5003797b286c5", "message": "sqlite-utils rows --where and -p options, closes #382", "author_date": "2022-01-11T23:32:43Z", "committer_date": "2022-01-11T23:32:43Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}} {"sha": "7a9a6363ffc1b4f1a9444a22999addabfa756c54", "message": "sqlite-utils rows --order option, closes #469", "author_date": "2022-08-27T04:10:20Z", "committer_date": "2022-08-27T04:10:20Z", "raw_author": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "raw_committer": {"value": "13ae486343ea6454a93114c6f558ffea2f2c6874", "label": "Simon Willison"}, "repo": {"value": 140912432, "label": "sqlite-utils"}, "author": {"value": 9599, "label": "simonw"}, "committer": {"value": 9599, "label": "simonw"}}