equal
deleted
inserted
replaced
622 } |
622 } |
623 |
623 |
624 // if we got here, we have a backup of the original database in .db.bak |
624 // if we got here, we have a backup of the original database in .db.bak |
625 // and the new database in .db |
625 // and the new database in .db |
626 }//end of for(...) |
626 }//end of for(...) |
|
627 |
627 __SQLLEAVE_IF_ERROR(err2); |
628 __SQLLEAVE_IF_ERROR(err2); |
628 |
629 |
629 // clean up dir |
630 // clean up dir |
630 //delete dir; |
631 //delete dir; |
631 CleanupStack::PopAndDestroy(dir); |
632 CleanupStack::PopAndDestroy(dir); |
632 dir=NULL; |
633 dir=NULL; |
633 |
634 |