Q: Reinstatement on Image Re-load

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Q: Reinstatement on Image Re-load

Andreas Wacknitz
I have detected that an active Database Connection will lose its autocommit
property (it is reset to false) when an Image is reloaded (Dolphin 5.1).
Is this a bug or a feature?

Andreas


Reply | Threaded
Open this post in threaded view
|

Re: Reinstatement on Image Re-load

Blair McGlashan-2
Andreas

You wrote in message news:berstm$8982c$[hidden email]...
> I have detected that an active Database Connection will lose its
autocommit
> property (it is reset to false) when an Image is reloaded (Dolphin 5.1).
> Is this a bug or a feature?

Actually the DBConnection object makes no attempt to restore any of its
'options' when lazily re-opened. Since it does lazily re-open, I think this
should probably be classified as a bug.

Thanks for the report (#1304).

Regards

Blair