Update: I put sql logger and got this: in development: SELECT TOP (1) COUNT(*) AS [COUNT] FROM [USER_NEWSLETTERS] WHERE ([DISABLED] = 0)
in production: SELECT TOP (1) COUNT(*) AS [COUNT] FROM [USER_NEWSLETTER] WHERE ([DISABLED] = 0) So pluralization does not work in production. -- You received this message because you are subscribed to the Google Groups "sequel-talk" 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/sequel-talk?hl=en.
