Re: [sqlite] SQLite turns 10 years old (D. Richard Hipp)

2010-05-30 Thread Rob Sciuk

> Thanks, everybody, for helping to make SQLite the most widely deployed
> SQL database engine in the world.  And Happy 10th Birthday to SQLite!
> 
> D. Richard Hipp
> d...@sqlite.org

That SQLite made it ten years is testament to its focused initial design 
objectives, and unwavering adherence to same.  Couple the very generous 
license with the copious talents of those contributing to the project, and 
I believe that the next 10 years are a given.

Kudos, congratulations and most of all a deep appreciation to D. Richard 
Hipp, et.al.  Thanks, Richard.

Sincerely,
Rob Sciuk

-- 
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=--=-=-=-=
Robert S. Sciuk http://www.controlq.com 259 Simcoe St. S.
Control-Q Research  tel: 905.576.8028   Oshawa, Ont.
r...@controlq.com   fax: 905.576.8386   Canada, L1H 4H3
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite turns 10 years old

2010-05-29 Thread Jim "Jed" Dodgen
Happy birthday and thanks for the memories.

This has been a damn nice project.


On Sat, May 29, 2010 at 6:57 AM, D. Richard Hipp  wrote:
> The first code check-in for SQLite occurred on 2000-05-29 14:26 UTC -
> ten years ago today.
>
>     http://www.sqlite.org/src/timeline?c=2000-05-29+14:26
>
> Some of the code in SQLite (such as the Lemon parser generator and the
> printf implementation) dates back to the late 1980s.  But the core of
> SQLite was not started until 10 years ago.  Ten years is not that long
> ago, though it has been long enough to amass 7114 check-ins - an
> average of 2.1 check-ins per day.  If you are overseeing such a
> project, 10 years seems like forever.  It has hard for me to remember
> a time when I wasn't working on SQLite.
>
> In celebration of SQlite's 10th birthday, we are revamping the look of
> the SQLite website.  You can see a preview of the new look at
>
>     http://www.sqlite.org/draft/index.html
>
> We won't push the new look out to the main website until we do the
> next release which might not be until July or maybe even August.  We
> had hoped to have SQLite version 3.7.0 ready in time for the 10th
> birthday celebration, but http://www.sqlite.org/draft/wal.html is
> taking longer than planned.  We want to make sure to get things right
> so that SQLite lives to see its 20th and 30th birthdays!
>
> Thanks, everybody, for helping to make SQLite the most widely deployed
> SQL database engine in the world.  And Happy 10th Birthday to SQLite!
>
> D. Richard Hipp
> d...@sqlite.org
>
>
>
> ___
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Jim "Jed" Dodgen
j...@dodgen.us
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite turns 10 years old

2010-05-29 Thread Michael Knigge
> Thanks, everybody, for helping to make SQLite the most widely deployed  
> SQL database engine in the world.  And Happy 10th Birthday to SQLite!

No, *WE* have to thank *YOU* for this great piece of work, that you give to use 
for free! Amazing!


Thank you!

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


Re: [sqlite] SQLite turns 10 years old

2010-05-29 Thread Darren Duncan
Congratulations on this milestone.

I also just realized now that you're adding WAL to SQLite; I have more to say 
on 
this, but that will be in a new thread.

-- Darren Duncan

D. Richard Hipp wrote:
> The first code check-in for SQLite occurred on 2000-05-29 14:26 UTC -  
> ten years ago today.
> 
>  http://www.sqlite.org/src/timeline?c=2000-05-29+14:26
> 
> Some of the code in SQLite (such as the Lemon parser generator and the  
> printf implementation) dates back to the late 1980s.  But the core of  
> SQLite was not started until 10 years ago.  Ten years is not that long  
> ago, though it has been long enough to amass 7114 check-ins - an  
> average of 2.1 check-ins per day.  If you are overseeing such a  
> project, 10 years seems like forever.  It has hard for me to remember  
> a time when I wasn't working on SQLite.
> 
> In celebration of SQlite's 10th birthday, we are revamping the look of  
> the SQLite website.  You can see a preview of the new look at
> 
>  http://www.sqlite.org/draft/index.html
> 
> We won't push the new look out to the main website until we do the  
> next release which might not be until July or maybe even August.  We  
> had hoped to have SQLite version 3.7.0 ready in time for the 10th  
> birthday celebration, but http://www.sqlite.org/draft/wal.html is  
> taking longer than planned.  We want to make sure to get things right  
> so that SQLite lives to see its 20th and 30th birthdays!
> 
> Thanks, everybody, for helping to make SQLite the most widely deployed  
> SQL database engine in the world.  And Happy 10th Birthday to SQLite!
> 
> D. Richard Hipp
> d...@sqlite.org

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


Re: [sqlite] SQLite turns 10 years old

2010-05-29 Thread Max Vlasov
Mr. D. Richard Hipp,

10-year anniversary a great news and real pleasure to see how your and
supporters' skills turn this library into such big power. Sometimes it makes
me sad I can't explain to a non-developer what is so great about sqlite,
what makes it appearing in so many software packages. If I had power, I'd be
glad to calculate and see how many sqlite-related reads and writes are
taking place on the whole earth. I'm sure it's a big number :)

Thank you for sqlite!

Max Vlasov

On Sat, May 29, 2010 at 5:57 PM, D. Richard Hipp  wrote:

>
> Thanks, everybody, for helping to make SQLite the most widely deployed
> SQL database engine in the world.  And Happy 10th Birthday to SQLite!
>
> D. Richard Hipp
> d...@sqlite.org
>
>
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite turns 10 years old

2010-05-29 Thread D. Richard Hipp
The first code check-in for SQLite occurred on 2000-05-29 14:26 UTC -  
ten years ago today.

 http://www.sqlite.org/src/timeline?c=2000-05-29+14:26

Some of the code in SQLite (such as the Lemon parser generator and the  
printf implementation) dates back to the late 1980s.  But the core of  
SQLite was not started until 10 years ago.  Ten years is not that long  
ago, though it has been long enough to amass 7114 check-ins - an  
average of 2.1 check-ins per day.  If you are overseeing such a  
project, 10 years seems like forever.  It has hard for me to remember  
a time when I wasn't working on SQLite.

In celebration of SQlite's 10th birthday, we are revamping the look of  
the SQLite website.  You can see a preview of the new look at

 http://www.sqlite.org/draft/index.html

We won't push the new look out to the main website until we do the  
next release which might not be until July or maybe even August.  We  
had hoped to have SQLite version 3.7.0 ready in time for the 10th  
birthday celebration, but http://www.sqlite.org/draft/wal.html is  
taking longer than planned.  We want to make sure to get things right  
so that SQLite lives to see its 20th and 30th birthdays!

Thanks, everybody, for helping to make SQLite the most widely deployed  
SQL database engine in the world.  And Happy 10th Birthday to SQLite!

D. Richard Hipp
d...@sqlite.org



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