-
Notifications
You must be signed in to change notification settings - Fork 28
Big speed update and ADOdb from 2025 #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
base: master
Are you sure you want to change the base?
Conversation
Fixes "PHP Warning: sprintf(): Too few arguments in /usr/share/phpPgAdmin/classes/Misc.php on line 1346" in version "phpPgAdmin 5.6" The same problem was present in both swedish & danish translations Seems to have been a longstanding problem according to https://sourceforge.net/p/phppgadmin/bugs/430/ --------- Authored-by: Peje Nilsson <[email protected]>
# 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 |
Extended allowed database versions to allow connections to v15 and v16 postgres versions using latest connector class. Tested in practice, works to certain extent.
# Conflicts: # classes/database/Connection.php
# Conflicts: # libraries/adodb/adodb.inc.php # libraries/adodb/docs/changelog.md
@ReimuHakurei What You think? |
Uh oh!
There was an error while loading. Please reload this page.