Miscellaneous fix while trying to fix the selenium tests
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 14 Jul 2009 05:27:39 +0000 (01:27 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 14 Jul 2009 05:27:39 +0000 (01:27 -0400)
commit4ed95f93a2f4dd099ede4a0206c47b84c1ac6723
tree5aca0d5fcca3143179b22aee12052d3edebbbef8
parent2d92e827347afe90e46043addde3ad2e3c0c69a2
Miscellaneous fix while trying to fix the selenium tests
+ fix selenium test when creating a DB under 8.4 with incompatible encoding with template1 (use template0 everytime)
+ removed hasForeignKeysInfo
+ removed hasConstraintsInfo
+ fixed one assertion in the column selenium tests
+ fixed alterColumn where old name was used to alter the type while the col was renamed in the same transaction
+ some indentation fixes
- SEQUENCE selenium test need to be fixed
all_db.php
classes/database/Postgres.php
constraints.php
tables.php
tblproperties.php
tests/selenium/src/04-database.php
tests/selenium/src/25-column.php
views.php