[odb-users] Schema Migration not working correctly

Boris Kolpackov boris at codesynthesis.com
Wed Jun 24 05:23:47 EDT 2020


Tschoche.Jonas at ddv-mediengruppe.de <Tschoche.Jonas at ddv-mediengruppe.de> writes:

> I tried it and it worked, but when i use --at-once it generates one
> header file, I like to use a single changelog file and several header
> files.

To achieve this you will need split the generation of the database
support code (header/source files) and schema into separate invocations
of the ODB compiler. For the schema generation (which is where the
changelog is maintained), you can use the --at-once mode. Again, if
you search for --at-once in the ODB manual, you will see examples of
how to do this.



More information about the odb-users mailing list