Skip to content
  • Ryuta Kamizono's avatar
    cc5f6457
    Remove `Arel::Crud` from `Arel::Table` · cc5f6457
    Ryuta Kamizono authored
    Originally `compile_update` and `compile_delete` doesn't work at all on
    `Arel::Table` since `Arel::Table` doesn't have `@ast` and `@ctx`.
    
    `compile_insert` and `create_insert` works but do not use the receiver's
    information at all, so just use `Arel::InsertManager.new(arel_table)`
    instead.
    cc5f6457
    Remove `Arel::Crud` from `Arel::Table`
    Ryuta Kamizono authored
    Originally `compile_update` and `compile_delete` doesn't work at all on
    `Arel::Table` since `Arel::Table` doesn't have `@ast` and `@ctx`.
    
    `compile_insert` and `create_insert` works but do not use the receiver's
    information at all, so just use `Arel::InsertManager.new(arel_table)`
    instead.
Loading