[odb-users] Two namespace in one header file cause generationerror
Zhao Xiang
xiang.zhao at gamegou.com
Wed Aug 24 20:53:44 EDT 2016
Hi Boris,
Thanks for your kind reply.
However it feels unreliable to use a pre release version in production. As far as I can tell, the current stable version, odb-2.4.0-i686-windows.zip, was released on 10-Feb-2015, which has been 18 months.
I'd be appreciated to have a new stable version of odb. It's a great ORM system for C++, I'm using it in my game server which supports thousands of online users every second.
Thanks
Zhao Xiang
------------------ Original ------------------
From: "Boris Kolpackov"<boris at codesynthesis.com>;
Date: Thu, Aug 25, 2016 00:55 AM
To: "Zhao Xiang"<xiang.zhao at gamegou.com>;
Cc: "odb-users"<odb-users at codesynthesis.com>;
Subject: Re: [odb-users] Two namespace in one header file cause generationerror
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