On Mon, Jan 18, 2010 at 4:30 AM, OvermindDL1 <[email protected]> wrote:
> class Group;
> typedef dbo::collection< dbo::ptr<Group> > Groups;
> class Group
> {
> public:
>        /* snip */
>        Groups      groups;
>        Groups      isSubGroupOf;
>        /* snip */
>
>        template<class Action>
>        void persist(Action& a)
>        {
>                /* snip */
>               dbo::hasMany(a, groups,       dbo::ManyToMany, 
> "Group_Group_Link", "Group_id");
>               dbo::hasMany(a, isSubGroupOf, dbo::ManyToMany, 
> "Group_Group_Link", "SubGroup_id");
>                /* snip */
>        }
> };

So I updated to the latest git, added some names as appropriate, but
now when I try to create tables I am getting the error:
  table "Group_Group_Link" already exists

------------------------------------------------------------------------------
Throughout its 18-year history, RSA Conference consistently attracts the
world's best and brightest in the field, creating opportunities for Conference
attendees to learn about information security's most important issues through
interactions with peers, luminaries and emerging and established companies.
http://p.sf.net/sfu/rsaconf-dev2dev
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to