Bug 341557

Summary: substr() SQL function does not work in KEXISQL
Product: [Applications] KEXI Reporter: Jarosław Staniek <staniek>
Component: KexiDBAssignee: Jarosław Staniek <staniek>
Status: CLOSED DUPLICATE    
Severity: normal CC: adam, inksi
Priority: NOR    
Version: 2.9 Alpha   
Target Milestone: 2.9.1   
Platform: unspecified   
OS: All   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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 ***