bigpresh / Dancer-Plugin-Database

Dancer::Plugin::Database - easy database support for Dancer applications
http://search.cpan.org/dist/Dancer-Plugin-Database
37 stars 36 forks source link

Dancer::Plugin::Database::Core::Handle quick_update updates wrong fields #67

Closed sime-k closed 9 years ago

sime-k commented 9 years ago

While using "quick_update" in version 0.09 the values get really messed up. In line 361 keys of given hash are sorted and values are left as is.

nunorc commented 9 years ago

This problem is also reported in issue https://github.com/bigpresh/Dancer-Plugin-Database/issues/64

ambs commented 9 years ago

Fixed in Dancer::Plugin::Database::Core 0.09. Thanks

nunorc commented 9 years ago

Correction, this was fixed in version 0.10. Thank you