datasette/datasette/views
Simon Willison 6f41c8a2be
--crossdb option for joining across databases (#1232)
* Test for cross-database join, refs #283
* Warn if --crossdb used with more than 10 DBs, refs #283
* latest.datasette.io demo of --crossdb joins, refs #283
* Show attached databases on /_memory page, refs #283
* Documentation for cross-database queries, refs #283
2021-02-18 14:09:12 -08:00
..
__init__.py Refactored views into new views/ modules, refs #256 2018-05-14 00:04:23 -03:00
base.py Fixed bug loading database called 'test-database (1).sqlite' 2021-01-24 21:13:05 -08:00
database.py --crossdb option for joining across databases (#1232) 2021-02-18 14:09:12 -08:00
index.py /db/table/-/blob/pk/column.blob download URL, refs #1036 2020-10-24 16:09:18 -07:00
special.py Use f-strings in place of .format() 2020-11-15 15:24:22 -08:00
table.py Fixed bug with ?_sort= and ?_search=, closes #1214 2021-02-02 13:21:03 -08:00