Re: [sqlite] sqlite_btreeinfo

2018-12-13 Thread Keith Medcalf
Mertens >Sent: Thursday, 13 December, 2018 04:04 >To: SQLite mailing list >Subject: Re: [sqlite] sqlite_btreeinfo > >And how do you compile sqlite so it has the extension? The error I >posted >was actually with a loaded db, so that's not it. > >I must be compiling or loa

Re: [sqlite] sqlite_btreeinfo

2018-12-13 Thread Wout Mertens
And how do you compile sqlite so it has the extension? The error I posted was actually with a loaded db, so that's not it. I must be compiling or loading the extension wrong somehow. Also, I saw that it requires sqlite_db[vtab? not sure] and that table is also missing Wout. On Thu, Dec 13, 2018

Re: [sqlite] sqlite_btreeinfo

2018-12-12 Thread Keith Medcalf
I have the extension compiled in. When a database does not exist I get: SQLite version 3.27.0 2018-12-10 01:48:29 Enter ".help" for usage hints. Connected to a transient in-memory database. Use ".open FILENAME" to reopen on a persistent database. sqlite> select * from sqlite_btreeinfo; Error: no