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
|84|3| > index|TZ_ZoneOffset|TZ_ZoneData|20|CREATE INDEX TZ_ZoneOffset on > TZ_ZoneData (Zone_ID, StartTime + Offset, Offset)|0|35903|161|2| > sqlite> > > > --- > The fact that there's a Highway to Hell but only a Stairway to Heaven says > a lot about anticipated traffi

Re: [sqlite] sqlite_btreeinfo

2018-12-12 Thread Keith Medcalf
inglists.sqlite.org] On Behalf Of Wout Mertens >Sent: Wednesday, 12 December, 2018 13:41 >To: SQLite mailing list >Subject: [sqlite] sqlite_btreeinfo > >I can't figure out how to get access to the sqlite_btreeinfo vtable >that >was added in 3.22 :-( The only documentation is

[sqlite] sqlite_btreeinfo

2018-12-12 Thread Wout Mertens
I can't figure out how to get access to the sqlite_btreeinfo vtable that was added in 3.22 :-( The only documentation is the C file and there doesn't seem to be a compile flag for it. I went and downloaded the file from https://sqlite.org/src/artifact/4f0ebf278f46e68e, then compiled it on on macOS