sha,message,author_date,committer_date,raw_author,raw_committer,repo,author,committer 885a0b321d8daddc2e4e2e5cc991591df9abc44c,"Release 3.36 Refs #344, #604, #606",2023-12-08T05:31:03Z,2023-12-08T05:31:03Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 f29189a3ddb3871bf7c46897b4fb76f4e8bbf65e,"db.supports_strict docs, closes #344",2023-12-08T05:22:27Z,2023-12-08T05:22:27Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 1500c19bd0f31b2e7f28a5ec2d7bfa133a2e4d4c,"Add more STRICT table support (#604) * Add more STRICT table support per https://github.com/simonw/sqlite-utils/issues/344#issuecomment-982014776. * Make `table.transform()` preserve STRICT mode. * Fix mypy failures in PR #604 * Link to SQLITE strict page in a few places",2023-12-08T05:05:27Z,2023-12-08T05:05:27Z,77887d00c62b181af66df54bd6325b314eb5b25e,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,16437338,19864447 88bd37220593f46ad2221601d6724dd0198400ad,"str, int, bytes aliases for column types, closes #606",2023-12-06T18:49:21Z,2023-12-06T18:49:21Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 9286c1ba432e890b1bb4b2a1f847b15364c1fa18,Fixed some markup bugs,2023-11-04T03:55:19Z,2023-11-04T03:55:19Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 c64c7d1b8caec172c87a73154cc4da90fd3fae3b,"More 3.35.2 release notes Refs #433, #522, #596, #598",2023-11-04T01:03:42Z,2023-11-04T01:03:42Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 78d8dd06d35d895416b73c2b5837633a2af278f5,Add 3.12 to PyPI metadata,2023-11-04T00:59:09Z,2023-11-04T00:59:09Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 08c8bb7cfb4e88cec04d1443dadd79ac3624122f,"Test against Python 3.12 First tested in #591",2023-11-04T00:58:31Z,2023-11-04T00:58:31Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 b2e0cd066d5eda2ccfd1d63cd07191a209978395,"Test and docs for timedelta support, refs #522",2023-11-04T00:54:37Z,2023-11-04T00:56:34Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 347fdc865e91b8d3410f49a5c9d5b499fbb594c1,"Map datetime.timedelta to text columns, closes #522",2023-11-04T00:49:50Z,2023-11-04T00:49:50Z,c05f3ac9fd9e1c01f58129c9f0e6965fe888c4d8,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,4420927,19864447 37273d7f63f08872aa1c90c4233a0580e384ac19,"Fixed issue #433 - CLI eats cursor (#598) The issue is that underlying iterator is not fully consumed within the body of the `with file_progress()` block. Instead, that block creates generator expressions like `docs = (dict(zip(headers, row)) for row in reader)` These iterables are consumed later, outside the `with file_progress()` block, which consumes the underlying iterator, and in turn updates the progress bar. This means that the `ProgressBar.__exit__` method gets called before the last time the `ProgressBar.update` method gets called. The result is that the code to make the cursor invisible (inside the `update()` method) is called after the cleanup code to make it visible (in the `__exit__` method). The fix is to move consumption of the `docs` iterators within the progress bar block. (An additional fix, to make ProgressBar more robust against this kind of misuse, would to make it refusing to update after its `__exit__` method had been called, just like files cannot be `read()` after they are closed. That requires a in the click library).",2023-11-04T00:40:29Z,2023-11-04T00:40:29Z,189bbd99f415a97bb6554c438654cb35fc4c85ae,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,62745,19864447 8d186d33c2faf82d76163f3ab8bb09f3c031f069,"Release 3.35.2 Refs #599, #600",2023-11-04T00:38:52Z,2023-11-04T00:51:46Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 b92ea4793ce4dcb73cf762aae634ab72f65ec50f,Fixed spelling of wrappping,2023-11-04T00:25:02Z,2023-11-04T00:31:49Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 4b3c83cd9f2619351359fa6b3b648f20ee07e0de,"Add spatialite arm64 linux path Issue: #599",2023-11-03T22:11:23Z,2023-11-04T00:31:49Z,0453683d7cdf7be9209d6e12bf71d2ffd3a6d702,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,37802088,9599 622c3a5a7dd53a09c029e2af40c2643fe7579340,Fixed Markdown that should be rST,2023-09-09T01:25:46Z,2023-09-09T01:25:46Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 60900bd80acab518d942508a8ec67f57cc47b210,"Release notes for 3.35.1, refs #592",2023-09-09T00:49:55Z,2023-09-09T00:49:55Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 1c6ea54338e24fcebcee4e2f9c170ee300a5d946,".transform() now preserves rowid values * .transform() now preserves rowid values, refs #592 * Test transform rowids against different table types, closes #592",2023-09-09T00:45:30Z,2023-09-09T00:45:30Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 cb034621fd663ac9648b154a7d11948f0e0f40a6,"Release 3.35.1 Refs #592",2023-09-09T00:45:14Z,2023-09-09T00:45:45Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 5d123f031fc4fadc98f508e0ef6b7b6671e86155,Fixed bug in replacing foreign key constraints example,2023-09-06T22:33:06Z,2023-09-06T22:33:06Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 02e56d1158b74175b15dd2e954ed7137c1089ed5,"click-default-group>=1.2.3 Refs: - https://github.com/click-contrib/click-default-group/issues/21",2023-09-06T02:34:53Z,2023-09-06T02:34:53Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 1260bdc7bfe31c36c272572c6389125f8de6ef71,Link to sqlite-utils-fast-fks from changelog,2023-08-18T17:47:10Z,2023-08-18T17:47:10Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 98cd11a81ba553a8b4b5e7b88c447867256318a7,Link docs to sqlite-utils-fast-fks,2023-08-18T17:45:12Z,2023-08-18T17:45:12Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 7c1618e4b1f390cf9cf204a2e9b6df2abaebe365,Promote plugins in the README,2023-08-18T02:28:08Z,2023-08-18T02:28:08Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 4aea34065c3982659493294d7fa4b42cbf11f15e,Run codespell as part of 'just lint',2023-08-18T02:09:22Z,2023-08-18T02:09:22Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 ba2681e769c48244786b806d1dafe2f1ca01bcac,Fixed two typos in the release notes,2023-08-18T02:05:15Z,2023-08-18T02:05:15Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 87c6ceb3a44ab823af759f5a8dec12db44b62ce5,"Release 3.35 Refs #577, #581, #585",2023-08-18T02:01:48Z,2023-08-18T02:01:48Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 56093de0780bb88900e1326834a7b6be392079dc,"sqlite-utils transform --add-foreign-key option, closes #585",2023-08-18T01:51:04Z,2023-08-18T01:51:04Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 70717dc0e1029d9604ad466cd4b4aa8f829321c4,"Remove unneccessary warning, refs #577, #585",2023-08-18T01:28:09Z,2023-08-18T01:28:09Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 d2bcdc00c6ecc01a6e8135e775ffdb87572b802b,"Swapped the order of a bunch of pytest comparisons When I wrote this I thought constant == value was a better assertion. I no longer think that.",2023-08-18T01:05:13Z,2023-08-18T01:05:13Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 b4735f794a77c1229e804b97a263d259b5430fb8,"Remove test.utils.collapse_whitespace, closes #583",2023-08-18T00:59:09Z,2023-08-18T00:59:09Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 509857ee8724f73760f3631b69c26f9047381187,".add_foreign_keys() uses .transform() instead of PRAGMA writable_schema Closes #577 This should solve all sorts of problems seen by users of platforms that throw errors on writable_schema. Also added `add_foreign_keys=` and `foreign_keys=` parameters to `table.transform()`.",2023-08-18T00:48:08Z,2023-08-18T00:48:08Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 993029f4669ae1e57862bd3576e1e3fd77477c5c,flake8 fixes,2023-08-18T00:10:44Z,2023-08-18T00:19:02Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 1dc6b5aa644a92d3654f7068110ed7930989ce71,"Note about execute_plugins=False, refs #575",2023-08-07T18:47:34Z,2023-08-07T18:47:34Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 619cea8681051d8aec04ff507f7d224dff4095e3,"sqlite-utils convert --pdb option, closes #581",2023-07-26T21:06:05Z,2023-07-26T21:06:05Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 5e9a02153db6f9355dafea4eb9e16afbc576d2f1,"Fix bug with --editable See also: https://github.com/simonw/llm/issues/136",2023-07-26T05:20:49Z,2023-07-26T05:20:49Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 37e374e05addffc5b361e770e449b63e51d50262,Improved convert() function documentation,2023-07-25T14:47:29Z,2023-07-25T14:47:44Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 fba26d3564dc8faa6c514fa59df944381a9e0c00,Typo in release notes,2023-07-25T05:54:13Z,2023-07-25T05:54:13Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 8bee14588687b66c54c7a3dfae5de2f9cc7cac3f,Link 3.34 notes to new blog entry,2023-07-24T17:22:20Z,2023-07-24T17:22:20Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 13ebcc575d2547c45e8d31288b71a3242c16b886,"Backfilled release notes for 0.2, 0.3, 0.3.1 - closes #576",2023-07-23T05:48:14Z,2023-07-23T05:48:14Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 c728c255556becc0de6fe73d45008f75f838cb68,Undo change which broke the tests,2023-07-22T23:25:14Z,2023-07-22T23:25:14Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 3e1d467c52ec74cbe738cebd64e062695edc46f3,"Last minute changelog for register_commands() for 3.34 Refs #567, #574, #575",2023-07-22T23:22:18Z,2023-07-22T23:22:18Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 778dad789ec614e357266bbc7b5a5c3f1dec2d8e,More robust _called_from_test pattern,2023-07-22T23:21:27Z,2023-07-22T23:21:27Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 e337a88b456b4b244c4916af96bc1d8fdcf16d37,"Tweaks to prepare_connection() example in docs, refs #574",2023-07-22T23:13:46Z,2023-07-22T23:13:46Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 374a816c72c7b717b78b7ec02d89a3593ea15612,"Database(..., execute_plugins=False) mechanism, refs #575",2023-07-22T23:06:11Z,2023-07-22T23:06:11Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 3f80a026983d3e634f05a46f2a6da162b5139dd9,"prepare_connection plugin hook Closes: - #574 Refs #567 --------- Co-authored-by: Simon Willison ",2023-07-22T22:59:08Z,2023-07-22T22:59:08Z,aa206886100eb0f7f5e54172b068d9dd45885448,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,15178711,19864447 091c63cfbf7b40e99e2017a3c37619c7689cc447,"Release 3.34 Refs #561, #563, #564, #565, #567, #568, #569, #570, #571",2023-07-22T22:47:56Z,2023-07-22T22:47:56Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 249d7de7b24ed94d30965eae6a64dbd301adb195,"Link to docs on distributing plugins, refs #567",2023-07-22T22:45:23Z,2023-07-22T22:45:23Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 61aaa698154c9020934d4896d04174a0f9c4f777,".transform(..., keep_table=name) parameter, closes #571 Also type hints for the transform_sql() method",2023-07-22T22:32:09Z,2023-07-22T22:32:09Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 2c12c01346451e22102bd0eaf55695ef92491cfa,"Caling .transform() also reformats the schema, closes #564",2023-07-22T22:15:30Z,2023-07-22T22:15:30Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 fedd477e01e5e78dbc09e308cf608d8a7a9c30ca,"Don't attempt tui stuff on Python 3.7, refs #572",2023-07-22T22:11:38Z,2023-07-22T22:11:38Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 18f190e28334d821be78a1dbbf31d7610fc1f9c1,"sqlite-utils rename-table command, refs #565",2023-07-22T19:48:04Z,2023-07-22T19:48:04Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 82e8cd36673fb154b484d3a426feff0a219e3eb1,"db.rename_table() method, refs #565",2023-07-22T19:38:31Z,2023-07-22T19:38:31Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 86a352f8b713ca30a65a2048170bd510d529d8c4,"Fixed mypy error, refs #568",2023-07-22T19:27:41Z,2023-07-22T19:27:41Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 0c563e2d138a6abec89bee218c0a27de62e1c0a3,Fixed test I broke in #568,2023-07-22T19:23:42Z,2023-07-22T19:23:42Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 2d55f185ff853d9a9f5010e2a5bd6626902c1f6c,"Applied Black, refs #568",2023-07-22T19:22:15Z,2023-07-22T19:22:15Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 80b5fa7f12fc1bc3a1f6dda14a7b54a0112a320d,"Documentation for replace=True/ignore=True, refs #568",2023-07-22T19:19:01Z,2023-07-22T19:19:01Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 58b577279fcd5ef6ce88f88b28668dffebfe7f44,"table.create(..., replace=True / ignore = True) closes #568",2023-07-22T19:15:40Z,2023-07-22T19:15:40Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 b379a2a0c3655d5fa81e59a3296a94d86f6a944c,"Added pluggy and first hook, register_commands - refs #569, #567",2023-07-22T19:04:31Z,2023-07-22T19:04:31Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 bff240032d5c2611b44b181c6619658d9de7330b,"pygments-csv-lexer To fix this warning: /Users/simon/Dropbox/Development/sqlite-utils/docs/cli.rst:1286: WARNING: Pygments lexer name 'csv' is not known",2023-07-22T18:45:45Z,2023-07-22T18:45:45Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 7e48502b5a475a35971c49da273b0d2d65ed4d2f,"Update CLI reference docs for -e, refs #570",2023-07-22T18:37:53Z,2023-07-22T18:37:53Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 ef31210bf06f920e0890e171c3198f0b0dc8d72d,"sqlite-utils install -e, closes #570",2023-07-22T18:32:42Z,2023-07-22T18:32:42Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 f7af23837deab5c98dae9441d1f68318065d7d8c,"--empty-null option for CSV and TSV imports, closes #563",2023-07-03T05:42:26Z,2023-07-03T05:42:26Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 63dc7ab1a5f066aac09112c4fa702e72ac5a255c,Fixed a complaint from ruff check,2023-06-29T20:41:08Z,2023-06-29T20:41:08Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 8c739558f710961464d6fb3f4ef8b850dc172ab5,"--stop-after option, closes #561",2023-06-27T18:50:04Z,2023-06-27T18:50:04Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 9d38925cdecce7f18e1fd3791821176154dc5f3c,"Release 3.33 Refs #235, #559, #560 Refs https://github.com/simonw/llm/issues/60 Refs https://github.com/nalgeon/sqlean.py/issues/1",2023-06-26T01:31:22Z,2023-06-26T01:31:22Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 f5c63088e1454811ce8361208b72297408eb5237,"Use sqlean if available in environment (#560) Closes #559 Closes #235 Refs https://github.com/simonw/llm/issues/60 - Uses `sqlean` in place of `sqlite3` if `sqlean.py` is installed - Uses `sqlite-dump` if available and `conn.iterdump()` does not exist - New `with db.ensure_autocommit_off()` method for ensuring autocommit is off, used by `enable_wal()` and `disable_wal()`.",2023-06-25T23:25:51Z,2023-06-25T23:25:51Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 2747257a3334d55e890b40ec58fada57ae8cfbfd,Fixed link in changelog,2023-05-21T21:11:54Z,2023-05-21T21:11:54Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 6fb32d27ae76dc2127526c38833621bb51af5d09,"Release 3.32.1 Refs #551, #552",2023-05-21T21:09:46Z,2023-05-21T21:09:46Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 87bddef8fdee0cfe9e16b4f1784f471e2aedacc6,"Documented bash/zsh completion, closes #552",2023-05-21T21:03:32Z,2023-05-21T21:03:32Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 8188acc1f1a96f37eef1f6fc1edaa3eb2e8a482a,"Fix for missing csv Pygments support, refs #551",2023-05-21T21:03:03Z,2023-05-21T21:03:10Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 d8fe1b0d899faaaa3d4714a39328f4c24932278f,"Reformatted CLI examples in docs Closes #551",2023-05-21T20:57:22Z,2023-05-21T20:57:22Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 e240133b11588d31dc22c632f7a7ca636c72978d,"Release 3.32 Refs #544, #545, #547, #548",2023-05-21T18:53:33Z,2023-05-21T18:53:44Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 718b0cba9b32d97a41bcf9757c97fe1d058da81c,"Experimental TUI powered by Trogon * sqlite-utils tui command if Trogon is installed, closes #545 * Documentation for trogon TUI * Screenshot of TUI * Ignore trogon mypy error * only run flake8 on Python 3.8 or higher, closes #550",2023-05-21T18:41:56Z,2023-05-21T18:41:56Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 e8c5b042e49c627aefd620c8d4b1c84eb8677f73,"Validate column names in analyze-columns, closes #548",2023-05-21T17:35:48Z,2023-05-21T17:35:48Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 6027f3ea6939a399aeef2578fca17efec0e539df,"No need to show common values if everything is null Closes #547",2023-05-21T17:19:16Z,2023-05-21T17:19:16Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 d2a7b15b2b930fe384e1f1715fc4af23386f4935,"Analyze tables options: --common-limit, --no-most, --no-least Closes #544",2023-05-21T16:19:30Z,2023-05-21T16:19:30Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 e047cc32e9d5de7025d4d3c16554d4290f4bd3d1,"backwards-incompatible, not compatible",2023-05-09T21:08:31Z,2023-05-09T21:08:31Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 b3b100d7f5b2a76ccd4bfe8b0301a29e321d0375,"Release 3.31 Refs #509, #517, #520, #525, #527, #532, #534, #536, #537, #538, #539",2023-05-08T22:33:57Z,2023-05-08T22:33:57Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 c764a9ee8fdb2c55785cf1f538aa5a462cbb292b,"Avoid negative hashes in lambda names, refs #543",2023-05-08T22:12:39Z,2023-05-08T22:12:39Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 dab23884ae49f1497acd70d855105bf9701f4e36,"Better error message if rows_from_file called with StringIO, closes #520 Refs #448",2023-05-08T22:08:02Z,2023-05-08T22:08:02Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 eebd1a26ae626cdaba6e568bf11f32c76b60ad09,"Removed FunctionAlreadyRegistered error, refs #526, #525",2023-05-08T21:58:28Z,2023-05-08T21:58:28Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 fca3ef8cf2a68b7a5fa1d740c4439adc7f83e431,"Applied Black, refs #526, #525",2023-05-08T21:54:24Z,2023-05-08T21:54:24Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 02f5c4d69d7b4baebde015c56e5bc62923f33314,"Support repeated calls to Table.convert() * Test repeated calls to Table.convert() * Register Table.convert() functions under their own `lambda_hash` name * Raise exception on registering identical function names Refs #525",2023-05-08T21:53:58Z,2023-05-08T21:53:58Z,48e7f08226a63f00be8a5f44380ce11412c62eaf,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,167893,19864447 6500fed8b2085869b9714ce3a08c30f61dc829ad,"Transform no longer breaks non-string default values Closes #509",2023-05-08T21:13:36Z,2023-05-08T21:13:36Z,f98e0e8fe6ee48ca1f752bb408eecbbd294f9ceb,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,13819005,19864447 923768db2ee15f521fe49ce75002cdd02c82e2bc,"Assert on exact error message, refs #537",2023-05-08T21:11:48Z,2023-05-08T21:11:48Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 39ef137e6760d385dc48d03eccf9b89943636fc7,Support self-referencing FKs in `create` (#537),2023-05-08T21:10:00Z,2023-05-08T21:10:00Z,b9c77b970cf91e2e44d83118464578123130e5fe,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,544011,19864447 9662d4ce267accdc8f5301b20a4c7cd82b5ccf34,"Updated cog, refs #527",2023-05-08T21:05:30Z,2023-05-08T21:05:30Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 e0ec4c345129996011951e400388fd74865f65a2,"--no-skip-false option, plus docs - closes #527",2023-05-08T21:03:20Z,2023-05-08T21:03:20Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 455c35b512895c19bf922c2b804d750d27cb8dbd,".convert(skip_false) option, refs #527",2023-05-08T20:52:21Z,2023-05-08T20:52:21Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 e4ed37251746b25ca69b5ace0c8c7992024556df,"Show more detailed error on invalid JSON, closes #532",2023-05-08T20:31:56Z,2023-05-08T20:31:56Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 a256d7de9887d8476400bbe3753439f2e406134b,"Fix a bunch of warnings in the tests, refs #541",2023-05-08T19:57:43Z,2023-05-08T19:57:43Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 4fc2f12c88054a4bcc29004e8e9cad39e5b66664,"Fix ResourceWarning in sqlite-utils insert, refs #534",2023-05-08T19:39:06Z,2023-05-08T19:39:06Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 2376c452a56b0c3e75e7ca698273434e32945304,upsert_all() now works with not_null - refs #538,2023-05-08T19:24:10Z,2023-05-08T19:24:19Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 80763edaa2bdaf1113717378b8d62075c4dcbcfb,"Different approach for Python 3.11 on ReadTheDocs Refs #540",2023-05-07T18:40:47Z,2023-05-07T18:40:47Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 963518bb16dc933694955309e7c9559e551b6a8e,"Build with 3.11 on ReadTheDocs Refs #540",2023-05-07T18:38:54Z,2023-05-07T18:38:54Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 373b7886d26902f54d72f1a414f988f79f0ffacd,"--raw-lines option, closes #539",2023-05-07T18:26:03Z,2023-05-07T18:26:14Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 8f9a729e8aff972cb18de25b40f4113e26bbc758,Add paths for homebrew on Apple silicon (#536),2023-04-13T01:44:43Z,2023-04-13T01:44:43Z,90786fb02407ad60f10210c0592ee711a9a36fae,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,25778,19864447 c0251cc9271260de73b4227859a51fab9b4cb745,Link /latest/ to /stable/ - refs #388,2023-03-26T23:42:01Z,2023-03-26T23:42:01Z,13ae486343ea6454a93114c6f558ffea2f2c6874,cd792325681cbad9f663f2879d8b69f1edbb678f,140912432,9599,19864447 92f77c32620d282f8e15de860bead40563b48dcb,Ran against updated Black,2023-03-12T21:28:43Z,2023-03-12T21:28:43Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 6cd0fd2b4c5116889e40245f84a9786fb19f4c40,"Fix for Sphinx bug, closes #533, refs #531",2023-03-12T21:25:26Z,2023-03-12T21:25:26Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599 fc221f9b62ed8624b1d2098e564f525c84497969,"Try this fix for flake8 error, refs #518",2022-12-10T01:30:45Z,2022-12-10T01:30:45Z,13ae486343ea6454a93114c6f558ffea2f2c6874,13ae486343ea6454a93114c6f558ffea2f2c6874,140912432,9599,9599