ReimuHakurei / phpPgAdmin

Actively maintained fork of phpPgAdmin.
GNU General Public License v2.0
102 stars 24 forks source link

postgresql 16 and code formatting #25

Open DeyV opened 2 months ago

ReimuHakurei commented 3 weeks ago

The change in classes/database/Connection.php is not necessary, as the default behavior is already to fall back to the latest driver version.

What is the purpose of the change in colproperties.php?

DeyV commented 3 weeks ago

What is the purpose of the change in colproperties.php?

it wasn't necessary. I withdrew it

The change in classes/database/Connection.php

its better to have logic about one aspect in one place, not scattered around different places in the code. Therefore, I think it is better to leave it here as proposed