Re: [sqlite] Same error is flagged in 3.2.8 for sqlite3GenerateConstraintChecks() [was [sqlite] Known issue in 3.2.7 in vaccum?

2006-01-23 Thread drh
Russell Leighton <[EMAIL PROTECTED]> wrote:
> Thx.
> 
> I'll re-test with 3.3.1.
> 
> That said, isn't 3.2.8 supposed to be the stable release?
> 

That depends on what you mean by "stable".  If you mean
"unchanging", then yes, 3.2.8 is stable.  The 3.2.x series
is closed and will never again change. All new code, all bug 
fixes, etc, go into 3.3.x.

Please do not be mislead by the "alpha" label on 3.3.1.  
Unless you are using the newer features, the CVS head
probably has far fewer bugs than 3.2.8.

--
D. Richard Hipp <[EMAIL PROTECTED]>



Re: [sqlite] Same error is flagged in 3.2.8 for sqlite3GenerateConstraintChecks() [was [sqlite] Known issue in 3.2.7 in vaccum?

2006-01-23 Thread Russell Leighton


Thx.

I'll re-test with 3.3.1.

That said, isn't 3.2.8 supposed to be the stable release?

[EMAIL PROTECTED] wrote:


Russell Leighton <[EMAIL PROTECTED]> wrote:
 


Recompiled using 3.2.8 of sqlite, same issue is flagged by valgrind.

   



3.2.8 is a single-line change to 3.2.7.  That they show
the same bug is not surprising.

There have been a bazillion minor tweaks to SQLite since
3.2.7/8.  If you see the same problem in 3.3.1 or the latest
from CVS, then I am interested.  But I cannot reproduce your
problem so I am going to assume it has already been fixed.
--
D. Richard Hipp <[EMAIL PROTECTED]>



 





Re: [sqlite] Same error is flagged in 3.2.8 for sqlite3GenerateConstraintChecks() [was [sqlite] Known issue in 3.2.7 in vaccum?

2006-01-23 Thread drh
Russell Leighton <[EMAIL PROTECTED]> wrote:
> Recompiled using 3.2.8 of sqlite, same issue is flagged by valgrind.
> 

3.2.8 is a single-line change to 3.2.7.  That they show
the same bug is not surprising.

There have been a bazillion minor tweaks to SQLite since
3.2.7/8.  If you see the same problem in 3.3.1 or the latest
from CVS, then I am interested.  But I cannot reproduce your
problem so I am going to assume it has already been fixed.
--
D. Richard Hipp <[EMAIL PROTECTED]>