mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 06:32:34 +02:00
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up a build warning in 'lib/rddb.h'. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
a96c9c4f0e
commit
327ceacc06
@ -22375,3 +22375,5 @@
|
|||||||
'DISTRO-SPECIFIC NOTES' section in 'INSTALL'.
|
'DISTRO-SPECIFIC NOTES' section in 'INSTALL'.
|
||||||
* Changed database client dependencies for Debian and Ubuntu
|
* Changed database client dependencies for Debian and Ubuntu
|
||||||
to MariaDB.
|
to MariaDB.
|
||||||
|
2021-09-01 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Cleaned up a build warning in 'lib/rddb.h'.
|
||||||
|
@ -31,7 +31,7 @@
|
|||||||
class RDSqlQuery : public QSqlQuery
|
class RDSqlQuery : public QSqlQuery
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
RDSqlQuery(const QString &query = QString::null,bool reconnect=true);
|
RDSqlQuery(const QString &query,bool reconnect=true);
|
||||||
int columns() const;
|
int columns() const;
|
||||||
QVariant value(int index) const;
|
QVariant value(int index) const;
|
||||||
static QVariant run(const QString &sql,bool *ok=NULL);
|
static QVariant run(const QString &sql,bool *ok=NULL);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user