[odb-users] Two namespace in one header file cause generation error

Boris Kolpackov boris at codesynthesis.com
Wed Aug 24 12:55:50 EDT 2016


Hi Zhao,

Zhao Xiang <xiang.zhao at gamegou.com> writes:

> As you can see, table `abcdef`.`a` is missing from the file, and
> table `b` appeared in schema `abcd`, which should be in `abcdef`.

I think this has been already fixed for the next release, but thanks
for reporting it and providing a test case.

With ODB build from master I get:

CREATE TABLE `abcd`.`a` [...]

CREATE TABLE `abcdef`.`a` [...]

CREATE TABLE `abcdef`.`b` [...]

You can try the latest pre-release:

http://codesynthesis.com/~boris/tmp/odb/pre-release/a9/

Boris



More information about the odb-users mailing list