Re: [sqlite] SQLite does not support ARM platform?

2017-03-20 Thread Joseph Stockman
This is a Visual Studio/Microsoft issue. We have been building SQLite on ARM 7 and 9 for almost ten years across a wide variety of (non-Microsoft) operating systems. V. From: sqlite-users [sqlite-users-boun...@mailinglists.sqlite.org] on behalf of

Re: [sqlite] select * on empty virtual table

2011-04-29 Thread Joseph Stockman
Wilson [dr...@begriffli.ch] Sent: Friday, April 29, 2011 10:30 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] select * on empty virtual table Quoth Joseph Stockman <joseph_stock...@tripplite.com>, on 2011-04-29 15:14:07 +: > My apologies. No worries. > W

Re: [sqlite] select * on empty virtual table

2011-04-29 Thread Joseph Stockman
] select * on empty virtual table On Fri, Apr 29, 2011 at 03:14:07PM +, Joseph Stockman scratched on the wall: > My apologies. > > We set idxNum to zero, idxStr to NULL, needToFreeIdxStr to zero, > orderbyConsumed to zero and estimatedCost to 1000. The sqlite3_index_info struct is

Re: [sqlite] select * on empty virtual table

2011-04-29 Thread Joseph Stockman
. From: sqlite-users-boun...@sqlite.org [sqlite-users-boun...@sqlite.org] on behalf of Drake Wilson [dr...@begriffli.ch] Sent: Friday, April 29, 2011 10:07 AM To: General Discussion of SQLite Database Subject: Re: [sqlite] select * on empty virtual table Quoth Joseph Stockman

[sqlite] select * on empty virtual table

2011-04-29 Thread Joseph Stockman
I have looked for a reason or solution to this problem but can't seem to find one anywhere. We are running sqlite in a cross-platform environment (Windows, Linux and an embedded system). This error appears across the board. We are implementing our first set of virtual tables. After xCreate is