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

error adding FTS5 table to SQLite database; FTS4 table works #20

Open
AndersSchmidt23 opened this issue Feb 21, 2017 · 0 comments
Open

Comments

@AndersSchmidt23
Copy link

Hi.

I am using ahkDBA to connect to an SQLITE database successfully.

When I add a full text virtual table using the FTS 5 module of SQLITE, and use ahkDBA to generate a query against the database,, ahkDBA generates the error 'A non-object value was improperly invoked. Specifically: 0.'

When I add the same FTS table using the FTS3/4 module, the query runs.

The same error is caused by inserting an FTS5 table in the ahkDBA example database table using the Test table as a source for the FTS file.

Any ideas how to make an database using a FTS5 table work with ankDBA? They are a great combination.

using ahk 1.1.24.01 64 bit

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

1 participant