Commit graph

  • f4fb78fa95
    Cross-link CLI to Python docs (#460) Simon Willison 2022-08-18 14:58:07 -07:00
  • f8ffac8787
    beanbag-docutils>=2.0 (#465) Simon Willison 2022-08-17 16:38:02 -07:00
  • bb90d33268
    Use Read the Docs action v1 (#463) (#466) Simon Willison 2022-08-17 16:11:54 -07:00
  • 83e7339255
    Use Read the Docs action v1 (#463) Manuel Kaufmann 2022-08-18 01:11:15 +02:00
  • 72655adabc
    beanbag-docutils>=2.0 Simon Willison 2022-08-17 15:41:36 -07:00
  • 45e24deffe Link API docs to GitHub source code, refs #464 Simon Willison 2022-08-13 09:24:02 -07:00
  • 364110b97b
    Use Read the Docs action v1 Manuel Kaufmann 2022-08-10 12:31:41 +02:00
  • 271433fdd1
    Discord badge (#462) Simon Willison 2022-08-02 14:15:52 -07:00
  • 0a14a03138 Actually display Discord badge Simon Willison 2022-08-02 13:58:35 -07:00
  • 3074864e91 Discord badge Simon Willison 2022-08-02 13:55:26 -07:00
  • f21f4ccf71 More links to Python from CLI page, refs #426 Simon Willison 2022-08-02 13:49:46 -07:00
  • 98a28cbfe6
    Oops, fixed project slug Simon Willison 2022-08-02 13:35:56 -07:00
  • e193aa910e Start cross-linking CLI to Python docs, refs #426 Simon Willison 2022-08-02 09:17:45 -07:00
  • 1856002e3c
    readthedocs/readthedocs-preview Simon Willison 2022-08-02 09:02:43 -07:00
  • 1acc04c071
    Link to new tutorial Simon Willison 2022-07-31 12:12:37 -07:00
  • b5e902fcb0 Applied Black Simon Willison 2022-07-28 08:13:47 -07:00
  • 573de14ab6 Improved docstring comments for Table class and db.table() Simon Willison 2022-07-27 17:28:46 -07:00
  • 1491b66dd7 register_function(name=...) argument, closes #458 Simon Willison 2022-07-27 17:13:49 -07:00
  • bfbe69646e Fixed incorrect register_function code example Simon Willison 2022-07-27 17:07:23 -07:00
  • 77ca051d4f
    Link to installation instructions (#457) Simon Willison 2022-07-27 10:57:50 -07:00
  • 80b3907471
    Link to installation instructions Simon Willison 2022-07-27 10:38:22 -07:00
  • 9e6cceac1c
    Fixed incorrect issue number Simon Willison 2022-07-20 16:09:53 -07:00
  • 1b35a92e3e in extract code, check equality witH IS instead of = for nulls Forest Gregg 2022-07-19 09:38:11 -04:00
  • 855bce8c38 Release 3.28 3.28 Simon Willison 2022-07-15 15:56:01 -07:00
  • b9a89a0f2c duplicate --ignore option, refs #450 Simon Willison 2022-07-15 15:35:58 -07:00
  • 5fa823f03f add-column --ignore option, refs #450 Simon Willison 2022-07-15 15:31:37 -07:00
  • 2c77f4467e Add --ignore to create-index as alias of --if-not-exists, refs #450 Simon Willison 2022-07-15 15:25:49 -07:00
  • 40b6947255 enable-fts --replace option, refs #450 Simon Willison 2022-07-15 15:20:26 -07:00
  • 9dd4cf891d Improve CLI help for drop-table and drop-view, refs #450 Simon Willison 2022-07-15 15:09:07 -07:00
  • e10536c7f5 utils.chunks() is now a documented API, closes #451 Simon Willison 2022-07-15 14:59:30 -07:00
  • 015c663464 Fixed lint errors, refs #454 Simon Willison 2022-07-15 14:59:06 -07:00
  • c710ade644 sqlite-utils duplicate command, closes #454, refs #449 Simon Willison 2022-07-15 14:45:14 -07:00
  • da030d49fd Documentation for .duplicate(), refs #449 Simon Willison 2022-07-15 14:29:52 -07:00
  • 4af4762521 test_duplicate_fails_if_table_does_not_exist, refs #449 Simon Willison 2022-07-15 14:23:57 -07:00
  • b366e68deb
    table.duplicate(new_table_name) feature, closes #449 David 2022-07-16 05:21:36 +08:00
  • eef350fe54
    Applied Black Simon Willison 2022-07-15 14:16:13 -07:00
  • 1eb89beda3 Add duplicate table feature davidleejy 2022-07-10 04:17:50 +08:00
  • 42440d6345 Use parametrize for FTS test Simon Willison 2022-06-27 23:41:13 +00:00
  • 2dca2210d9 Ignore build in .gitignore Simon Willison 2022-06-27 23:39:23 +00:00
  • 9a6495fbef Configure GitPod Simon Willison 2022-06-27 23:38:45 +00:00
  • ba8cf54908 Add documentation strings to Justfile, ref #446 Simon Willison 2022-06-21 12:28:01 -07:00
  • 458daa0c1b Prototype of sqlite-utils memory --fast, refs #297 fast-mode Simon Willison 2022-06-21 12:25:33 -07:00
  • 2768effe07 Run cog using just as well, refs #446 Simon Willison 2022-06-21 12:24:23 -07:00
  • 5754311494
    Only syntax highlight if a code-block is used Simon Willison 2022-06-21 08:00:17 -07:00
  • 3ddacb7bdc Justfile for tests and linting, closes #446 Simon Willison 2022-06-20 12:54:46 -07:00
  • 8a9fe6498f Applied Black, refs #445 Simon Willison 2022-06-20 12:50:15 -07:00
  • 773f2b6b20 Documented TypeTracker, closes #445 Simon Willison 2022-06-20 12:46:49 -07:00
  • c80971d28a sqlite_utils.utils.rows_from_file in reference.html, refs #443 Simon Willison 2022-06-20 12:22:27 -07:00
  • 3fbe8a784c
    Link to annotated release notes for 3.27 Simon Willison 2022-06-18 20:30:24 -07:00
  • 2d84577202 Fix tiny typo in 3.27 release notes Simon Willison 2022-06-14 21:41:16 -07:00
  • 679d608119 Release 3.27 3.27 Simon Willison 2022-06-14 21:29:34 -07:00
  • 8366693b60 Release 3.27 wip-cli-csv-extras Simon Willison 2022-06-14 21:29:34 -07:00
  • e52925bbb9 WIP --extras-key --ignore-extras - does not work yet, refs #444 Simon Willison 2022-06-14 21:17:49 -07:00
  • b8af3b96f5 Fix bug with detect_fts() and similar table names, closes #434 Simon Willison 2022-06-14 16:24:06 -07:00
  • 1b09538bc6 where= and where_args= parameters to search() and search_sql() Simon Willison 2022-06-14 14:54:35 -07:00
  • 0b6aba696d Documentation for maximize_csv_field_size_limit, closes #442 Simon Willison 2022-06-14 14:31:45 -07:00
  • 9d1bac4a99 Test for maximize_csv_field_size_limit, refs #442 Simon Willison 2022-06-14 14:23:54 -07:00
  • 0cee77b176 Update test for renamed restkey, refs #440, #443 Simon Willison 2022-06-14 14:14:10 -07:00
  • ce670e2d44 Docs for rows_from_file Simon Willison 2022-06-14 13:12:32 -07:00
  • f142bb1212
    flake8 fix, refs #440 Simon Willison 2022-06-14 09:14:57 -07:00
  • d9c715a2fc One more typing fix, refs #440 Simon Willison 2022-06-14 09:07:57 -07:00
  • 19efee2746 mypy fixes, refs #440 Simon Willison 2022-06-14 08:39:08 -07:00
  • ad96bd18c3 Tests for rows_from_file, refs #440 Simon Willison 2022-06-14 08:14:38 -07:00
  • d379f430f8 rows_from_file(... ignore_extras: bool, restkey: str), refs #440 Simon Willison 2022-06-14 08:14:02 -07:00
  • 7ddf530088
    A less potentially confusing parameter name Simon Willison 2022-06-13 08:22:59 -07:00
  • 9fedfc69d7
    docs to dogs (#437) Yuri 2022-05-30 17:32:41 -04:00
  • 9e54041782
    docs to dogs Yuri 2022-05-22 11:50:19 -04:00
  • 59be60c471 Update copyright dates on docs Simon Willison 2022-05-20 14:57:49 -07:00
  • 2238e9baf9 sphinx-copybutton extension, closes #436 Simon Willison 2022-05-20 14:57:26 -07:00
  • 397183debd Switch docs theme to Furo, refs #435 Simon Willison 2022-05-20 14:51:30 -07:00
  • 841ad44bac
    Fixed typo 3.26.1 Simon Willison 2022-05-02 11:17:19 -07:00
  • 56571775a1 Release 3.26.1 Simon Willison 2022-05-02 11:14:29 -07:00
  • edeec2e804 Release 3.26.1 click-default-group-wheel Simon Willison 2022-05-02 11:14:29 -07:00
  • ed6fd51608
    Depend on click-default-group-wheel (#429) Simon Willison 2022-05-02 11:05:00 -07:00
  • 4a02dcf265
    Depend on click-default-group-wheel Simon Willison 2022-05-02 10:58:16 -07:00
  • e3a14c33a0
    Run tests against pull requests Simon Willison 2022-04-19 17:21:04 -07:00
  • 6915fbcce2 Release 3.26 3.26 Simon Willison 2022-04-13 15:51:48 -07:00
  • cbaad1f153 Removed unused sys import, refs #425 Simon Willison 2022-04-13 15:40:57 -07:00
  • 0e60f3c80c Better error message if table has no columns, closes #424 Simon Willison 2022-04-13 15:39:48 -07:00
  • 4433eafff7 Fix for register() on Python 3.7, refs #425 Simon Willison 2022-04-13 15:35:57 -07:00
  • 6f3ae864f1 Better support check for deterministic=True, closes #425 Simon Willison 2022-04-13 15:31:37 -07:00
  • 95522ad919 Clarified support for newline-delimited JSON, closes #417 Simon Willison 2022-03-25 14:17:10 -07:00
  • 0b7b80bd40 Document the convert() with initialization pattern, closes #420 Simon Willison 2022-03-25 13:07:29 -07:00
  • 396f80fcc6
    Ignore common generated files (#419) Chris Amico 2022-03-24 17:01:43 -04:00
  • 228f73615c Ignore common generated files Chris Amico 2022-03-23 14:04:50 -04:00
  • 93fa79d30b Ignore flake8 lambda errors, refs #415 Simon Willison 2022-03-20 21:22:09 -07:00
  • 751ab205ac Fix for --multi combined with --dry-run, closes #415 Simon Willison 2022-03-20 21:18:18 -07:00
  • 878d5f5cea errors=r.SET_NULL/r.IGNORE options for parsedate/parsedatetime, closes #416 Simon Willison 2022-03-20 21:01:35 -07:00
  • 433813612f Move sqls=[] closer to where it is populated Simon Willison 2022-03-11 13:44:07 -08:00
  • 9388edf57a Changelog item for 3.25.1 3.25.1 Simon Willison 2022-03-11 10:34:37 -08:00
  • 40b76f6f56
    Release 3.25.1 Simon Willison 2022-03-11 10:08:20 -08:00
  • 6fd7c138e2 Fixed .transform() method which I broke in #413 Simon Willison 2022-03-11 09:54:17 -08:00
  • 26e6d2622c Use :param x: for docstring comments, refs #413 Simon Willison 2022-03-11 09:38:34 -08:00
  • 7f56f90d30
    Fixed rST mistake Simon Willison 2022-03-01 23:01:07 -08:00
  • b2b04aec01 Release 3.25 3.25 Simon Willison 2022-03-01 22:34:34 -08:00
  • d25cdd37a3 db.sqlite_version property and fix for deterministic=True on SQLite 3.8.3 Simon Willison 2022-03-01 16:24:27 -08:00
  • 521921b849 Fixed mypy error, refs #343 Simon Willison 2022-03-01 16:05:11 -08:00
  • 931b1e1513 .insert(hash_id_columns=) parameter, closes #343 Simon Willison 2022-03-01 16:00:51 -08:00
  • b6c9dfce0b
    Correct spelling mistakes (found with codespell) (#410) Edward Betts 2022-03-01 21:05:29 +00:00
  • a174069da6 Correct spelling mistakes (found with codespell) Edward Betts 2022-02-24 20:43:39 +00:00