Skip to content

Conversation

HypeMC
Copy link
Member

@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