Skip to content

Wrong table name when trying to insert tags data #102

Open
@ngirard

Description

Using latest MarkdownDB version on Ubuntu 23.04.

Got the following error:

[Error: insert into `tags` (`name`) select 'Actionnable/Type/Activit' as `name` 
union all select 'Actionnable/Type/Activité' as `name` 
union all select 'Autodirection/Suivi_d_ex' as `name` 
union all select 'Chronologie' as `name` ... 
union all select 'Actionnable/Type/T' as `name` 
union all select 'Actionnable/Priorit' as `name` 
union all select 'actionable/objectif-mesurable' as `name` 
union all select 'actionable/projet' as `name` 
union all select 'projet' as `name` 
union all select 'Priorit' as `name` ... 
union all select 'AI' as `name` - SQLITE_ERROR: no such table: tags] {
  errno: 1,
  code: 'SQLITE_ERROR'
}

tags appears to be used in this statement, while the sqlite file contains such file_tags table.

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions