Allow to get original name of fields (without uppercasing)
----------------------------------------------------------

                 Key: CORE-5766
                 URL: http://tracker.firebirdsql.org/browse/CORE-5766
             Project: Firebird Core
          Issue Type: New Feature
          Components: Engine
    Affects Versions: 4.0 Beta 1
            Reporter: fbbt
            Priority: Minor


Examples:

-- select FieldName from T
-- select FieldName as FieldNameAlias from T

need a way to get FieldName and FieldNameAlias at client not just in uppercase, 
but in original case too (as they written in sql)

-- create table TableName (FieldName integer)
need a way to get TableName and FieldName from system tables not just in 
uppercase, but in an original case too (as they written in statement)

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

        

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to