Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-24 Thread Scott Hess

On 1/24/07, Ralf Junker <[EMAIL PROTECTED]> wrote:

Hello Scott Hess,




Btw: Are there any chances that ticket #2183 could make it into 3.3.12?
It is about a nasty crash which happens to FTS2 compiled with
SQLITE_OMIT_SHARED_CACHE when many records are inserted.
Even though FTS2 is not yet included in any release, the problem
actually surfaces in btree.c which might justify it for fix?


Unfortunately, that bug (actually the one it references) were beyond
my ken when I looked at it.  I might eventually take another run at
it, but my plate is pretty full just now.

-scott

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-24 Thread Ralf Junker
Hello Scott Hess,

>BTW, http://www.sqlite.org/cvstrac/chngview?cn=3596 fixed a sort of
>nasty fts1/2 bug.  Just in case you were looking for something else to
>pick up :-).

Thanks for those fixes, they really work - as tested with sensitive German 
umlauts like 'ÄÖÜäöü'.

Btw: Are there any chances that ticket #2183 could make it into 3.3.12? It is 
about a nasty crash which happens to FTS2 compiled with 
SQLITE_OMIT_SHARED_CACHE when many records are inserted. Even though FTS2 is 
not yet included in any release, the problem actually surfaces in btree.c which 
might justify it for fix?

Also, ticket #2139 should be an easy one to fix for the next version.

Once more many thanks for giving us FTS!

Ralf 


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread Scott Hess

BTW, http://www.sqlite.org/cvstrac/chngview?cn=3596 fixed a sort of
nasty fts1/2 bug.  Just in case you were looking for something else to
pick up :-).

Thanks,
scott


On 1/23/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

Sandeep Suresh <[EMAIL PROTECTED]> wrote:
> I got sqlite-source-3.3.11.zip  from sqlite.org/download.html and found
> this issue. Seems incomplete to me going by http://sqlite.org/changes.html
>

I have now been able to ssh into the machine where I originally
did my build and I discovered the problem:  I failed to do a
"cvs update" prior to starting the build.  So the version 3.3.11
build was really mostly 3.3.10 with only a few updates.  Most of
the 3.3.11 updates had not been pulled in yet.

Bottom line:  I really flubbed the 3.3.11 build.  The code that
was originally published should work at least as well as 3.3.10,
but it omits some of the changes that should have been in 3.3.11.

I'll do a new release (3.3.12) to correct the problem when I return
to my office at the end of this week.

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


-
To unsubscribe, send email to [EMAIL PROTECTED]
-




-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread Sandeep Suresh
Did you update the sources on sqlite.org/download.html ?  I got a few 
more files that were different from sqlite3.3.10 apart from sqlite3.h 
and os_win.c ( fts1.c, os_win.c, parse.c, vdbe.c and where.c )


-Sandeep


[EMAIL PROTECTED] wrote:

Sandeep Suresh <[EMAIL PROTECTED]> wrote:
  
I got sqlite-source-3.3.11.zip  from sqlite.org/download.html and found 
this issue. Seems incomplete to me going by http://sqlite.org/changes.html





I have now been able to ssh into the machine where I originally
did my build and I discovered the problem:  I failed to do a
"cvs update" prior to starting the build.  So the version 3.3.11
build was really mostly 3.3.10 with only a few updates.  Most of
the 3.3.11 updates had not been pulled in yet.

Bottom line:  I really flubbed the 3.3.11 build.  The code that
was originally published should work at least as well as 3.3.10,
but it omits some of the changes that should have been in 3.3.11.

I'll do a new release (3.3.12) to correct the problem when I return
to my office at the end of this week.

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


-
To unsubscribe, send email to [EMAIL PROTECTED]
-


  


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread drh
Sandeep Suresh <[EMAIL PROTECTED]> wrote:
> I got sqlite-source-3.3.11.zip  from sqlite.org/download.html and found 
> this issue. Seems incomplete to me going by http://sqlite.org/changes.html
> 

I have now been able to ssh into the machine where I originally
did my build and I discovered the problem:  I failed to do a
"cvs update" prior to starting the build.  So the version 3.3.11
build was really mostly 3.3.10 with only a few updates.  Most of
the 3.3.11 updates had not been pulled in yet.

Bottom line:  I really flubbed the 3.3.11 build.  The code that
was originally published should work at least as well as 3.3.10,
but it omits some of the changes that should have been in 3.3.11.

I'll do a new release (3.3.12) to correct the problem when I return
to my office at the end of this week.

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


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread Sandeep Suresh
I was trying to download sources for Windows platform.  However, it 
seems fine now.  Wonder what was the problem yesterday. :)


Thanks,
-Sandeep.

[EMAIL PROTECTED] wrote:

Marten Feldtmann <[EMAIL PROTECTED]> wrote:
  

And the dll is ok ???




That is unclear.  I do not have good internet connectivity
where I am right now, so it is hard for me to tell.

I uploaded a new build of 3.3.11 which I did on my laptop.
This build lacks many of the usual downloads.  But it does
include the bare essentials, and I think those are correct
in the new build.  The DLL currently on the download site
*should* be correct, though that is difficult for me to test
from my Linux laptop.

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


-
To unsubscribe, send email to [EMAIL PROTECTED]
-


  


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread drh
Marten Feldtmann <[EMAIL PROTECTED]> wrote:
> And the dll is ok ???
> 

That is unclear.  I do not have good internet connectivity
where I am right now, so it is hard for me to tell.

I uploaded a new build of 3.3.11 which I did on my laptop.
This build lacks many of the usual downloads.  But it does
include the bare essentials, and I think those are correct
in the new build.  The DLL currently on the download site
*should* be correct, though that is difficult for me to test
from my Linux laptop.

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


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread drh
[EMAIL PROTECTED] wrote:
> Sandeep Suresh <[EMAIL PROTECTED]> wrote:
> > I got sqlite-source-3.3.11.zip  from sqlite.org/download.html and found=
>  
> > this issue. Seems incomplete to me going by http://sqlite.org/changes.h=
> tml
> > 
> 
> Yes.  The build appears have malfunctioned.  Unfortunately, I
> am away from my office and am unable to fix the problem right
> now.  I have uploaded a new copy of sqlite-source-3_3_11.zip.
> But I do not have the resources on my laptop to redo the entire
> build.  I might be later in the week before I am able to completely
> fix the delivery.
> 

To avoid confusion, I'll release 3.3.12 later this week.  I do
not anticipate any real code changes (unless something comes up
between now and then).  The purposes of increasing the version number
is so that there will be no ambiguity about what version of SQLite
people are running.  Do to a busted build, somepeople are currently
running 3.3.10 when they think they are running 3.3.11.
--
D. Richard Hipp  <[EMAIL PROTECTED]>


-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread Marten Feldtmann

And the dll is ok ???

Marten

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



Re: [sqlite] Sqlite3.3.11 - No differences except for sqlite3.h and os_win.c

2007-01-23 Thread drh
Sandeep Suresh <[EMAIL PROTECTED]> wrote:
> I got sqlite-source-3.3.11.zip  from sqlite.org/download.html and found 
> this issue. Seems incomplete to me going by http://sqlite.org/changes.html
> 

Yes.  The build appears have malfunctioned.  Unfortunately, I
am away from my office and am unable to fix the problem right
now.  I have uploaded a new copy of sqlite-source-3_3_11.zip.
But I do not have the resources on my laptop to redo the entire
build.  I might be later in the week before I am able to completely
fix the delivery.

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



-
To unsubscribe, send email to [EMAIL PROTECTED]
-