SQL Server bracketed identifiers support
----------------------------------------

         Key: SEQUOIA-908
         URL: https://forge.continuent.org/jira/browse/SEQUOIA-908
     Project: Sequoia
        Type: Bug
  Components: Core  
    Versions: Sequoia 3.0 beta2    
    Reporter: Guillaume Smet


As reported by Denis Garyachy on the list (see 
TEST-org.hibernate.test.collection.CollectionTest.txt of testout.tgz in the 
Hibernate unit tests report), SQL Server can use bracketed identifiers instead 
of quoted identifiers. So a table name can look like [Users] instead of "Users".
We already added a workaround for MySQL's backtick so we should add the same 
for brackets.

I attached a patch which should fix the problem (not tested as I don't have any 
access to a SQL Server DB).

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


_______________________________________________
Sequoia mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/sequoia

Reply via email to