Skip to content
  • Ryuta Kamizono's avatar
    0ee96d13
    Fix `pluck` and `select` with custom attributes · 0ee96d13
    Ryuta Kamizono authored
    Currently custom attributes are always qualified by the table name in
    the generated SQL wrongly even if the table doesn't have the named
    column, it would cause an invalid SQL error.
    
    Custom attributes should only be qualified if the table has the same
    named column.
    0ee96d13
    Fix `pluck` and `select` with custom attributes
    Ryuta Kamizono authored
    Currently custom attributes are always qualified by the table name in
    the generated SQL wrongly even if the table doesn't have the named
    column, it would cause an invalid SQL error.
    
    Custom attributes should only be qualified if the table has the same
    named column.
Loading