2012/11/28 tonka.taylor <[email protected]>: > Has anyone ever seen this sort of behaviour before? If not, any idea how I > can diagnose what is wrong? Setting general DEBUG level in log4net produces > so much output and slows things down so much it never ends, so I would > rather not do that!
Have you determined if the additional time is spent in query execution in SQLite, or somewhere else? If you try the exact SQL statements from the NHibernate log using an SQLite management tool, or by direct use of ADO.Net, what happens then? /Oskar -- 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.
