Andreas Söderlund
unread,Jan 24, 2010, 8:09:20 AM1/24/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to haxig...@googlegroups.com
A fast update to fix a problem where null values were quoted when sending data to the DB, and also corrected the signature for the RestHandlers destroy action.
- = Normal item
* = Change that could break your application in normal usage.
v0.92 (2010-01-24)
==================
Changed
* The "destroy" action created by RestHandler now takes the posted data as second parameter.
Method signature is now: destroy(id : Int, formData : Hash<String>)
Bug fixes
- Database doesn't quote null values anymore when doing insert, update or delete.