Bug#392808: libqt4-sql not built against sqlite3 (again?)

2006-10-13 Thread Martin Gruner
Package: libqt4-sql Version: 4.2.0-1 Hello, right now, using 4.2.0-1, my test program cannot load the SQLITE3 driver. I receive the following error: QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QPSQL7 QPSQL QMYSQL3 QMYSQL QSQLITE2 And it seems that SQLITE3 was not

Bug#382238: sqlite3 driver not included in libqt4-sql 4.2.0-1

2006-10-12 Thread Martin Gruner
reopen 382238 thanks Hello, right now, using 4.2.0-1, my test program cannot load the SQLITE3 driver. I receive the following error: QSqlDatabase: QSQLITE driver not loaded QSqlDatabase: available drivers: QPSQL7 QPSQL QMYSQL3 QMYSQL QSQLITE2 And it seems that SQLITE3 was not linked into libq

Bug#382238: problem found -- not a bug

2006-08-10 Thread Martin Gruner
The reason is simple. QT's internal sqlite3 is version 3.2.7, while DBD::SQLite is already 3.3, which uses a new, incompatible format. Please close this bug report. I wonder though if it would be possible for Debian's QT4 to use the system sqlite3 library... That would be nice and clean, but I

Bug#382238: libqt4-sql not built against sqlite3

2006-08-09 Thread Martin Gruner
Hi Brian, thanks for your reply. To learn QT4 a little, I created a little and very stupid test program which is supposed to open 2 sqlite3 databases. They were created with libdbd-sqlite3-perl and I can work with the sqlite3 binary on them. When I run the QT test program, it throws out the er

Bug#382238: libqt4-sql not built against sqlite3

2006-08-09 Thread Martin Gruner
Package: libqt4-sql Version: 4.1.4-1 Please make libqt4-sql support sqlite3. Currently it only links against sqlite2. Trying to use the sqlite3 backend does not work. Thanks. ldd libQtSql.so | grep sqlite libsqlite.so.0 => /usr/lib/libsqlite.so.0 (0xa7cd3000) #sqlite2 Martin -- To