mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Correct facet links for columns with a leading underscore, closes #1506
This commit is contained in:
parent
c92ab51b3c
commit
c306b696de
8 changed files with 179 additions and 43 deletions
|
|
@ -82,7 +82,7 @@ async def test_table_exists(db, tables, exists):
|
|||
"on_earth",
|
||||
"state",
|
||||
"city_id",
|
||||
"neighborhood",
|
||||
"_neighborhood",
|
||||
"tags",
|
||||
"complex_array",
|
||||
"distinct_some_null",
|
||||
|
|
@ -170,7 +170,7 @@ async def test_table_columns(db, table, expected):
|
|||
),
|
||||
Column(
|
||||
cid=6,
|
||||
name="neighborhood",
|
||||
name="_neighborhood",
|
||||
type="text",
|
||||
notnull=0,
|
||||
default_value=None,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue