OK, this was really a bug in PocketChange. I had uppercase names for "Expense" in the BySQL QueryParams, but on case-sensitive file systems MySQL is case-sensitive :(. Fixed and pushed a new version of PocketChange to GitHub.
Derek On Sun, Aug 16, 2009 at 8:29 AM, Derek Chen-Becker <[email protected]>wrote: > OK, verified. Looks like we have a case mismatch in the code somewhere, > possibly Mapper. The table is created as "expense", but the queries are for > "Expense", and MySQL is very unhappy with that. > > > On Fri, Aug 14, 2009 at 9:21 AM, javier <[email protected]> wrote: > >> In case it makes any difference, I am using MySQL 5.0.37 on a Mac >> >> On Aug 14, 7:43 am, Derek Chen-Becker <[email protected]> wrote: >> > I'll test against MySQL here and see if I can reproduce the issue. >> > >> > Derek >> > >> > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lift" 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/liftweb?hl=en -~----------~----~----~----~------~----~------~--~---
