Fantastic release! I've been using Wilson ORMapper for a while now but I am considering DomainObjects now as it is open source!
My question is: is there any extension mechanism for intercepting queries before they are sent of within the transaction? Basically, similar to the IInterceptCommand in WORM. I am looking to support MS SQL Server 2005 specific features such as XQuery over XML data types.
Any ideas, advice and comments would be much appreciated. Many thanks in advance!
Karl
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fantastic release! I've been using Wilson ORMapper for a while now but I am considering DomainObjects now as it is open source!
My question is: is there any extension mechanism for intercepting queries before they are sent of within the transaction? Basically, similar to the IInterceptCommand in WORM. I am looking to support MS SQL Server 2005 specific features such as XQuery over XML data types.
Any ideas, advice and comments would be much appreciated. Many thanks in advance!
Karl
Hi Karl,
> Fantastic release!
Thanks!
> My question is: is there any extension
> mechanism for intercepting queries before
> they are sent of within the transaction?
No. So I understand: what do you want to do after intercepting the query?
> I am looking to support MS SQL Server
> 2005 specific features such as
> XQuery over XML data types.
I haven't used these features yet and currently there's no support in DomainObjects for them.
Regards,
Richard