I've also run into a problem where an sqlite database didn't properly escape a table name that I had used backticks (`) around in my ActiveRecord attribute. (I think the table name was Group).
I was under the impression that NHibernate magicked the backticks into the appropriate database-specific quote character. Is that not correct? -jt On Oct 6, 2:39 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > 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 -~----------~----~----~----~------~----~------~--~---
