Simon Willison
|
52ddb0b9ff
|
Rename utility functions to library
|
2022-11-15 07:53:38 -08:00 |
|
Simon Willison
|
0d45ee1102
|
Release 3.30
Refs #480, #483, #485, #495, #500, #502, #504
|
2022-10-25 15:21:34 -07:00 |
|
Simon Willison
|
eb67fc69a2
|
Run cog -r against latest tabulate, refs #501
|
2022-10-18 11:08:34 -07:00 |
|
Simon Willison
|
34e75ed0dd
|
sqlite_utils.utils.flatten() function, closes #500
|
2022-10-18 11:00:35 -07:00 |
|
Simon Willison
|
d792dad1cf
|
Clarify wording
|
2022-09-26 19:23:17 -07:00 |
|
Simon Willison
|
cbed080782
|
Typo
|
2022-09-26 17:10:59 -07:00 |
|
Simon Willison
|
c7cad6fc25
|
Documentation for Just, closes #494
Also added 'just init' and fixed a couple of missing pipenv run calls.
|
2022-09-26 12:26:31 -07:00 |
|
Simon Willison
|
6b268a1b36
|
language = "en" to fix Sphinx warning
|
2022-09-26 12:26:04 -07:00 |
|
Simon Willison
|
afbd2b2cba
|
Link to convert command too, refs #483
|
2022-09-26 12:09:32 -07:00 |
|
Simon Willison
|
ee74bd5f81
|
Fix heading levels, refs #483
|
2022-09-26 12:03:54 -07:00 |
|
Simon Willison
|
85247038f7
|
install and uninstall commands, closes #483
|
2022-09-26 11:57:11 -07:00 |
|
Simon Willison
|
d9b9e075f0
|
Documented the release process
|
2022-09-06 20:45:36 -07:00 |
|
Simon Willison
|
5b969273f1
|
Markup tweak
|
2022-09-01 18:44:56 -07:00 |
|
Simon Willison
|
686eed9a49
|
Typo in release notes
|
2022-09-01 18:37:13 -07:00 |
|
Simon Willison
|
087753cd42
|
sites.db is better name than dogs.db in this example
|
2022-08-27 21:01:55 -07:00 |
|
Simon Willison
|
b491f22d81
|
Release 3.29
Refs #423, #458, #467, #469, #470, #471, #472, #475
Closes #487
|
2022-08-27 20:48:36 -07:00 |
|
Simon Willison
|
365f62520f
|
will, not may - refs #468
|
2022-08-27 20:38:30 -07:00 |
|
Simon Willison
|
104f37fa4d
|
db[table].create(..., transform=True) and create-table --transform
Closes #467
|
2022-08-27 16:17:55 -07:00 |
|
Simon Willison
|
36ffcafb1a
|
table.default_values property, closes #475
Refs #468
|
2022-08-27 15:42:58 -07:00 |
|
Simon Willison
|
19dd077944
|
Support entrypoints for --load-extension (#473)
* Entrypoint support, closes #470
|
2022-08-26 22:55:47 -07:00 |
|
Simon Willison
|
a46a5e3a9e
|
Improved code compilation pattern, closes #472
|
2022-08-26 22:20:09 -07:00 |
|
Simon Willison
|
23ef1d6c20
|
bulk --functions, closes #471
|
2022-08-26 22:10:43 -07:00 |
|
Simon Willison
|
59e2cfbdc1
|
sqlite-utils memory --functions, refs #471
|
2022-08-26 22:03:53 -07:00 |
|
Simon Willison
|
31f062d4a7
|
sqlite-utils query --functions option, refs #471
|
2022-08-26 21:53:55 -07:00 |
|
Simon Willison
|
7a9a6363ff
|
sqlite-utils rows --order option, closes #469
|
2022-08-26 21:10:20 -07:00 |
|
Simon Willison
|
f4fb78fa95
|
Cross-link CLI to Python docs (#460)
* Start cross-linking CLI to Python docs, refs #426
* More links to Python from CLI page, refs #426
|
2022-08-18 14:58:07 -07:00 |
|
Simon Willison
|
45e24deffe
|
Link API docs to GitHub source code, refs #464
|
2022-08-13 09:24:18 -07:00 |
|
Simon Willison
|
271433fdd1
|
Discord badge (#462)
|
2022-08-02 14:15:52 -07:00 |
|
Simon Willison
|
1acc04c071
|
Link to new tutorial
Refs https://github.com/simonw/datasette.io/issues/108
|
2022-07-31 12:12:37 -07:00 |
|
Simon Willison
|
1491b66dd7
|
register_function(name=...) argument, closes #458
|
2022-07-27 17:13:49 -07:00 |
|
Simon Willison
|
77ca051d4f
|
Link to installation instructions (#457)
|
2022-07-27 10:57:50 -07:00 |
|
Simon Willison
|
9e6cceac1c
|
Fixed incorrect issue number
|
2022-07-20 16:09:53 -07:00 |
|
Simon Willison
|
855bce8c38
|
Release 3.28
Refs #441, #443, #445, #449, #450, #454
|
2022-07-15 15:56:01 -07:00 |
|
Simon Willison
|
b9a89a0f2c
|
duplicate --ignore option, refs #450
|
2022-07-15 15:35:58 -07:00 |
|
Simon Willison
|
5fa823f03f
|
add-column --ignore option, refs #450
|
2022-07-15 15:31:37 -07:00 |
|
Simon Willison
|
2c77f4467e
|
Add --ignore to create-index as alias of --if-not-exists, refs #450
|
2022-07-15 15:25:49 -07:00 |
|
Simon Willison
|
40b6947255
|
enable-fts --replace option, refs #450
Also fixed up some sqlite3.OperationalError imports.
|
2022-07-15 15:20:26 -07:00 |
|
Simon Willison
|
9dd4cf891d
|
Improve CLI help for drop-table and drop-view, refs #450
|
2022-07-15 15:09:07 -07:00 |
|
Simon Willison
|
e10536c7f5
|
utils.chunks() is now a documented API, closes #451
|
2022-07-15 14:59:30 -07:00 |
|
Simon Willison
|
c710ade644
|
sqlite-utils duplicate command, closes #454, refs #449
Also made it so .duplicate() raises new NoTable exception rather than raising
an AssertionError if the source table does not exist.
|
2022-07-15 14:45:47 -07:00 |
|
Simon Willison
|
da030d49fd
|
Documentation for .duplicate(), refs #449
|
2022-07-15 14:29:52 -07:00 |
|
Simon Willison
|
5754311494
|
Only syntax highlight if a code-block is used
Refs #447
|
2022-06-21 08:00:17 -07:00 |
|
Simon Willison
|
773f2b6b20
|
Documented TypeTracker, closes #445
|
2022-06-20 12:46:49 -07:00 |
|
Simon Willison
|
c80971d28a
|
sqlite_utils.utils.rows_from_file in reference.html, refs #443
|
2022-06-20 12:22:44 -07:00 |
|
Simon Willison
|
3fbe8a784c
|
Link to annotated release notes for 3.27
|
2022-06-18 20:30:24 -07:00 |
|
Simon Willison
|
2d84577202
|
Fix tiny typo in 3.27 release notes
|
2022-06-14 21:41:16 -07:00 |
|
Simon Willison
|
679d608119
|
Release 3.27
Refs #434, #435, #436, #440, #441, #442, #443
|
2022-06-14 21:30:47 -07:00 |
|
Simon Willison
|
1b09538bc6
|
where= and where_args= parameters to search() and search_sql()
Closes #441
|
2022-06-14 14:54:35 -07:00 |
|
Simon Willison
|
0b6aba696d
|
Documentation for maximize_csv_field_size_limit, closes #442
|
2022-06-14 14:31:45 -07:00 |
|
Simon Willison
|
ce670e2d44
|
Docs for rows_from_file
Closes #440, closes #443
|
2022-06-14 13:12:42 -07:00 |
|