Add simple indexed(positioned) operations on strings (varchar, char) in 
Triggers, Procedures, functions
-------------------------------------------------------------------------------------------------------

                 Key: CORE-5997
                 URL: http://tracker.firebirdsql.org/browse/CORE-5997
             Project: Firebird Core
          Issue Type: New Feature
          Components: Engine
            Reporter: Karol Bieniaszewski


Please implement simple operations on strings in stored procedures, triggers, 
functions..

i mean:

s[5] = 'A';
s[5] = s[6];

xxx = s[5] + s[3] + s[1];

instead of "[]" there can be different bracket e.g. "{}" if it collide somehow 
with array fields

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to