[sqlite] Migrating from v2 to v3

2005-08-29 Thread Richard Boehme
I've been looking around the sqlite website and searching Google groups to try to find a migration guide for going from sqlite 2 to sqlite 3. Can anyone point me to such a guide? Thanks. Richard

Re: [sqlite] Java Hibernate support?

2005-03-23 Thread Richard Boehme
Yes, I had it backwards :) Thanks. Richard Ionut Filip wrote: I think the question is: "Does Hibernate for Java support SQLite?" Ionut -Original Message----- From: Richard Boehme [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 23, 2005 6:23 PM To: sqlite-users@sqlite.org Subjec

[sqlite] Java Hibernate support?

2005-03-23 Thread Richard Boehme
Does SQLite support Hibernate for Java? I've been googling on it but haven't come up with anything Richard Boehme

Re: [sqlite] Client/Server Environment

2004-11-09 Thread Richard Boehme
would have some server process which feeds the queries to SQLite. Thanks. Richard Boehme

[sqlite] Client/Server Environment

2004-11-09 Thread Richard Boehme
Hi there. How well does SQLite do in a client/server environment where the SQLite database is handling a batch of 100 inserts and the same number of queries a every 0.5 seconds? The inserts would be batched into a transaction. The queries would most likely not. Thanks for the help. Richard

[sqlite] ALTER TABLE statement?

2004-10-28 Thread Richard Boehme
Does anyone know if there are any plans for an ALTER TABLE statement? Not having it is a major issue in possibly adopting SQLite, as my boss feels that he can't easily alter the database with a GUI tool (the ones I've seen for SQLite don't handle it Thanks. Richard Boehme

[sqlite] Shadow Pager?

2004-10-28 Thread Richard Boehme
Does anyone know if there is any effort at putting the shadow pager that I've heard mentioned around into SQLite? Thanks. Richard Boehme

Re: [sqlite] SQLite and Windows 2k

2004-06-24 Thread Richard Boehme
The regular sqlite.dll should be the 2.X release, not the 3 release, and therefore won't export sqlite3_exec, but will export sqlite_exec. As for the other, I haven't played around with sqlite3 much as I'm in the middle of a project, but I intend to in a couple of days. Thank you. Richard

Re: [sqlite] Variable sub-queries?

2004-06-18 Thread Richard Boehme
Yes... in particular "ALTER TABLE" would be nice to have and it wouldn't need to be all that fast, either. Thank you. Richard Boehme Drew, Stephen wrote: I agree that minimising the SQL syntax that SQLite doesn't support would be a good addition to the new release. Steve -Origin

[sqlite] SELECT statements in transactions

2004-06-18 Thread Richard Boehme
of SQLite (a bit more, at least). Richard Boehme - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] REPLACE statement

2004-06-14 Thread Richard Boehme
rows at a time, so I would like to have it in a transaction, if possible. Thanks for the help. Richard Boehme - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] Selecting over multiple databases

2004-06-14 Thread Richard Boehme
databases). Is this possible with SQLite? If so, can anyone point me to how to do it? Thank you. Richard Boehme - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] Database Locking

2004-06-04 Thread Richard Boehme
call returns SQLITE_BUSY and sleep for a while (about 100 ms) and re-try the call, it continuously says that the database is locked. Any help would be appreciated. Thank you. Richard Boehme - To unsubscribe, e-mail: [EMAIL PROTECTED