Im using NH version 2.1.0.4000. I am using a SQLite (1.0.65.0) Inmemory db for integration testing.
When I do a session.Get<MyEntity>(myGuid) it returns null even though the record exists. With the ShowSQL set, I see the following: SELECT ... FROM "PolicyInfo" policyinfo0_ WHERE policyinfo0_....@p0;@p0 = 778e2166-fb54-3082-e043-0a0a013a3082 NOTE: If the @p0 = 778e2166-fb54-3082-e043-0a0a013a3082 is wrapped with single quotes it will work. I have tried applying the "BinaryGuid=False" to the connection string with NO success. Help? Thanks Dennis --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
