mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-07-27 11:24:33 +02:00
Much improved design for CLI output of analyze-tables
This commit is contained in:
parent
955daaaf05
commit
736dca6289
3 changed files with 75 additions and 7 deletions
|
|
@ -1944,7 +1944,7 @@ class Table(Queryable):
|
|||
return self
|
||||
|
||||
def analyze_column(
|
||||
self, column, common_limit=10, value_truncate=100, total_rows=None
|
||||
self, column, common_limit=10, value_truncate=80, total_rows=None
|
||||
):
|
||||
db = self.db
|
||||
table = self.name
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue