You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ibatis.apache.org by "haruhiko nishi (JIRA)" <ib...@incubator.apache.org> on 2007/11/30 17:09:43 UTC

[jira] Created: (IBATIS-472) ScriptRunner

ScriptRunner
------------

                 Key: IBATIS-472
                 URL: https://issues.apache.org/jira/browse/IBATIS-472
             Project: iBatis for Java
          Issue Type: Wish
          Components: Tools
            Reporter: haruhiko nishi
            Priority: Trivial


      
String line = null;
      String delimiter=";";
      while ((line = lineReader.readLine()) != null) {
        if (command == null) {
          command = new StringBuffer();
        }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.