[kexi] [Bug 357025] Application crash on creating new row

Jarosław Staniek via KDE Bugzilla bugzilla_noreply at kde.org
Thu Dec 24 22:20:00 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=357025

--- Comment #4 from Jarosław Staniek <staniek at kde.org> ---
Yes, there are also related remarks in the wish
https://bugs.kde.org/show_bug.cgi?id=332161.

In the context of the db posted by you, after running this:

insert into frames values (1, 0,0,0,"abc");

and this

select "exists" from frames;

-- the result will be:

0

And running this:

select "exists1" from frames;

returns:

exists1

So a dangerous combination.

Future Kexi will have support for proper identifier escaping, probably using
[].
The easiest approach we can use now, for Kexi 2.9, is to raise error in Table
Designer for reserved words so tables with reserved words as identifiers cannot
be even created.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Kexi-bugs mailing list