Hi, was reviewing HEAD savepoints and found this:
- /question/type/calculated/db/upgrade.php:
+ found 3 matching 'if' blocks and 'savepoint' calls
+ versions in upgrade blocks properly ordered
+ ERROR: version 2009082000 has wrong savepoint call with version 2009092000
Also, next step has strange condition:
if ($result && $oldversion >= 2009082000 && $oldversion < 2009092000 )
So I'm not really sure how both things should be fixed... if you can take a look to it... TIA!