[Qt-interest] Qt5 and SQL
Constantin Makshin
cmakshin at gmail.com
Wed May 18 18:36:39 CEST 2011
I think an ability to get human-friendly driver names would be nice.
Since QtSql is more or less RDBMS-independent, some applications may allow the user to chose what RDMBS they want to use. But names like "QSQLITE" or "QPSQL" aren't very user-friendly, so a static function like
QMap<QString, QString> QSqlDatabase::driversWithDescriptions ();
might be useful. Here QMap maps internal driver names ("QSQLITE", "QPSQL", "QOCI", etc.) to their human-friendly equivalents ("SQLite", "PostgreSQL", "Oracle", etc.).
On Wednesday 18 May 2011 01:24:56 Jason H wrote:
> Can you clarify what love you would like QtSQL to get?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20110518/f3448b3d/attachment.bin
More information about the Qt-interest-old
mailing list