[odb-users] Runtime create_schema failure

Ciccio Pasticcio dodungocorporation at gmail.com
Thu Jul 19 09:10:41 EDT 2018


Thanks a lot for your help!

Gabriele

2018-07-19 14:24 GMT+02:00 Boris Kolpackov <boris at codesynthesis.com>:

> Ciccio Pasticcio <dodungocorporation at gmail.com> writes:
>
> > We discovered that a (our) library that the app links use ODB and have a
> > table named Status with the structure (id, value, descritption) in its
> own
> > database. Is there a way to isolate the 2 context without changing the
> > table names?
>
> No, SQLite doesn't have a notion of "database schema" (aka "database
> namespace") unlike some other. You could decorate (e.g., prefix) all
> the table names that go into your library from the command line (see
> the --table-prefix and --table-regex ODB compiler options).
>


More information about the odb-users mailing list