Re: [sqlite] Richard Hipp Awarded Google-O'Reilly Open Source Award at OSCON 2005

2005-08-07 Thread Darren Duncan
At 4:33 PM +0200 8/5/05, Bert Verhees wrote: SQLite is a very great engine. Thanks for the good work, well earned this award, congratulations. Good luck Yes indeed. I regret that I didn't have my camera out to take a picture of DRH receiving he award. I had such a good seat too.

[sqlite] temp_store_directory

2005-08-07 Thread Miguel Angel Latorre Díaz
Shouldn't temp_store_directory be private to a sqlite3 structure? Currently it is global (in os_*.c), so setting a value through the pragma affects to all currently opened sqlite connections within the process which may be undesirable. I guess the basic idea is to keep as minimum global

[sqlite] sqlite3_column_database_name

2005-08-07 Thread Fanda Vacek
Hi, I need very much function const char *sqlite3_column_database_name(sqlite3_stmt *pStmt, int N), where it is supposed to be a part of C API? fanda