Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-14 Thread Jeremy Hinegardner
On Sat, Jul 12, 2008 at 05:00:32PM -0400, D. Richard Hipp wrote:
> If you sees any problems with the upcoming release, or finds omissions  
> or errors or ambiguities in the documentation, now would be a very  
> good time to speak up.  Thank you for your attention.

http://www.sqlite.org/draft/doc/c3ref/c_config_getmalloc.html

SQLITE_CONFIG_GETMALLOC is listed twice.  I'm assuming the 2nd one, at the
bottom of the page, should be SQLITE_CONFIG_GETMUTEX.

Ticket with patch submitted #3219

enjoy,

-jeremy

-- 

 Jeremy Hinegardner  [EMAIL PROTECTED] 

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-14 Thread Virgilio Fornazin
Patch posted to CVSTRAC timeline. Please take a look.

Ticket n# 3218

On Sun, Jul 13, 2008 at 11:04 AM, Virgilio Fornazin <
[EMAIL PROTECTED]> wrote:

> Thanks for your quick answer... I'll take a look at it to see and submit a
> patch to cvstrac if needed.
>
> Also, thanks again for this great library.
>
>
> On Sun, Jul 13, 2008 at 12:47 AM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
>
>>
>> On Jul 12, 2008, at 5:34 PM, Virgilio Fornazin wrote:
>>
>> > These mutex changes, with sqlite3_initialize() / finalize() calls,
>> > will
>> > solve that problem reported that SQlite3 doesn't delete Critical
>> > Sections
>> > under MS-Windows VFS ?
>>
>>
>> The new interface is designed to solve problems such as this, though
>> the application must invoke sqlite3_shutdown to make it happen.
>> sqlite3_shutdown is not invoked automatically.  On the other hand, I
>> do not think we have added the code to the windows VFS to do this,
>> yet.  Perhaps you can suggest a patch.  The function where the patch
>> would be inserted would be the sqlite3_os_end() implementation at the
>> very bottom of os_win.c.
>>
>> D. Richard Hipp
>> [EMAIL PROTECTED]
>>
>>
>>
>> ___
>> sqlite-users mailing list
>> sqlite-users@sqlite.org
>> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>>
>
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-14 Thread Michael Knigge
> Could be phrased better, but as it is it's perfectly correct. PRAGMA 
> page_count returns the size of the underlying database, measured in 
> units of pages needed.

Yes, you are right - my fault. Sorry!


bye,
Michael

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-14 Thread Mihai Limbasan
Michael Knigge wrote:
> See page
>
> http://www.sqlite.org/draft/doc/35to36.html
>
>
> "Added the page_count PRAGMA for returning the size of the underlying 
> database file in pages."
>
> I guess you mean "... the **count**" and not  **size**.
>   
Could be phrased better, but as it is it's perfectly correct. PRAGMA 
page_count returns the size of the underlying database, measured in 
units of pages needed.
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-14 Thread Michael Knigge
See page

http://www.sqlite.org/draft/doc/35to36.html


"Added the page_count PRAGMA for returning the size of the underlying 
database file in pages."

I guess you mean "... the **count**" and not  **size**.



Bye,
Michael

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-13 Thread Virgilio Fornazin
Thanks for your quick answer... I'll take a look at it to see and submit a
patch to cvstrac if needed.

Also, thanks again for this great library.

On Sun, Jul 13, 2008 at 12:47 AM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:

>
> On Jul 12, 2008, at 5:34 PM, Virgilio Fornazin wrote:
>
> > These mutex changes, with sqlite3_initialize() / finalize() calls,
> > will
> > solve that problem reported that SQlite3 doesn't delete Critical
> > Sections
> > under MS-Windows VFS ?
>
>
> The new interface is designed to solve problems such as this, though
> the application must invoke sqlite3_shutdown to make it happen.
> sqlite3_shutdown is not invoked automatically.  On the other hand, I
> do not think we have added the code to the windows VFS to do this,
> yet.  Perhaps you can suggest a patch.  The function where the patch
> would be inserted would be the sqlite3_os_end() implementation at the
> very bottom of os_win.c.
>
> D. Richard Hipp
> [EMAIL PROTECTED]
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-12 Thread D. Richard Hipp

