https://bugs.kde.org/show_bug.cgi?id=346839
Jarosław Staniek <stan...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Version Fixed In| |2.9.11 Latest Commit| |http://commits.kde.org/call | |igra/04017e15d00ba770cf82f9 | |afc3f2d7de292468ea --- Comment #24 from Jarosław Staniek <stan...@kde.org> --- Git commit 04017e15d00ba770cf82f9afc3f2d7de292468ea by Jaroslaw Staniek. Committed on 19/01/2016 at 20:51. Pushed by staniek into branch 'calligra/2.9'. Fix Kexi/CalligraDB: Switching off the visibility of query fields hides data in the last field Summary: This is a fix for Query Designer with SQLite/MySQL/PostreSQL/Sybase. See https://bugs.kde.org/attachment.cgi?id=96684 for test file FIXED-IN:2.9.11 Test Plan: Try the minimal example from https://bugs.kde.org/attachment.cgi?id=96684, open query1 in design mode, set Visible=off for id and a fields, switch to data view. Field b has data loaded after this fix. Reviewers: piggz Subscribers: Kexi-Devel-list Differential Revision: https://phabricator.kde.org/D829 M +12 -12 kexi/kexidb/drivers/mysql/mysqlcursor.cpp M +2 -3 kexi/kexidb/drivers/pqxx/pqxxcursor.cpp M +5 -5 kexi/kexidb/drivers/sybase/sybasecursor.cpp M +7 -7 libs/db/cursor.cpp M +2 -2 libs/db/cursor.h M +6 -18 libs/db/drivers/sqlite/sqlitecursor.cpp M +31 -17 libs/db/queryschema.cpp M +13 -3 libs/db/queryschema.h M +15 -1 libs/db/queryschema_p.cpp M +10 -1 libs/db/queryschema_p.h http://commits.kde.org/calligra/04017e15d00ba770cf82f9afc3f2d7de292468ea -- You are receiving this mail because: You are watching all bug changes.