Fixes of defaultValue from undef to '', 0 for mysql 5.1

This commit is contained in:
Colin Kuskie 2009-02-20 17:28:23 +00:00
parent 4ee2e59f1d
commit 179e75ef8f
6 changed files with 14 additions and 13 deletions

View file

@ -2,6 +2,7 @@
- fixed #9760: DataForm not working in demo.plainblack.com
- fixed #9759: Delete Entry Button missing in Data Form
- fixed #9767: FileAsset breaks 'null' rule for FileAsset table
- fixed defaultValues of undef cause mysql5.1 to complain about columns that are set to be NOT NULL. 5.0 doesn't care.
7.6.12
- fixed: During postback on a recurring transaction, the routine could error out instead of catching an error.