[ 
https://issues.apache.org/jira/browse/TORQUE-153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Thomas Fox closed TORQUE-153.
-----------------------------

    
> Fail if null connection is supplied to a method
> -----------------------------------------------
>
>                 Key: TORQUE-153
>                 URL: https://issues.apache.org/jira/browse/TORQUE-153
>             Project: Torque
>          Issue Type: Improvement
>          Components: Runtime
>            Reporter: Thomas Fox
>            Assignee: Thomas Fox
>             Fix For: 4.0-beta1
>
>
> Current behaviour: Methods with a connection argument silently fetch a new 
> connection if the passed connection is null
> New behaviour: These methods should throw an exception if the passed 
> connection is null
> Rationale: these methods will be only needed if a method should be executed 
> in a transaction context. If one assumes that a transaction is open 
> (connection is not null), but it is not (connection == null), it is a bad 
> idea to silently start one as this behaviour is very difficult to tell from 
> the correct one. A clean failure is much easier to test for.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: torque-dev-unsubscr...@db.apache.org
For additional commands, e-mail: torque-dev-h...@db.apache.org

Reply via email to