Review Request 117803: Update list of reserved keywords for sqlite in Kexi
Jarosław Staniek
staniek at kde.org
Thu May 1 23:53:47 BST 2014
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://git.reviewboard.kde.org/r/117803/#review57087
-----------------------------------------------------------
Good catch, Wojtek!
As we can see StaticSetOfStrings is used for optimization (it offers zero mem copy).
Summing up, I think 5 separate commits would be ideal:
1, 2, 3: update the lists of keywords (for 3 db engines) -- exactly subject of this review, it's only related to the bug, so add CCBUG:332160 -- please send separate reviews for them
4: case sensitivity but you just found, it's real fix for BUG:332160 - you have it already approved
5: Add a docs in libs/db/utils.cpp saying the string comparison in StaticSetOfStrings::contains() is case sensitive - I can review it via IRC/email
- Jarosław Staniek
On May 1, 2014, 10:40 p.m., Wojciech Kosowicz wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://git.reviewboard.kde.org/r/117803/
> -----------------------------------------------------------
>
> (Updated May 1, 2014, 10:40 p.m.)
>
>
> Review request for Calligra and Jarosław Staniek.
>
>
> Bugs: 332160
> http://bugs.kde.org/show_bug.cgi?id=332160
>
>
> Repository: calligra
>
>
> Description
> -------
>
> words inside keywords.cpp are all capital letters and word that was given to be checked if it is a kexisql keyword was not changed to capital thefore it was not filtered
>
>
> Diffs
> -----
>
> libs/db/driver.cpp efa94e3
>
> Diff: https://git.reviewboard.kde.org/r/117803/diff/
>
>
> Testing
> -------
>
> Now it is possible to create table, field that is the same sqlite keyword
>
>
> Thanks,
>
> Wojciech Kosowicz
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/calligra-devel/attachments/20140501/cd7b99e1/attachment.htm>
More information about the calligra-devel
mailing list