Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DBD::SQLite::st execute failed: no such column at line 201. #4

Open
Veraellyunjie opened this issue Oct 8, 2022 · 2 comments
Open

Comments

@Veraellyunjie
Copy link

Dashes break pkg:

pkg search p5-Test 
DBD::SQLite::st execute failed: no such column: Test at /opt/bin.d/pkg line 201.
pkg search nedit-ng
DBD::SQLite::st execute failed: no such column: ng at /opt/bin.d/pkg line 201.
pkg search withoutdash
# fine
pkg search with-dash
DBD::SQLite::st execute failed: no such column: dash at /opt/bin.d/pkg line 201.

Also, it fails with exitcode 0

@qbit
Copy link
Owner

qbit commented Oct 8, 2022

Ya, I am not sure what to do about the syntax .. SQLite's fts5 stuff is pretty limited.

I am planning on testing a few different approaches but none seem ideal.

@qbit
Copy link
Owner

qbit commented Oct 10, 2022

This should be fixed here: 83ecf32

Sorta a hammer approach..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants