[odb-users] Help needed for data migration with SQLite
Alain-Serge Nagni
asnagni at yahoo.com
Wed Jul 4 09:48:57 EDT 2018
Hi Boris,
We figure out the issue. After spending some time investigating, the problem was on our side. We were not using the correct xml file for the data migration. When we use the correct xml file for the sqlite database (the one from the previous version) and did rebuild, everything is working perfectly. The schema migration and data migration did work without any issue.
Thank you for looking into this and trying to help, we do appreciate that.
Alain-Serge
> On Jul 3, 2018, at 9:35 AM, Boris Kolpackov <boris at codesynthesis.com> wrote:
>
> Alain-Serge Nagni <asnagni at yahoo.com> writes:
>
>> We are trying now to perform a migration with the SQLite database on
>> the local PCs [...]
>>
>> We are using the example in the documentation but obviously we are doing
>> something wrong. When we execute the schema_catalog::migrate_schema_pre
>> we will have a "CMyFilter table exist” error. This is the code:
>>
>> [....]
>>
>> std::cout << "schemaVesion: " << schemaVesion << " - baseVesrion: " << baseVesrion << " - currentVersion: " << currentVersion << std::endl;
>
> What does this statement print when you get the error?
More information about the odb-users
mailing list