Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[Cache] Add support for using DSN with PDOAdapter #53448

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

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

HypeMC
Copy link
Contributor

@HypeMC HypeMC commented Jan 7, 2024

Q A
Branch? 7.1
Bug fix? no
New feature? yes
Deprecations? no
Issues Fix #52460
License MIT

Adds support for using DSN with the PDOAdapter:

framework:
  cache:
    pools:
      my.cache:
        adapter: cache.adapter.pdo
        provider: "pgsql:host=localhost;port=5432;dbname=postgres;user=postgres;password=pass"

@HypeMC HypeMC force-pushed the add-dsn-option-to-pdoadapter branch from 72efa12 to d1e3eb6 Compare January 8, 2024 07:19
@HypeMC HypeMC force-pushed the add-dsn-option-to-pdoadapter branch from d1e3eb6 to 75984c2 Compare January 8, 2024 09:16
@fabpot
Copy link
Member

fabpot commented Jan 12, 2024

Thank you @HypeMC.

@fabpot fabpot merged commit b004c3c into symfony:7.1 Jan 12, 2024
@HypeMC HypeMC deleted the add-dsn-option-to-pdoadapter branch January 12, 2024 17:57
@fabpot fabpot mentioned this pull request May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Cache] Using DSN with PDOAdapter
5 participants