[sqlite] C++ compiler

2018-01-02 Thread eli
Hello, It would be awesome if SQLite could compile as a part of bigger C++ project. Right now there is a bunch of pointer casting errors, that can be fixed in a matter of hour IMHO. Cheers, ___ sqlite-users mailing list

[sqlite] Compiling SQLite on Windows from the basic sources

2009-09-22 Thread Eli
The preferred and recommended way of compiling SQLite on Windows is using the single .C "amalgamation" file. However, this isn't a suitable method when I want to tinker with the source code of SQLite and compile it to see the effects. The single .C file isn't convenient for development. I

Re: [sqlite] Multi-threading.

2005-07-28 Thread Eli Burke
rk(). Now imagine if that information was actually in a useful place, namely in the sqlite3_open API reference. Perhaps that would cut down on some new user confusion? -Eli

Re: [sqlite] Trouble with column names

2005-04-25 Thread Eli Burke
ost a patch. > > It may make for some pretty long queries, but you can just tell sqlite what to call each of your columns: sqlite> select field1 as field1 from test; field1 a value -Eli

Re: [sqlite] idea: sqlite3_begin() and sqlite3_end() ?

2005-04-01 Thread Eli Burke
:-) -Eli

Re: [sqlite] idea: sqlite3_begin() and sqlite3_end() ?

2005-04-01 Thread Eli Burke
ec creates an implicit transaction if none exists, so this doesn't seem like a huge stretch. If nothing else, it would be nice to have an API call or pragma that will indicate if a transaction is currently active. -Eli

Re: [sqlite] atomic db replacement

2005-03-18 Thread Eli Burke
eated by naming them ":memory:" You can find more info by doing a mailing list search on "ATTACH in memory" or poking around the docs for ATTACH. -Eli

Re: [sqlite] getting rid of dirty SQLITE_BUSY workaround

2005-03-14 Thread Eli Burke
le, either because I didn't open a ticket for it or because my example wasn't as nice, compact, and obvious as the one on Ticket 1159). -- Eli Burke

[sqlite] thoughts on a web-based front end to sqlite3 db?

2005-03-07 Thread Eli Burke
agree that Python Is Good, would you suggest using APSW, pysqlite, or something else? Thanks, Eli

Re: [sqlite] Version 3.1.0

2005-01-21 Thread Eli Burke
or who don't do much error checking, it would be a boon. -Eli

Re: [sqlite] multiple thread concurrency problem with exclusive transaction locks

2005-01-13 Thread Eli Burke
there are two CPUs, so by virtue of the fact that two are visible, multi-cpu support must be present. Nonetheless, I will check into possibly recompiling the kernel on one or more of our test machines. -Eli

Re: [sqlite] sqlite3_busy_timeout not avoiding "database is locked" errors with multi-threaded updates

2005-01-07 Thread Eli Burke
there is a way to determine via the API if a transaction is already active or not for the current database handle? -Eli

Re: [sqlite] Questions about binding

2004-12-24 Thread Eli Burke
: INSERT INTO mytable (a, b, c, d, e) VALUES (:1, :2, 0, :3, :2) sqlite3_bind_int(stmt, 1, 42); sqlite3_bind_int(stmt, 2, 99); sqlite3_bind_int(stmt, 3, 144); is both easy to write and easy to understand when you come back and look at it in the future. -Eli

[sqlite] benchmarking SQL queries

2004-12-01 Thread Eli Burke
to see if there is any benefit to rearranging them. Is this just wishful thinking? Am I better off spamming the list with schemas and queries? Thanks, Eli

Re: [sqlite] minor problems with 3.08 source package

2004-10-15 Thread Eli Burke
script did not..." I was being imprecise. I did not "fix" the configure script, I had to "fiddle" (or so I thought) to get a static library. Thanks for the prompt response. -Eli

[sqlite] minor problems with 3.08 source package

2004-10-15 Thread Eli Burke
libraries from the glibc version used for linking) For future updates, can Makefile.linux-gcc be amended with an option for NO_TCL and can -static be removed from LIBREADLINE? Or even better, can the configure script be fixed to generate a static lib? -Eli

[sqlite] suggestion

2004-04-20 Thread Eli Wheaton
I'm new to sqlite but as far as I can tell it does not support ALTER TABLE command. I could find that useful in future versions. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[sqlite] Using sqlite with C++Builder6

2004-04-01 Thread Eli Wheaton
Hi All, I'm having a problem trying to get SQLite to work with a C++Builder6 project. Does anyone have any advice on how to do this? OS: Windows XP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[sqlite] installation problem

2004-03-29 Thread Eli Kane
is the output from installation onward: pandora:/home/eli/sqlite/bld-2.8.13 # make install /usr/bin/install -c -d //usr/local/lib ./libtool --mode=install /usr/bin/install -c libsqlite.la //usr/local/lib /usr/bin/install -c .libs/libsqlite.so.0.8.6 //usr/local/lib/ libsqlite.so.0.8.6 (cd //usr/local/lib