Reverse database classes Inheritance
authorGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 28 Oct 2008 15:10:45 +0000 (11:10 -0400)
committerGuillaume (ioguix) de Rorthais <ioguix@free.fr>
Tue, 28 Oct 2008 15:10:45 +0000 (11:10 -0400)
commit914109fb251921a14e450b0cbd273bf92d918f1d
tree197dea6268190c83104c7f4984e3c6c2c692a554
parentfd73c5f02cd6a6980feab6ea04f46ec63fca5f6a
Reverse database classes Inheritance
- reverse database classes inheritance
- remove pg 70, 71, 72 support
- refactor alterTable, alterView and alterSequence to call uni-task methods (alter user, comment, schema, ...) from the public one instead of having all the code in the main method.
- php5 migration: lib.inc.php require at least php 5.0
12 files changed:
classes/database/Connection.php
classes/database/Postgres.php
classes/database/Postgres71.php [deleted file]
classes/database/Postgres72.php [deleted file]
classes/database/Postgres73.php
classes/database/Postgres74.php
classes/database/Postgres80.php
classes/database/Postgres81.php
classes/database/Postgres82.php
classes/database/Postgres83.php [deleted file]
libraries/lib.inc.php
selenium/tests/config.inc.php