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

Boris Kolpackov boris at codesynthesis.com
Mon Jan 12 06:37:27 EST 2015


Hi,

MM <finjulhich at gmail.com> writes:

> 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?

Yes, this will work. Once the column is "logically" removed, ODB will
never refer to it.

Boris



More information about the odb-users mailing list