[odb-users] sqlite column removal by copying table to new database

MM finjulhich at gmail.com
Fri Jan 9 08:48:25 EST 2015


I have had to remove columns and I have followed odb schema migration, and
use the sql generated by odb to do it and it works, ie in sqlite, the
columns are set to null
The xml file is also in sync with that now.

If I copy my entire sqlite database file to a new database just to actually
remove those unwanted columns, would the C++ generated by odb still work on
the new database ?

rds,


More information about the odb-users mailing list