search for: sqlite3_prepare

Displaying 4 results from an estimated 4 matches for "sqlite3_prepare".

2011 Jan 16
1
problem installing rgdal
..._column_bytes' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_blob' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_last_insert_rowid' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_name' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_prepare' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_int' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_finalize' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_text' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_count'...
2006 Jan 19
1
sqlite patch
Hi, http://plonk.de/sw/dovecot/dovecot.sqlite.4.diff It uses sqlite3 and is not heavily tested, but it works quite fine here. Have fun!
2006 Feb 18
4
Using Sqlite3 Activerecord with multiple clients
Hi, Here is my problem. I have sqlite3 as the db backend for rails. In addition to Rails, I also have another process that is writing to the db file so that rails can read from the same db file and get updates. The rails is responsible mostly for reading (and displaying) but also it occasionally make modifications to it. However it seems that the activerecord adapter for sqlite3 is locking
2011 Jan 17
2
How to still processing despite bug errors?
...usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_blob' > /usr/lib/libgdal1.7.0.so: undefined reference to > `sqlite3_last_insert_rowid' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_name' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_prepare' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_int' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_finalize' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_text' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlit...