Skip to content
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

Add DBAL Type, major internal refactor #9

Merged
merged 1 commit into from
Oct 19, 2019
Merged

Add DBAL Type, major internal refactor #9

merged 1 commit into from
Oct 19, 2019

Conversation

cspray
Copy link
Owner

@cspray cspray commented Oct 19, 2019

  • Implements functionality to generate a Doctrine DBAL Type based off of
    a generated Enum. This allows the persistence of the string
    representation of an Enum within Doctrine entities.

  • Represents a major internal refactor that moves code that consuming
    clients should not interact with into the Cspray\Yape\Internal
    namespace. Many changes were made to the code within this namespace to
    support the new DBAL Type and reuse as much code as was feasible.
    Consuming clients SHOULD NOT use or expect strict BC between versions
    for code within this namespace. Generally speaking the only code your
    applications should use from this library are the implementations that
    live under Cspray\Yape.

- Implements functionality to generate a Doctrine DBAL Type based off of
a generated Enum. This allows the persistence of the string
representation of an Enum within Doctrine entities.

- Represents a major internal refactor that moves code that consuming
clients should not interact with into the Cspray\Yape\Internal
namespace. Many changes were made to the code within this namespace to
support the new DBAL Type and reuse as much code as was feasible.
Consuming clients SHOULD NOT use or expect strict BC between versions
for code within this namespace. Generally speaking the only code your
applications should use from this library are the implementations that
live under Cspray\Yape.
@cspray cspray merged commit 8402d82 into master Oct 19, 2019
@cspray cspray deleted the doctrine-yape branch October 19, 2019 14:30
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.

1 participant