Simon Willison
f7af23837d
--empty-null option for CSV and TSV imports, closes #563
2023-07-02 22:42:26 -07:00
Simon Willison
f5c63088e1
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-25 16:25:51 -07:00
Simon Willison
a256d7de98
Fix a bunch of warnings in the tests, refs #541
2023-05-08 12:57:43 -07:00
Simon Willison
373b7886d2
--raw-lines option, closes #539
2023-05-07 11:26:14 -07:00
Simon Willison
7b2d1c0ffd
Update tests for Python 3.11, closes #502
2022-10-25 12:23:27 -07:00
Simon Willison
34e75ed0dd
sqlite_utils.utils.flatten() function, closes #500
2022-10-18 11:00:35 -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
85e7411bbd
Skip test if pragma_function_list not supported, refs #471
2022-08-26 22:01:58 -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
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
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
Edward Betts
b6c9dfce0b
Correct spelling mistakes (found with codespell) ( #410 )
2022-03-01 13:05:29 -08:00
Chris Amico
a692c56659
Add SpatiaLite helpers to CLI ( #407 )
...
* Add SpatiaLite CLI helpers
* Add docs for spaitalite helpers
* Fix flake8 issues and add more detail on spatial types
* Run cog and add some help text.
* Use SpatiaLite when calculating coverage, refs #407
Co-authored-by: Simon Willison <swillison@gmail.com>
2022-02-15 16:58:07 -08:00
Simon Willison
be1e89da5f
Fixed flake8 errors
2022-01-25 19:22:06 -08:00
Simon Willison
2b20957b18
Better validation for upsert --pk, closes #390
2022-01-25 19:19:39 -08:00
Simon Willison
3b632f0a7e
sqlite-utils rows --where and -p options, closes #382
2022-01-11 15:32:43 -08:00
Simon Willison
324ebc3130
sqlite-utils rows --limit and --offset options, closes #381
2022-01-11 15:19:29 -08:00
Simon Willison
1b84c175b4
--analyze option for create-index, insert, update commands, closes #379 , closes #365
2022-01-10 17:36:41 -08:00
Simon Willison
e0ef9288fe
sqlite-utils analyze command, refs #379
2022-01-10 17:24:17 -08:00
Simon Willison
1d64cd2e5b
sqlite-utils create-database command, closes #348
2022-01-09 12:33:16 -08:00
Simon Willison
b8c134059e
--fmt now implies --table, closes #374
2022-01-09 10:07:48 -08:00
Simon Willison
e0c476bc38
Fix test for Python 3.6, refs #368
2022-01-08 18:37:53 -08:00
Simon Willison
539f5ccd90
Support 'python -m sqlite_utils', closes #368
...
Refs #364
2022-01-08 18:33:22 -08:00
Simon Willison
a7b29bfaa9
Fixed bug with sqlite-utils upsert --detect-types, closes #362
2022-01-05 22:28:29 -08:00
Simon Willison
d1ed2f423d
Refactored sqlite-utils insert tests into test_cli_insert.py
2022-01-05 22:24:53 -08:00
Simon Willison
3b2a7c0e5b
Refactor test for #149 , spitting it from other rebuild test
...
Also refs #354
2021-12-10 16:56:50 -08:00
Simon Willison
7427a9137f
Output [] in JSON mode if no rows, closes #328
2021-09-22 13:20:04 -07:00
Simon Willison
7e2dcbbbea
Fixed bug with --no-headers --tsv, closes #295
2021-08-18 13:18:54 -07:00
Simon Willison
ccf128cd6d
sqlite-utils search --quote option, closes #296
2021-08-18 13:10:44 -07:00
Simon Willison
a6567ec507
Capture parameters= not params=, refs #309
2021-08-09 15:33:33 -07:00
Simon Willison
14f643d9e9
Better error messages in CLI, closes #309
2021-08-09 15:25:52 -07:00
Simon Willison
f67327abf0
sqlite-utils insert --flatten option, closes #310
2021-08-09 14:44:03 -07:00
Simon Willison
ab8d4aad0c
sqlite-utils schema now takes optional tables, closes #299
2021-07-24 15:08:36 -07:00
Simon Willison
90e211e3e2
Now complies with flake8, refs #291
2021-06-22 18:22:08 -07:00
Simon Willison
9faeef230b
New db.query() method, refs #290
2021-06-21 21:03:59 -07:00
Simon Willison
0e797033f9
.transform() on rowid (non-pk) tables bug fix, closes #284
2021-06-19 08:28:26 -07:00
Simon Willison
fd9867d145
sqlite-utils insert --detect-types option, refs #282
2021-06-18 21:18:58 -07:00
Simon Willison
eea3851d40
Added test, formatted with Black - refs #276 , #277
2021-06-18 07:57:32 -07:00
Simon Willison
ca2b26130f
sqlite-utils dump command, closes #274
2021-06-16 16:51:48 -07:00
Simon Willison
287cdcae89
Turn SQL errors into click errors
2021-06-15 21:40:28 -07:00
Simon Willison
0d2e4f49f3
db.schema and 'sqlite-utils schema' command, closes #268
2021-06-11 13:51:49 -07:00
Simon Willison
28dc5aac34
sqlite-utils indexes command, refs #263
2021-06-02 21:26:49 -07:00
Simon Willison
8de5595c21
Handle BOM in CSV files, closes #250
2021-05-28 22:34:17 -07:00
Simon Willison
51d01da30d
Ability to add descending order indexes ( #262 )
...
* DescIndex(column) for descending index columns, refs #260
* Ability to add desc indexes using CLI, closes #260
2021-05-28 22:01:38 -07:00
Simon Willison
2f3371ecb1
Suggest --alter if column is missing, closes #259 , refs #256
2021-05-18 20:26:22 -07:00
Simon Willison
09c3386f55
Applied Black, refs #237
2021-02-25 09:13:00 -08:00