On Jul 12, 2008, at 5:34 PM, Virgilio Fornazin wrote:

> These mutex changes, with sqlite3_initialize() / finalize() calls,  
> will
> solve that problem reported that SQlite3 doesn't delete Critical  
> Sections
> under MS-Windows VFS ?


The new interface is designed to solve problems such as this, though  
the application must invoke sqlite3_shutdown to make it happen.   
sqlite3_shutdown is not invoked automatically.  On the other hand, I  
do not think we have added the code to the windows VFS to do this,  
yet.  Perhaps you can suggest a patch.  The function where the patch  
would be inserted would be the sqlite3_os_end() implementation at the  
very bottom of os_win.c.

D. Richard Hipp
[EMAIL PROTECTED]



___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-12 Thread Doug
And Section 2.0 has: "Partually or fully disable" 

> -Original Message-
> From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
> Behalf Of Shawn Wilsher
> Sent: Saturday, July 12, 2008 4:49 PM
> To: General Discussion of SQLite Database
> Subject: Re: [sqlite] SQLite 3.6.0 coming soon...
> 
> I believe there is a typo in Section 1.1 in 1.c.  You have
> "filesyste-specific" where I think you mean "filesystem-specific".
> 
> Cheers,
> 
> Shawn
> 
> On Sat, Jul 12, 2008 at 5:00 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
> > The current plan is to release SQLite version 3.6.0 on Wednesday,
> > 2008-07-16.
> >
> > Draft documentation on version 3.6.0 is available at
> http://www.sqlite.org/draft/doc/index.html
> > .  Please pay particular attention to:
> >
> > http://www.sqlite.org/draft/doc/35to36.html
> >
> > If you sees any problems with the upcoming release, or finds omissions
> > or errors or ambiguities in the documentation, now would be a very
> > good time to speak up.  Thank you for your attention.
> >
> > D. Richard Hipp
> > [EMAIL PROTECTED]
> >
> >
> >
> > ___
> > sqlite-users mailing list
> > sqlite-users@sqlite.org
> > http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
> >
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-12 Thread Shawn Wilsher
I believe there is a typo in Section 1.1 in 1.c.  You have
"filesyste-specific" where I think you mean "filesystem-specific".

Cheers,

Shawn

On Sat, Jul 12, 2008 at 5:00 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:
> The current plan is to release SQLite version 3.6.0 on Wednesday,
> 2008-07-16.
>
> Draft documentation on version 3.6.0 is available at 
> http://www.sqlite.org/draft/doc/index.html
> .  Please pay particular attention to:
>
> http://www.sqlite.org/draft/doc/35to36.html
>
> If you sees any problems with the upcoming release, or finds omissions
> or errors or ambiguities in the documentation, now would be a very
> good time to speak up.  Thank you for your attention.
>
> D. Richard Hipp
> [EMAIL PROTECTED]
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite 3.6.0 coming soon...

2008-07-12 Thread Virgilio Fornazin
These mutex changes, with sqlite3_initialize() / finalize() calls, will
solve that problem reported that SQlite3 doesn't delete Critical Sections
under MS-Windows VFS ?


On Sat, Jul 12, 2008 at 6:00 PM, D. Richard Hipp <[EMAIL PROTECTED]> wrote:

> The current plan is to release SQLite version 3.6.0 on Wednesday,
> 2008-07-16.
>
> Draft documentation on version 3.6.0 is available at
> http://www.sqlite.org/draft/doc/index.html
> .  Please pay particular attention to:
>
> http://www.sqlite.org/draft/doc/35to36.html
>
> If you sees any problems with the upcoming release, or finds omissions
> or errors or ambiguities in the documentation, now would be a very
> good time to speak up.  Thank you for your attention.
>
> D. Richard Hipp
> [EMAIL PROTECTED]
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users