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
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
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
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
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
5 matches
Mail list logo