Thx for quick answer Ayende. But in the end I was debugging nHibernate :) The problem was that I used reserved name for one of my table - "Order". And it seems that for SQLite, to escape such name you need to use brackets. So use "[Order]" not `Order`, like I did.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Rhino Tools Dev" 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/rhino-tools-dev?hl=en -~----------~----~----~----~------~----~------~--~---
