openerp-india team mailing list archive
-
openerp-india team
-
Mailing list archive
-
Message #19262
[Bug 1087332] Re: Don't use OIDS when create table
Good suggestion, thanks posting it and providing a working patch! (see
also the review on the merge proposal)
** Changed in: openobject-server
Importance: Undecided => Wishlist
** Changed in: openobject-server
Status: New => Confirmed
** Changed in: openobject-server
Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)
** Summary changed:
- Don't use OIDS when create table
+ Don't use the deprecated 'WITH OIDS' option when creating many2many tables
--
You received this bug notification because you are a member of OpenERP
Indian Team, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/1087332
Title:
Don't use the deprecated 'WITH OIDS' option when creating many2many
tables
Status in OpenERP Server:
Confirmed
Bug description:
When create a M2M table, the syntax in orm.py is WITH OIDS, as
PostgreSQL documentation said, use WITHOUT OIDS and a add a real
primary key (we have already a primary key)
Regards,
To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/1087332/+subscriptions
References