search for: sqlite3_column_text

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

2008 Feb 29
1
RSQLite error
Ein eingebundener Text mit undefiniertem Zeichensatz wurde abgetrennt. Name: nicht verf?gbar URL: https://stat.ethz.ch/pipermail/r-help/attachments/20080229/e3eaec7a/attachment.pl
2011 Jan 16
1
problem installing rgdal
...or pj_init_plus in -lproj... yes /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_int' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_double' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_exec' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_text' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_double' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_blob' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_step' /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_get_table' /usr/...
2011 Jan 17
2
How to still processing despite bug errors?
...lproj... yes > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_int' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_double' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_exec' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_column_text' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_double' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_bind_blob' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_step' > /usr/lib/libgdal1.7.0.so: undefined reference to `sqlite3_...
2016 May 25
4
[PATCH 0/4] qemu: Use sqlite to store qemu detection data.
Patches 1 & 2 were posted previously here: https://www.redhat.com/archives/libguestfs/2016-May/msg00134.html Patch 3 is a hack so I can test this using my own version of qemu (the `-L ?' stuff is not upstream). Patch 4 is where the real action takes place: Replace the caching of qemu features in blob-like files with a sqlite database. Probably the best way to approach this patch is to