D29286: Show error when can not switch to data view for tables
jordi fita i mas
noreply at phabricator.kde.org
Wed Apr 29 19:42:26 BST 2020
jfita created this revision.
jfita added reviewers: staniek, piggz.
Herald added a project: KEXI.
Herald added a subscriber: Kexi-Devel-list.
jfita requested review of this revision.
REVISION SUMMARY
This could happen when someone creates a table with a reserved SQL
keyword, such as “table”: KDb could not create the cursor because it
does not yet support escaping such keywords.
The issue was that KexiDataTableView::setData ignored the return value
of KexiDataScrollArea. Probably because it is a slot, but in this case
it is called as a “regular” function and it is possible to retrieve its
return value.
FIXED-IN:3.2.1
REPOSITORY
R71 Kexi
BRANCH
3.2
REVISION DETAIL
https://phabricator.kde.org/D29286
AFFECTED FILES
src/plugins/tables/kexitabledesigner_dataview.cpp
src/widget/tableview/KexiDataTableView.cpp
src/widget/tableview/KexiDataTableView.h
To: jfita, staniek, piggz
Cc: Kexi-Devel-list, barman, staniek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kexi-devel/attachments/20200429/b0518a16/attachment-0001.html>
More information about the Kexi-devel
mailing list