Hi, I've just started using Elixir for a project, having been an ActiveMapper user up to now. It's been a bit more work than I thought - turns out Elixir is quite a thick layer, but it seems to work ok. Now, I have hit a few problems, some of which I've managed to workaround temporarily:
1) The field order is randomised, when using with_fields. 2) I'm getting exceptions related to relationships, when using key= on columns. 3) I'm getting an infinite loop when I have a belong_to which is a primary key, and a has_one as its inverse. I can have a go at creating minimal test cases and potentially patches for all of these. Just thought I'd drop a heads up to the list before I did. Is there a bug tracker for Elixir? Perhaps I should use the SA bug tracker? Paul --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
