I'm sorry, but you will need to be more explicit.
I just don't see how playing with dialect or driver could correct the
problem. My earlier code is not a fix for a bug, it's just a
workaround that happens to work in my case.
I also checked with SqlClientDriver and the actual problem IMHO is
that arguments that NH feeds into IDriver.GenerateCommand(...
SqlType[] parameterTypes) are too generic (BinaryBlob becomes Binary,
StringClob becomes String, no lengths are set). I'm probably missing
something, but without more specific information driver cannot
reliably set command parameter types. And frankly saying, it really
surprises me that that happens to work OK for drivers included in NH
(well, not for SqlServerCe driver).


On 26 Wrz, 20:22, "Ayende Rahien" <[EMAIL PROTECTED]> wrote:
> Basically, it is taking the existing SqlCeDriver and moving it (and the
> dialect) into their own project, which will allow to fix this bug and create
> a set of tests that run against the dialect.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to