interchange / Dancer-Plugin-Interchange6

Dancer Plugin for Interchange6 shop machine
4 stars 1 forks source link

change price values from decimal string to float in routes.t #15

Closed SysPete closed 10 years ago

SysPete commented 10 years ago

Maybe this will fix #14 though that issue could also be caused by sqlite's lack of real numeric (it actually uses float) or some other problem. At least this removes one coercion on our side so fewer potential points of failure.

SysPete commented 10 years ago

Will merge into local master and then repush