[sqlite] How to get sqlite3.3.6

2008-09-28 Thread w wg
Hi,

I want to get sqlite v3.3.6 , I have noticed the download page ,but I
don't understand cvs.

Can you help me ?

Thank you.

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


[sqlite] How to handle single digit date ?

2006-12-24 Thread w wg

Hi,

This works as what I want :

select date('2006-12-05')
2006-12-05

But,
select date('2006-12-5')
null

Please help me , how to handle the single digit month or day ?

Thank you.
--
wwg

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



Re: [sqlite] sqlite web site performance

2006-12-23 Thread w wg

The following is from ibm developerworks site:

Its creator conservatively estimates that it can handle a Web site
with a load of up to 100,00 hits a day, and there have been cases
where SQLite has handled a load 10 times that.

origin link:
http://www-128.ibm.com/developerworks/opensource/library/os-sqlite/


2006/12/23, Florian Weimer <[EMAIL PROTECTED]>:

* w. wg:

> The documents on sqlite official site says that sqlite can works fine
> if a site's traciffic is under 10 click  per day. But I found a
> lot of sites ( including IBM developer network) say the number is only
> 1 per day.

Your are probably confusing the number of hits and visitors.  I'm sure
the IBM developer network has more than 10,000 hits per day.  Given
the number of individual pages, search engines alone will generate
more traffic than that.

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





--
--
WenGe Wang

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



[sqlite] sqlite web site performance

2006-12-22 Thread w wg

Hi ,

The documents on sqlite official site says that sqlite can works fine
if a site's traciffic is under 10 click  per day. But I found a
lot of sites ( including IBM developer network) say the number is only
1 per day.

Which one is correct ? 1 or 10 ?

Thank you.

--
WWG

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