You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "Jeff Butler (JIRA)" <ib...@incubator.apache.org> on 2006/11/28 22:49:24 UTC

[jira] Created: (IBATIS-373) Allow iBATIS to Build SqlMapClient from InputStream

Allow iBATIS to Build SqlMapClient from InputStream
---------------------------------------------------

                 Key: IBATIS-373
                 URL: http://issues.apache.org/jira/browse/IBATIS-373
             Project: iBatis for Java
          Issue Type: Improvement
          Components: SQL Maps
         Environment: All
            Reporter: Jeff Butler


Currently, iBATIS only allows building SqlMapClient instances from character Readers.  This can present problems when the system's default encoding is broken.

Allowing iBATIS to build an SqlMapClient from an InputStream will offload encoding issues to the parser - and the parser is probably better equipped to deal with this issue.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (IBATIS-373) Allow iBATIS to Build SqlMapClient from InputStream

Posted by "Jeff Butler (JIRA)" <ib...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/IBATIS-373?page=all ]

Jeff Butler closed IBATIS-373.
------------------------------

    Fix Version/s: 2.3.0
       Resolution: Fixed

Fixed in SVN.

> Allow iBATIS to Build SqlMapClient from InputStream
> ---------------------------------------------------
>
>                 Key: IBATIS-373
>                 URL: http://issues.apache.org/jira/browse/IBATIS-373
>             Project: iBatis for Java
>          Issue Type: Improvement
>          Components: SQL Maps
>         Environment: All
>            Reporter: Jeff Butler
>         Assigned To: Jeff Butler
>             Fix For: 2.3.0
>
>
> Currently, iBATIS only allows building SqlMapClient instances from character Readers.  This can present problems when the system's default encoding is broken.
> Allowing iBATIS to build an SqlMapClient from an InputStream will offload encoding issues to the parser - and the parser is probably better equipped to deal with this issue.

-- 
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
-
For more information on JIRA, see: http://www.atlassian.com/software/jira