datasette/datasette/views
Simon Willison 3a208a41d4 TableView.data() no longer uses .inspect, refs #420
BUT... it does a count(*) against the whole table which may take unbounded time.

Fixing this is part of #422
2019-04-06 20:47:10 -07:00
..
__init__.py
base.py
database.py
index.py
special.py
table.py TableView.data() no longer uses .inspect, refs #420 2019-04-06 20:47:10 -07:00