Enable setting global sql command Timeout in sqlMap.config
----------------------------------------------------------

                 Key: IBATISNET-282
                 URL: https://issues.apache.org/jira/browse/IBATISNET-282
             Project: iBatis for .NET
          Issue Type: New Feature
          Components: DataMapper
    Affects Versions: DataMapper 3.0
            Reporter: Gilles Bayon
            Assignee: Gilles Bayon
             Fix For: DataMapper 3.0


<?xml version="1.0" encoding="utf-8"?>
<sqlMapConfig xmlns="http://ibatis.apache.org/dataMapper";  
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; >
        
<settings>
 ...
                <setting commandTimeout="123"/>
...
</settings>

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

Reply via email to