Re: [sqlite] Formatting SQLite-query

2004-11-01 Thread Steven Van Ingelgem
Maybe yes. I am currently looking into parameterized queries. Is it like this: sqlite_prepare sqlite_bind_* sqlite_finalize with the query like 'SELECT * FROM ? WHERE ? = ?'... But how can I know what I pass? I mean with %d/%s/... It's rather obvious, but how do I know what I pass when I use

Re: [sqlite] Release / development timeline

2004-11-01 Thread Jonathon Blake
D Richard Hipp wrote: > How much more announcing do you think we should do? The timeline page is great, for finding out when things were done. Changes is great for saying what is in the new versions, and when they were released How about a simple page that gives projected release date for

Re: [sqlite] Release / development timeline

2004-11-01 Thread D. Richard Hipp
Gerry Snyder wrote: I think version 3 becoming "stable" should be announced to the linux and TCL worlds, among many other places. This is a big thing! It was announced on freshmeat.net and I gave talks on 3.0 at OSCON 2004 and at the TclConference 2004. How much more announcing do you think we

Re: [sqlite] Release / development timeline

2004-11-01 Thread Gerry Snyder
Christian Smith wrote: Releases generally happen as and when bugs dictate. Now that 3.0.x is stable, I guess most releases for the next few months will be ongoing bug fixing. Plus minor feature additions, perhaps. Like having a default time as "now," as has already been discussed here.

Re: [sqlite] Release / development timeline

2004-11-01 Thread Christian Smith
On Mon, 1 Nov 2004, Jonathon Blake wrote: >All: > >I've hunted around on sqlite.org, and the mailing list archives, [and >googled] for a timeline of when the next version9s) of SqLite will be >released. > >Does such a critter exist, and if so, where can I find it? I don't think there is a

Re: [sqlite] new uploads

2004-11-01 Thread Dennis Cote
mike cariotoglou wrote: > I have uploaded the current version of sqlite3Explorer (a GUI to > manage sqlite3 databases) to http://www.sqlite.org/contrib. also, I Hi Mike, I was trying to use your sqlite3Explorer program to look at my database, but it won't open it. I get a dialog with the

[sqlite] Building SQLite in MSVC 6

2004-11-01 Thread Guy Hachlili
Hello. First I'd like to compliment you on a very nice product; I've been adding database support to an open source project and SQLite is of immense help to us. I've been building SQLite as a library and as a DLL for Windows using Visual C++ 6 from sources of version 3.0.8. I'd be happy to

[sqlite] Release / development timeline

2004-11-01 Thread Jonathon Blake
All: I've hunted around on sqlite.org, and the mailing list archives, [and googled] for a timeline of when the next version9s) of SqLite will be released. Does such a critter exist, and if so, where can I find it? xan jonathon -- How to have Hittite, Alibata, Orkhon, Ogham, Manchu, Meroïtic,

Re: [sqlite] Formatting SQLite-query

2004-11-01 Thread Clay Dowling
Steven Van Ingelgem said: > > Sorry but this has already been suggested by "Tiago Dionizio". > > I can use this, but then I have to create some kind of own printf-function > which scans and so on and handles %q's (which is rather dumb in my > opinion, > as SQLite already incorporates it?). > > >

Re: [sqlite] Formatting SQLite-query

2004-11-01 Thread Steven Van Ingelgem
Sorry but this has already been suggested by "Tiago Dionizio". I can use this, but then I have to create some kind of own printf-function which scans and so on and handles %q's (which is rather dumb in my opinion, as SQLite already incorporates it?). I think this is a va_* error but I am

[sqlite] [ANN] rq-0.1.7

2004-11-01 Thread Ara . T . Howard
URLS http://raa.ruby-lang.org/project/rq/ http://www.codeforpeople.com/lib/ruby/rq/ NAME rq v0.1.7 SYNOPSIS rq (queue | export RQ_Q=q) mode [mode_args]* [options]* DESCRIPTION ruby queue (rq) is a tool used to create instant linux clusters by managing sqlite databases as nfs mounted

Re: [sqlite] Formatting SQLite-query

2004-11-01 Thread Clay Dowling
Steven Van Ingelgem said: > Sorry to bump this up, but i was still not able to find an answer for > this > question :( > > http://www.wxwidgets.org/manuals/2.4.2/wx368.htm#wxstringformat Clay Dowling -- Lazarus Notes from Lazarus Internet Development http://www.lazarusid.com/notes/ Articles,

Re: [sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-01 Thread D. Richard Hipp
Per Jessen wrote: I'm running a small php-script in command-line mode - initially everything goes fine until a table in the db reaches around 8700 rows, then I see the assert failing. This is 2.8.15, which I'm using with PHP4.3.8/SQLite-1.0.3. I don't believe I'm doing anything overly

[sqlite] php: src/auth.c:128: sqliteAuthRead: Assertion `pStack!=0' failed.

2004-11-01 Thread Per Jessen
I'm running a small php-script in command-line mode - initially everything goes fine until a table in the db reaches around 8700 rows, then I see the assert failing. This is 2.8.15, which I'm using with PHP4.3.8/SQLite-1.0.3. I don't believe I'm doing anything overly complicated - lots of