Skip to content
  • Ryuta Kamizono's avatar
    a741208f
    Ensure casting by decimal attribute when querying · a741208f
    Ryuta Kamizono authored
    Related 34cc301f.
    
    `QueryAttribute#value_for_database` calls only `type.serialize`, and
    `Decimal#serialize` is a no-op unlike other attribute types.
    
    Whether or not `serialize` will invoke `cast` is undefined in our test
    cases, but it actually does not work properly unless it does so for now.
    a741208f
    Ensure casting by decimal attribute when querying
    Ryuta Kamizono authored
    Related 34cc301f.
    
    `QueryAttribute#value_for_database` calls only `type.serialize`, and
    `Decimal#serialize` is a no-op unlike other attribute types.
    
    Whether or not `serialize` will invoke `cast` is undefined in our test
    cases, but it actually does not work properly unless it does so for now.
Loading