Ability to use brackets [ ] in identifiers like in MS SQL Server or MS Access
-----------------------------------------------------------------------------

                 Key: CORE-4097
                 URL: http://tracker.firebirdsql.org/browse/CORE-4097
             Project: Firebird Core
          Issue Type: Improvement
            Reporter: Phosgen Tepes


I use C# and double quoted identifier names in databases, when i write my query 
in code i must use unhandy strings like  "SELECT \"Id\", \"Name\" FROM 
"\Customers"\" or like this @"SELECT ""Id"", ""Name"" FROM ""Customers""". If 
we could use brackets like in MS SQL Server or Access, query becomes look 
better and need less time to write it, for example "SELECT [Id], [Name] FROM 
[Customers]".

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

        

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
Firebird-Devel mailing list, web interface at 
https://lists.sourceforge.net/lists/listinfo/firebird-devel

Reply via email to