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

[Translatable] Ignore notInsertable columns… #2836

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2024

  1. [Translatable] Ignore notInsertable columns…

    in postPersist hook.
    
    Respect the column's metadata and don't attempt to insert a column
    that's flagged to be not-insertable.
    dgrothaus-mc committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    081dfde View commit details
    Browse the repository at this point in the history
  2. Add a field to trigger ignores in test

    Adding this field to the test suit triggers the ignored flag for
    Doctrine fields.
    dgrothaus-mc committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    4c88aa7 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add unit test for ODM translation repository

    Adding a unit test to test custom ODM translation repositories, as there
    already exist for ORM.
    dgrothaus-mc committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    3a909f4 View commit details
    Browse the repository at this point in the history