Enhancement to allow arbitrary table options for ActiveMapper tables

Issue #462 resolved
paj created an issue

I am using ActiveMapper and I need to create tables in a specific schema. This isn't possible with the current AM, so I created this patch to allow specifying arbitrary table options using _ table_opts _

I realise AM is near end of life, but I hope this simple patch will be accepted - the functionality is essential for me to be able to use AM.

Comments (8)

  1. Mike Bayer repo owner

    sure no prob, this is changeset:2307. i dont know if active mapper is at "end of life"...if theyve improved upon it so much we might just keep the name (if its reasonably backwards compatible)..hasnt been decided.

  2. paj reporter
    • changed status to open
    • removed status

    Hi, using this has uncovered a bug with relationships and tables that do specify a schema. Fortunately, the fix is very simple.

  3. paj reporter

    Scratch that - this was my mistake! I realised you need to specify full names (including schema) on foreign keys.

    Please close the ticket.

  4. Log in to comment