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

DCOM-311: Design API to convert values to DB-level values #626

Open
doctrinebot opened this issue Nov 7, 2015 · 0 comments
Open

DCOM-311: Design API to convert values to DB-level values #626

doctrinebot opened this issue Nov 7, 2015 · 0 comments
Assignees

Comments

@doctrinebot
Copy link

Jira issue originally created by user @Ocramius:

We currently use DBAL types to convert from PHP-side values to DB values:

  1. we need to stop referencing types by string: the conversion should be part of the mapping
  2. we need to be able to dump the code for the conversion (to allow inlining)
  3. the DB value definition must own:
    • the column where the value needs to be saved
    • the table where the value is saved (eases STI/JTI decisions)
    • the strategy to fetch the field (lazy/eager/etc)
@doctrinebot doctrinebot added this to the 3.0 milestone Dec 6, 2015
@alcaeus alcaeus removed this from the next milestone May 28, 2020
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

No branches or pull requests

3 participants