When creating table with WITHOUT OIDS not checked, behaviour was left to the db defau...
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 30 Oct 2009 13:06:06 +0000 (14:06 +0100)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Fri, 30 Oct 2009 13:06:06 +0000 (14:06 +0100)
commitee55ec8f1616317fe4a407c483d4ea14a7f7ac68
tree8ff8aea95a1452a3a9479766da47468900eeadee
parent83e0f7de9d2ebac3949fb66709b582a40a38aab0
When creating table with WITHOUT OIDS not checked, behaviour was left to the db default setting. Force WITH OIDS if WITHOUT OIDS is unchecked. Remove useless hasWithoutOIDs() as well as 7.3 -> 8.4
support it.
classes/database/Postgres.php
tables.php