From kde-bugs-dist Mon Oct 03 08:50:17 2011 From: Esben Mose Hansen Date: Mon, 03 Oct 2011 08:50:17 +0000 To: kde-bugs-dist Subject: [Bug 283227] New: SQL plugin doesn't handle column type bit(1) from Message-Id: X-MARC-Message: https://marc.info/?l=kde-bugs-dist&m=131805659504497 https://bugs.kde.org/show_bug.cgi?id=283227 Summary: SQL plugin doesn't handle column type bit(1) from mysql very well (shows arrows instead of values) Product: kate Version: unspecified Platform: Debian unstable OS/Version: Linux Status: NEW Severity: normal Priority: NOR Component: general AssignedTo: kwrite-bugs-null@kde.org ReportedBy: kde@mosehansen.dk Version: unspecified (using KDE 4.6.5) OS: Linux The output of the table shows arrows (which unfortunately doesn't copy and paste very well, but looks like △,▷ for 0 and 1 respectively). Reproducible: Always Steps to Reproduce: CREATE TABLE test (field bit(1)); INSERT into test values(0); INSERT into test values(1); SELECT * from test; Actual Results: Table with arrows. Expected Results: Table with 0 and 1 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.