Commit graph

  • 22f1d9e199 Expand FTS acronym in --help output Simon Willison 2021-03-07 08:41:49 -08:00
  • 1899200fa5
    Typo in upsert example Juan E. D 2021-03-02 20:13:32 -03:00
  • 09c3386f55 Applied Black, refs #237 Simon Willison 2021-02-25 09:13:00 -08:00
  • bba6e241be --ignore for sqlite-utils drop-table and drop-view, closes #237 Simon Willison 2021-02-25 09:11:37 -08:00
  • c236894caa table.drop(ignore=True) option, refs #237 Simon Willison 2021-02-25 09:05:08 -08:00
  • a76e3b33ac Fixed bug with add_foreign_key against columns with spaces, closes #238 Simon Willison 2021-02-25 08:53:53 -08:00
  • 8d641ab08a First attempt at .extract_expand() method, refs #239 extract-expand Simon Willison 2021-02-25 08:36:03 -08:00
  • 16987bd56e Removed rogue assert False, refs #240 Simon Willison 2021-02-25 08:35:24 -08:00
  • 38e688fb8b table.pks_and_rows_where() method, closes #240 Simon Willison 2021-02-25 08:28:17 -08:00
  • 806c21044a Release 3.6 3.6 Simon Willison 2021-02-18 21:18:02 -08:00
  • 2ba5588881 sqlite-utils --attach option, closes #236 Simon Willison 2021-02-18 21:08:39 -08:00
  • 999f099cbe db.attach(alias, filepath) method, closes #113 Simon Willison 2021-02-18 20:56:32 -08:00
  • 2c1b9f2445
    Create FUNDING.yml Simon Willison 2021-02-18 10:22:43 -08:00
  • 1f49f32814 Don't need line_buffering=True here, refs #230 Simon Willison 2021-02-15 11:18:28 -08:00
  • 8fcaee03b7 Release 3.5 3.5 Simon Willison 2021-02-14 14:43:06 -08:00
  • ef13bb046f Useful error message for enable_fts() on views, closes #220 Simon Willison 2021-02-14 14:34:22 -08:00
  • 50d2096f5e --no-headers option for sqlite-utils insert --csv, closes #228 Simon Willison 2021-02-14 14:25:03 -08:00
  • 427dace184 Added --csv example to README Simon Willison 2021-02-14 13:36:43 -08:00
  • 67cce7c861 Run publish tests on macOS and Windows too, refs #232 Simon Willison 2021-02-14 13:35:12 -08:00
  • 1a93b72ba7 Increase csv field_size_limit to maximum, closes #229 Simon Willison 2021-02-14 13:33:21 -08:00
  • 8f042ae1fd Fix for bug with extra columns in later chunks, closes #234 Simon Willison 2021-02-14 13:03:17 -08:00
  • f51a1f6c3c
    Run tests against Ubuntu, macOS and Windows Simon Willison 2021-02-14 12:39:54 -08:00
  • deb01a8913
    Fixes for tests on Windows windows-ci Simon Willison 2021-02-14 12:34:02 -08:00
  • 44d3c8befc
    Missing import Simon Willison 2021-02-14 12:27:00 -08:00
  • 7ac1774974
    Fix for Windows, thanks to @nieuwenhoven in #225 Simon Willison 2021-02-14 12:23:15 -08:00
  • f748f103fe
    Run tests against Ubunt, macOS and Windows Simon Willison 2021-02-14 12:10:56 -08:00
  • 320f3ac33a offset= and limit= parameters, closes #231 Simon Willison 2021-02-14 12:02:41 -08:00
  • cf811e35e1 Formatting fix Simon Willison 2021-02-14 11:25:58 -08:00
  • 99ff0a288c sqlite-utils insert --sniff option, closes #230 Simon Willison 2021-02-14 11:23:12 -08:00
  • 1e9eb875a6 Switch from codecs.getreader to io.TextIOWrapper, refs #230 Simon Willison 2021-02-14 10:33:26 -08:00
  • 726219c350 Release 3.4.1 3.4.1 Simon Willison 2021-02-05 18:10:04 -08:00
  • 7d04565010 Remove rogue import, refs #226 Simon Willison 2021-02-05 18:09:48 -08:00
  • f8010ca78f Release 3.4 3.4 Simon Willison 2021-02-05 17:37:27 -08:00
  • 1b666f9315 --delimiter and --quotechar, closes #223 Simon Willison 2021-02-05 17:34:47 -08:00
  • 929ea75511 fix for problem in Table.insert_all on search for columns per chunk of rows Frans 2021-01-29 20:58:37 +01:00
  • 341f50d2d9
    Add fts offset docs. Ricardo Ander-Egg 2021-01-22 21:50:46 +01:00
  • 36dc7e3909 Release 3.3 3.3 Simon Willison 2021-01-17 20:28:24 -08:00
  • d4e00f8d01 table.m2m(..., alter=True) option, closes #222 Simon Willison 2021-01-17 20:26:02 -08:00
  • 0b244d207a Release 3.2.1 3.2.1 Simon Willison 2021-01-12 15:22:53 -08:00
  • b6840646ba .add_missing_columns() is now case insensitive, closes #221 Simon Willison 2021-01-12 15:17:27 -08:00
  • 4cc82fd0bc Release 3.2 3.2 Simon Willison 2021-01-03 13:15:26 -08:00
  • 0d2a47eab9 .reset_counts() method and reset-counts command, closes #219 Simon Willison 2021-01-03 12:59:31 -08:00
  • b4f09146d3 table.has_counts_triggers property, refs #219 Simon Willison 2021-01-03 12:41:24 -08:00
  • c265541384 Shorter help summary for rebuild_fts Simon Willison 2021-01-03 12:22:07 -08:00
  • 94b5023066 table.count now uses cached counts if db.use_counts_table Simon Willison 2021-01-03 12:19:34 -08:00
  • 036ec6d323 Ignore test .db files Simon Willison 2021-01-03 10:43:21 -08:00
  • 1e38a16ea8 Nicer error message for invalid JSON insert, closes #206 Simon Willison 2021-01-03 10:42:17 -08:00
  • 6d1828e40b
    Don't run CodeQL against pull requests Simon Willison 2021-01-02 20:30:10 -08:00
  • ce042ff1f0 'sqlite-utils enable-counts' command, closes #214 Simon Willison 2021-01-02 20:26:39 -08:00
  • de08096989 database.triggers_dict, closes #216 Simon Willison 2021-01-02 20:19:55 -08:00
  • 3d041d34d5 Renamed db.escape() to db.quote() and documented it Simon Willison 2021-01-02 20:15:04 -08:00
  • ce918195a4 Use $ instead of % in CLI documentation Simon Willison 2021-01-02 19:52:15 -08:00
  • 5b246d17a0 'sqlite-utils triggers' command, closes #218 Simon Willison 2021-01-02 19:03:15 -08:00
  • 9a5c92b63e db.enable_counts() method, closes #213 Simon Willison 2021-01-02 14:03:52 -08:00
  • 1cad7fad3e table.enable_counts() method, closes #212 Simon Willison 2021-01-02 13:40:10 -08:00
  • b067f1ff57 table.triggers_dict property, closes #211 Simon Willison 2021-01-01 18:10:04 -08:00
  • 0dca784dbe Release 3.1.1 3.1.1 Simon Willison 2021-01-01 15:56:20 -08:00
  • 33c759a74c Test now tolerates optimize producing larger DB, closes #209 Simon Willison 2021-01-01 15:52:36 -08:00
  • 6a34426b12 Docs now live at sqlite-utils.datasette.io Simon Willison 2020-12-29 13:34:55 -08:00
  • 8ca35dfb64 Link to new datasette.io website Simon Willison 2020-12-29 13:33:25 -08:00
  • 5e43e31c2b
    Merge branch 'main' into issue-117-compound-foreign-keys David Kane 2020-12-14 09:39:58 +00:00
  • f1277f638f
    Added Homebrew installation instructions Simon Willison 2020-12-13 20:52:24 -08:00
  • 5e06026e76
    Typo fix Simon Willison 2020-12-13 16:19:51 -08:00
  • 1ce96d8c08 Release 3.1 3.1 Simon Willison 2020-12-12 23:28:20 -08:00
  • cede53a37d Fixed typo in release notes analyze-table Simon Willison 2020-12-12 23:29:45 -08:00
  • 6eea94a49d Release 3.1 Simon Willison 2020-12-12 23:28:20 -08:00
  • 69a121e088
    sqlite-utils analyze-tables command and table.analyze_column() method Simon Willison 2020-12-12 23:20:11 -08:00
  • 95a966bb62 Make least_common/most_common order dependable for tests Simon Willison 2020-12-12 23:18:49 -08:00
  • 5a813bae6d Ensure reliable sort order for tests Simon Willison 2020-12-12 21:43:52 -08:00
  • faedf951e4 table.analyze_column() documentation Simon Willison 2020-12-12 21:40:18 -08:00
  • 1491467444 Swap count and value in analyze output Simon Willison 2020-12-12 21:39:53 -08:00
  • f65fe8ad5c Documentation for analyze-tables Simon Willison 2020-12-12 21:29:20 -08:00
  • 736dca6289 Much improved design for CLI output of analyze-tables Simon Willison 2020-12-12 21:28:43 -08:00
  • 955daaaf05 Truncate values longer than 100 characters Simon Willison 2020-12-12 20:58:05 -08:00
  • c0d21956bc Test for analyze-tables --save Simon Willison 2020-12-12 20:51:40 -08:00
  • f7efe77ccb Tests for analyze tables Simon Willison 2020-12-12 20:46:13 -08:00
  • ef219d6b4d -c / --column option Simon Willison 2020-12-11 21:48:13 -08:00
  • 61461b9881 Don't bother with least_common if less than 10 values Simon Willison 2020-12-11 21:45:37 -08:00
  • d4b8d9e7a5 Improvements to most/least common values Simon Willison 2020-12-11 21:41:07 -08:00
  • 5c176ccbe0 If only one distinct value, record that in most_commond and leave least_common as null Simon Willison 2020-12-11 21:30:44 -08:00
  • ca2ccccac2 Initial prototype of sqlite-utils analyze-tables, refs #207 Simon Willison 2020-12-11 21:27:00 -08:00
  • c5f4f0f70c
    Use jsonify_if_need for sql updates (#204) Andreas Madsack 2020-12-08 18:49:42 +01:00
  • 8ea9ad1913
    use jsonify_if_needed in for sql updates Andreas Madsack 2020-11-29 11:47:14 +01:00
  • 0f5d8c0ebb
    add failing tests for update with json values Andreas Madsack 2020-11-29 11:47:03 +01:00
  • b33c45f073 run formatting David Kane 2020-11-16 10:55:30 +00:00
  • 99992deb31 subclass namedtuple for foreign key David Kane 2020-11-16 10:50:09 +00:00
  • 597965a5a9 revert change to foreign key definition in test David Kane 2020-11-16 00:55:49 +00:00
  • 2f9889d795 remove print statement David Kane 2020-11-16 00:52:40 +00:00
  • 8576ca873d add possibility of compound foreign keys to docs David Kane 2020-11-16 00:40:04 +00:00
  • 3dba2029b5 black formatting David Kane 2020-11-16 00:32:27 +00:00
  • 1c9e21f9a2 changes to allow for compound foreign keys David Kane 2020-11-16 00:18:11 +00:00
  • 60d3c4821b Changes since the 3.0a0 alpha release 3.0 Simon Willison 2020-11-08 09:23:38 -08:00
  • 68637732e0 Release 3.0 Simon Willison 2020-11-08 09:19:20 -08:00
  • 47abca0764 Update README for 3.0 release, refs #194 Simon Willison 2020-11-08 09:16:25 -08:00
  • ce2b07c358 Updated docs for .search_sql() method Simon Willison 2020-11-08 09:04:33 -08:00
  • 79109939c3 search --limit now defaults to everything, refs #192 Simon Willison 2020-11-08 09:00:43 -08:00
  • c5a798c15f .search_sql() fully respects columns=, closes #201 Simon Willison 2020-11-08 08:53:53 -08:00
  • a8acafbfe0 Fixed RST typo Simon Willison 2020-11-06 18:49:24 -08:00
  • 60f4aff9b0
    Link changelog badge to /en/latest/changelog.html Simon Willison 2020-11-06 18:23:56 -08:00
  • 6785e89cc0 Release 3.0a0 3.0a0 Simon Willison 2020-11-06 17:22:24 -08:00