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

--- Comment #4 from Jarosław Staniek <stan...@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 watching all bug changes.

Reply via email to