Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-24 Thread Brodie Thiesfield
On Thu, 20 Sep 2007 10:14:10 -0700 drh wrote:
> Sqlite3_open_v2() and SQLITE_OPEN_READONLY and a whole bunch
> of other stuff is all new to 3.5.0.  Version 3.5.0 is stable.
> It has lots of cool stuff.  Older versions are not supported
> (except for paying customers) - by which we mean that if any
> bugs are discovered they will be fixed in 3.5.0 only, not
> in branches.  You (and a lot of other people) really need
> to upgrade.

Stable? Since when was 3.5.0 even released? 

There has been no release announcement in this list (that I can 
find in the archives in any case), and the front page of 
http://sqlite.org announces that it is still in alpha.

Surely until there is a formal release of 3.5.0, the existing
version of 3.4.2 is still the current stable version?

Regards,
Brodie






  Sick of deleting your inbox? Yahoo!7 Mail has free unlimited storage.
http://au.docs.yahoo.com/mail/unlimitedstorage.html


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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread Liam Healy
No, I meant like in http://sqlite.org/capi3ref.html#sqlite3_open,
adding a small logo  or box "new in 3.5.0" adjacent to the description
of _v2.  Then it is clear what version(s) support the feature.

On 9/20/07, Kees Nuyt <[EMAIL PROTECTED]> wrote:
>
> On Thu, 20 Sep 2007 13:57:58 -0400, Liam wrote:
>
> > It would be nice if the documentation gave a
> > brief indication when a feature is added
> > ("new in 3.5.0" unobtrusively somewhere).
>
> Like in http://www.sqlite.org/34to35.html ?
> --
>   (  Kees Nuyt
>   )
> c[_]
>
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -
>
>

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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread Kees Nuyt

On Thu, 20 Sep 2007 13:57:58 -0400, Liam wrote:

> It would be nice if the documentation gave a
> brief indication when a feature is added
> ("new in 3.5.0" unobtrusively somewhere).

Like in http://www.sqlite.org/34to35.html ?
-- 
  (  Kees Nuyt
  )
c[_]

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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread Liam Healy
OK thanks, I'll upgrade when it hits Debian unstable which I expect
will be fairly soon.  It would be nice if the documentation gave a
brief indication when a feature is added ("new in 3.5.0" unobtrusively
somewhere).

Liam

On 9/20/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> "Liam Healy" <[EMAIL PROTECTED]> wrote:
> > I tried to use sqlite3_open_v2 and SQLITE_OPEN_READONLY as described in
> > http://sqlite.org/capi3ref.html#sqlite3_open, but the symbol
> > SQLITE_OPEN_READONLY is unknown, even though I have included
> > sqlite3.h.  I am using version 3.4.2.  Was this symbol not added until
> > a later version, or am I supposed to use the definition given on the
> > web page?
> >
>
> Sqlite3_open_v2() and SQLITE_OPEN_READONLY and a whole bunch
> of other stuff is all new to 3.5.0.  Version 3.5.0 is stable.
> It has lots of cool stuff.  Older versions are not supported
> (except for paying customers) - by which we mean that if any
> bugs are discovered they will be fixed in 3.5.0 only, not
> in branches.  You (and a lot of other people) really need
> to upgrade.
> --
> D. Richard Hipp <[EMAIL PROTECTED]>
>
>
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> -
>
>

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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread drh
RaghavendraK 70574 <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> Is the performance same,better or 
> 

Perhaps a little better for some special cases.
Otherwise about the same.
--
D. Richard Hipp <[EMAIL PROTECTED]>


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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread RaghavendraK 70574
Hi,

Is the performance same,better or 

regards
ragha

**
 This email and its attachments contain confidential information from HUAWEI, 
which is intended only for the person or entity whose address is listed above. 
Any use of the information contained herein in any way (including, but not 
limited to, total or partial disclosure, reproduction, or dissemination) by 
persons other than the intended recipient(s) is prohibited. If you receive this 
e-mail in error, please notify the sender by phone or email immediately and 
delete it!
 
*

- Original Message -
From: [EMAIL PROTECTED]
Date: Thursday, September 20, 2007 10:40 pm
Subject: Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

> "Liam Healy" <[EMAIL PROTECTED]> wrote:
> > I tried to use sqlite3_open_v2 and SQLITE_OPEN_READONLY as 
> described in
> > http://sqlite.org/capi3ref.html#sqlite3_open, but the symbol
> > SQLITE_OPEN_READONLY is unknown, even though I have included
> > sqlite3.h.  I am using version 3.4.2.  Was this symbol not added 
> until> a later version, or am I supposed to use the definition 
> given on the
> > web page?
> > 
> 
> Sqlite3_open_v2() and SQLITE_OPEN_READONLY and a whole bunch
> of other stuff is all new to 3.5.0.  Version 3.5.0 is stable.
> It has lots of cool stuff.  Older versions are not supported
> (except for paying customers) - by which we mean that if any
> bugs are discovered they will be fixed in 3.5.0 only, not
> in branches.  You (and a lot of other people) really need
> to upgrade.
> --
> D. Richard Hipp <[EMAIL PROTECTED]>
> 
> 
> 
> -
> To unsubscribe, send email to [EMAIL PROTECTED]
> 
> -
> 
> 

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



Re: [sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread drh
"Liam Healy" <[EMAIL PROTECTED]> wrote:
> I tried to use sqlite3_open_v2 and SQLITE_OPEN_READONLY as described in
> http://sqlite.org/capi3ref.html#sqlite3_open, but the symbol
> SQLITE_OPEN_READONLY is unknown, even though I have included
> sqlite3.h.  I am using version 3.4.2.  Was this symbol not added until
> a later version, or am I supposed to use the definition given on the
> web page?
> 

Sqlite3_open_v2() and SQLITE_OPEN_READONLY and a whole bunch
of other stuff is all new to 3.5.0.  Version 3.5.0 is stable.
It has lots of cool stuff.  Older versions are not supported
(except for paying customers) - by which we mean that if any
bugs are discovered they will be fixed in 3.5.0 only, not
in branches.  You (and a lot of other people) really need
to upgrade.
--
D. Richard Hipp <[EMAIL PROTECTED]>


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



[sqlite] sqlite3_open_v2 and SQLITE_OPEN_READONLY

2007-09-20 Thread Liam Healy
I tried to use sqlite3_open_v2 and SQLITE_OPEN_READONLY as described in
http://sqlite.org/capi3ref.html#sqlite3_open, but the symbol
SQLITE_OPEN_READONLY is unknown, even though I have included
sqlite3.h.  I am using version 3.4.2.  Was this symbol not added until
a later version, or am I supposed to use the definition given on the
web page?

Thanks

Liam

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