Re: [sqlite] SQLite version 3.7.17 schedule

2013-05-03 Thread Drake Wilson
Quoth Richard Hipp , on 2013-05-03 14:00:28 -0400: > The release of SQLite 3.7.17 has been tentatively scheduled for > 2013-05-22. We do not anticipate any further application-visible changes, > though we may well merge the winOsTrace branch ( > http://www.sqlite.org/src/timeline?r=winOsTrace) pri

[sqlite] SQLite version 3.7.17 schedule

2013-05-03 Thread Richard Hipp
The release of SQLite 3.7.17 has been tentatively scheduled for 2013-05-22. We do not anticipate any further application-visible changes, though we may well merge the winOsTrace branch ( http://www.sqlite.org/src/timeline?r=winOsTrace) prior to release. A summary of changes can be seen here:

Re: [sqlite] Feature request: Generate 'INSERT' command

2013-05-03 Thread Simon Slavin
On 2 May 2013, at 3:52pm, Igor Tandetnik wrote: > On 5/2/2013 10:45 AM, Simon Slavin wrote: >> I know of the reluctance among the SQLite programmers to add features to the >> intentionally 'lite' product, but I am coming to the conclusion that having >> this feature in the standard code base w

Re: [sqlite] SQLLite on Windows CE7 / 2013: build or use binaries?

2013-05-03 Thread Richard Hipp
On Fri, May 3, 2013 at 11:39 AM, wrote: > We are interested in using it but are not sure whether we should build our > self or take the existing "Pocket PC" binaries. Does anybody have > experience and can anybody point out the consequences of using the > pre-built binaries. It looks to us that t

[sqlite] SQLLite on Windows CE7 / 2013: build or use binaries?

2013-05-03 Thread Christian.Kuendig
We are interested in using it but are not sure whether we should build our self or take the existing "Pocket PC" binaries. Does anybody have experience and can anybody point out the consequences of using the pre-built binaries. It looks to us that they are built against APIs / SDK that are not u

Re: [sqlite] Documentation SQLException

2013-05-03 Thread Simon Slavin
On 3 May 2013, at 1:52pm, Douglas Agenor wrote: > hello, I'm programming a connection class with BD and need to know where I > can get a list of error SQLException class, because I am looking for 2 days > and can not find. The SQLite result code list is here:

[sqlite] Documentation SQLException

2013-05-03 Thread Douglas Agenor
hello, I'm programming a connection class with BD and need to know where I can get a list of error SQLException class, because I am looking for 2 days and can not find. Thanks and more!___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.

Re: [sqlite] How people test db failures

2013-05-03 Thread Simon Slavin
On 3 May 2013, at 4:03am, Igor Korot wrote: > How do people prove to their customers that no matter what As others have commented, this is too vague. Many disasters will destroy the hardware the data is stored on. They need to integrate what the software does for recovery with their own rec

Re: [sqlite] How people test db failures

2013-05-03 Thread Keith Medcalf
> > > My question was a little different. > > > I am developing desktop application which utilizes SQLite. At some > > > point in time my customer will want to know what happen when the DB > > > operation breaks. > > This depends on your definition of "breaks". > Let me give you an example.

Re: [sqlite] How people test db failures

2013-05-03 Thread Jean-Christophe Deschamps
At 07:31 03/05/2013, you wrote: Problem is, how do I prove to the customer/user that it is working as expected no matter what? There are two important points in your question. The second (!) is "prove". The first is "as expected". Let me expand on why. For a system (irrespective of its natur