Skip to content

Can't Process Ordering on a column named as order #88

@cht-wtag

Description

@cht-wtag

if you have a column named as order you can't process FaqLabel.walk_tree for acts_as_tree order: 'order'. I was getting errors like

ActiveRecord::StatementInvalid: PG::SyntaxError: ERROR:  syntax error at or near "order"
LINE 1: ...bels" WHERE "faq_labels"."parent_id" IS NULL  ORDER BY order
                                                                  ^
: SELECT "faq_labels".* FROM "faq_labels" WHERE "faq_labels"."parent_id" IS NULL  ORDER BY order

and I had to rename my column.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions