Bug 341557 - substr() SQL function does not work in KEXISQL
Summary: substr() SQL function does not work in KEXISQL
Status: CLOSED DUPLICATE of bug 333206
Alias: None
Product: KEXI
Classification: Applications
Component: KexiDB (show other bugs)
Version: 2.9 Alpha
Platform: unspecified All
: NOR normal
Target Milestone: 2.9.1
Assignee: Jarosław Staniek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-04 21:45 UTC by Jarosław Staniek
Modified: 2015-03-03 00:00 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jarosław Staniek 2014-12-04 21:45:15 UTC
substr() SQL function does not work in KEXISQL, for example:

SELECT substr(name, 5) FROM t

returns empty values, expected cut-off text at index 5.

Reproducible: Always
Comment 1 Jarosław Staniek 2015-03-03 00:00:33 UTC

*** This bug has been marked as a duplicate of bug 333206 ***