[ http://issues.apache.org/jira/browse/BEEHIVE-516?page=history ]
     
Eddie O'Neil resolved BEEHIVE-516:
----------------------------------

     Resolution: Fixed
    Fix Version: V1

Fixed in SVN 161062.  This change adds a SQLSupportConfig object that can be 
created in various ways:

- through the SQLSupportConfigFactory either in the default configuration or 
using a DatabaseMetaData to bootstrap the values from a specific DB.
- wired up through external config (Spring, for example)

and so on.

The SQLSupportConfig bean is then passed to a SQLSupport instance to 
parameterize the way that SQL fragments are generated for ORDER BY and WHERE 
clauses.

> SQLSupport needs to support overriding the quote character
> ----------------------------------------------------------
>
>          Key: BEEHIVE-516
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-516
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Eddie O'Neil
>     Assignee: Eddie O'Neil
>      Fix For: V1

>
> Because different databases expect different characters are used for quoting 
> Strings, the quote character needs to be overridable.  
> Otherwise, the SQLSupport class is of limited use on databases that don't use 
> a single-quote quoting character.  :)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to