mirror of
https://github.com/simonw/datasette.git
synced 2026-06-05 16:46:57 +02:00
datasette inspect now counts 10,000+ tables correctly (#2752)
Closes #2712 Refs https://github.com/simonw/datasette/pull/2721#issuecomment-4568966383
This commit is contained in:
parent
74324cb849
commit
6a998610ee
3 changed files with 22 additions and 4 deletions
|
|
@ -37,6 +37,7 @@ Bug fixes
|
|||
~~~~~~~~~
|
||||
|
||||
- Fixed a bug where visiting ``/<database>/-/query`` without a ``?sql=`` parameter returned a 500 error. (:issue:`2743`)
|
||||
- The ``datasette inspect`` command now correctly records row counts for tables with more than 10,000 rows. (:issue:`2712`)
|
||||
|
||||
.. _v1_0_a30:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue