Re: [libdbi-users] postgresql and copy command

2008-03-03 Thread João Henrique Freitas
Hello For now no. In the code that I am convert to libdbi this two functions (PQputCopyData and PQputCopyEnd) it is not covered by libdbi. Postgresql COPY is not SQL standard yet. Thanks - This SF.net email is sponsored by:

[libdbi-users] ANN: libdbi-drivers 0.8.3-1 available

2008-03-03 Thread Markus Hoenicka
Hi, as mentioned previously, a typo in the sqlite3 driver of libdbi-drivers-0.8.3 would prevent loading of the driver on some systems. An updated package is available on the SF download page: https://sourceforge.net/project/showfiles.php?group_id=65979 regards, Markus -- Markus Hoenicka [EMAIL

[libdbi-users] libdbdsqlite3.so: undefined symbol: _dbi_internal_error_handler

2008-03-03 Thread Markus Hoenicka
Sebastien RAFFALLI writes: > /usr/local/lib/dbd/libdbdsqlite3.so: undefined symbol: > _dbi_internal_error_handler Thanks for catching this. This is a plain typo which you can fix yourself (change _dbi_ to _dbd_ in libdbi-drivers/drivers/sqlite3/dbd_sqlite3.c, line 741), or you may use the attac

Re: [libdbi-users] libdbdsqlite3.so: undefined symbol: _dbi_internal_error_handler

2008-03-03 Thread Sebastien RAFFALLI
Hi again, I don't have any problem with libdbi-0.8.2 and libbdi-drivers-0.8.2.1, the problem seems to be only with libdbi-0.8.3 and libbdi-drivers-0.8.3 regards, Sébastien > Hi, > > i'm using libdbi-0.8.3, i have compiled the lib with the sqlite3 driver like > that : >

[libdbi-users] libdbdsqlite3.so: undefined symbol: _dbi_internal_error_handler

2008-03-03 Thread Sebastien RAFFALLI
Hi, i'm using libdbi-0.8.3, i have compiled the lib with the sqlite3 driver like that : ./configure --with-dbi-incdir=/usr/local/include/dbi/ --with-sqlite3 --with-sqlite3-incdir=/usr/include --with-sqlite3-libdir=/usr/lib --disable-docs --with-gnu-ld i've made this little sample prog