← Back to team overview

openerp-india team mailing list archive

[Bug 1087332] [NEW] Don't use OIDS when create table

 

Public bug reported:

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,

** Affects: openobject-server
     Importance: Undecided
         Status: New

** Affects: openobject-server/trunk
     Importance: Undecided
         Status: New

** Also affects: openobject-server/trunk
   Importance: Undecided
       Status: New

-- 
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 OIDS when create table

Status in OpenERP Server:
  New
Status in OpenERP Server trunk series:
  New

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


Follow ups

References