mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-03 20:13:56 -07:00
This commit is contained in:
parent
ef89104503
commit
7875407795
1 changed files with 1 additions and 1 deletions
|
|
@ -1213,7 +1213,7 @@ bool Servatrice_DatabaseInterface::validateTableColumnStringData(const QString &
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (query->next())
|
if (query->next())
|
||||||
if (query->value(column).toString() == _datatocheck)
|
if (query->value(column).toString().toLower() == _datatocheck.toLower())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue