Re: [sqlite] How to get access to SQLite Test Harness #3(TH3)

2014-06-26 Thread Richard Hipp
On Thu, Jun 26, 2014 at 1:55 AM, Kishore Reddy wrote: > > *Richard Hipp,* > I am planning to use SQLite library in *Avionics Level B software*. > SQLite is developed using a DO-178B compatible process. The 100% MC/DC testing is just one aspect of that. Contact our office for

Re: [sqlite] How to get access to SQLite Test Harness #3(TH3)

2014-06-25 Thread Kishore Reddy
Hi *Roger Binns*, Thanks for the reply.Actually i wasnt checking mail-list for answer i thought i will be getting mail to my gmail that is the reason i posted on developers forum too. *Richard Hipp*, i dont see any reply from you in the mail-list. *Roger Binns/* *Richard Hipp,* I am planning

Re: [sqlite] How to get access to SQLite Test Harness #3(TH3)

2014-06-24 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 23/06/14 23:09, Kishore Reddy wrote: > a)I want to use sqlite library in my project software.In the website it > is listed as TH3 achieves 100% branch test coverage. The SQLite software as released has already been tested with TH3 and passed. You

[sqlite] How to get access to SQLite Test Harness #3(TH3)

2014-06-24 Thread Kishore Reddy
Hi, a)I want to use sqlite library in my project software.In the website it is listed as TH3 achieves 100% branch test coverage.I want all the test results of the SQLite software which shows that the software has *100% statement+branch coverage*.Can any one tell me how to get these test results ??

[sqlite] test harness?

2009-11-05 Thread Tim Romano
I am encountering significant differences in the way the data libraries for SQLite produced by a "major player" are handling joins, unions, and inline views, in combination, compared to several other GUI front ends for SQLite which have been well-received and which jibe with each other. Is