mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 19:11:39 -06:00
@@ -231,8 +231,6 @@ QVariant SqliteTableModel::data(const QModelIndex &index, int role) const
|
||||
|
||||
if(role == Qt::DisplayRole && isBinary(index))
|
||||
return "BLOB";
|
||||
else if(role == Qt::DisplayRole && m_data.at(index.row()).at(index.column()).isNull())
|
||||
return "NULL";
|
||||
else
|
||||
return m_data.at(index.row()).at(index.column());
|
||||
} else if(role == Qt::FontRole) {
|
||||
|
||||
Reference in New Issue
Block a user