Several small cleanups found while working on selenium tests
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 14 Dec 2008 19:28:36 +0000 (14:28 -0500)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Sun, 14 Dec 2008 19:28:36 +0000 (14:28 -0500)
commit860e07d6dd52ae5e9015decb54ae5f95605cf415
tree02d6fb4594548cf602d6d3fa8ddf2e2e4022b584
parentea3f6cdbfe43b5d7d357b7e8d8258db25ba90a7b
Several small cleanups found while working on selenium tests
- add method hasMagicTypes instead of using confusing hasAlterColumnType
- add method hasCreateFieldWithConstraints insead of using confusing hasAlterColumnType
- fix some bad indentation
- fix non uniform values returned from alterColumn
- refactor the way alterColumn is bulding its request
- add method addSelection the the testBuilder class
classes/database/Postgres.php
classes/database/Postgres74.php
tblproperties.php
tests/selenium/testBuilder.class.php