ahkDBA icon indicating copy to clipboard operation
ahkDBA copied to clipboard

error adding FTS5 table to SQLite database; FTS4 table works

Open AndersSchmidt23 opened this issue 8 years ago • 0 comments

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

AndersSchmidt23 avatar Feb 21 '17 21:02 AndersSchmidt23