-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
postgresql 16 and code formatting #25
base: master
Are you sure you want to change the base?
Conversation
# Conflicts: # classes/database/Postgres.php # colproperties.php # libraries/adodb/drivers/adodb-postgres64.inc.php # libraries/decorator.inc.php
# Conflicts: # classes/database/Connection.php
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? |
$_REQUEST['default'] = '' is not required
it wasn't necessary. I withdrew it
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 |
No description provided.