Prepare schema:
- Check target fields (http://edin.no-ip.com/node/166).
a. No default + NOT NULL => can't accept NULL so valid value only (1 status only)
b. Default with '' => remove - Update schema with "NOT NULL => FALSE, (remove default)".
- Running update.php. Ensure schema is valid.
- Run related simpletest.
Once schema ready for expert install:
- ORACLE_NULL => NULL
- Before insert: check '' => NULL (!?)
- Before normal variable binding: '' => NULL
- check SQL syntax, change from
= ''toIS NULL
Testing procedure:
- expert mode -> patch -> update
- normal mode -> patch -> update
- normal mode + all modules -> patch -> update
- patch -> install -> all modules


















Post new comment