Skip to content

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

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

DeyV
Copy link

@DeyV DeyV commented Jul 30, 2024

  • Big speed update for lists
  • ADOdb from 2025
  • The default password encryption method for postgresql >=10 - SCRAM-SHA-256

htmltiger and others added 10 commits December 8, 2022 16:15
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
@DeyV DeyV changed the title postgresql 15 and code formatting postgresql 16 and code formatting Jul 30, 2024
@ReimuHakurei
Copy link
Owner

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
@DeyV
Copy link
Author

DeyV commented Sep 22, 2024

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

sandiskr and others added 6 commits December 2, 2024 23:06
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
@DeyV DeyV changed the title postgresql 16 and code formatting Big speed update and ADOdb from 2025 Feb 14, 2025
@DeyV
Copy link
Author

DeyV commented May 9, 2025

@ReimuHakurei What You think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants