Misc fixes

ucfirst(setCode): requires oracle re-run
reorder columns
rename the “short name“ column as “set code“
ensure proper casting for releaseDate and sortKey fields (refs 00a5ed0)
This commit is contained in:
Fabio Bas 2014-12-05 08:48:33 +01:00
parent 0ba351c955
commit 9cc8d8b86c
3 changed files with 8 additions and 5 deletions

View file

@ -24,7 +24,7 @@ private:
static const int NUM_COLS = 5;
SetList sets;
public:
enum SetsColumns { SortKeyCol, SetTypeCol, ShortNameCol, LongNameCol, ReleaseDateCol };
enum SetsColumns { SortKeyCol, LongNameCol, ShortNameCol, SetTypeCol, ReleaseDateCol };
SetsModel(CardDatabase *_db, QObject *parent = 0);
~SetsModel();