https://bugs.kde.org/show_bug.cgi?id=395225
Bug ID: 395225 Summary: Fix input of large unsigned int values (>0x7FFFFFFF) Product: KEXI Version: 3.1.0 Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Tables Assignee: kexi-b...@kde.org Reporter: stan...@kde.org CC: a...@piggz.co.uk, in...@fables.co.za Target Milestone: --- Input of large unsigned int values (>0x7FFFFFFF) is incorrect. Reason is, QIntValidator is not for unsigned ints. Use KDbLongLongValidator. -- You are receiving this mail because: You are watching all bug changes.