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

DO NOT MERGE - REFERENCE - branch:omg-8.3 #2

Draft
wants to merge 38 commits into
base: master
Choose a base branch
from
Draft

Conversation

permanuno
Copy link
Member

@permanuno permanuno commented Aug 10, 2024

How this was created:

git checkout omg-7.4
git checkout -b omg-8.3
git merge origin/master

Conflict resolution

  • accept all non-conflicting changes in theirs
  • manually reconcile remaining changes

Diff should be functionally equivalent to propelorm/Propel@master...OrderMyGear:Propel:omg-7.4

e1himself and others added 30 commits February 17, 2016 10:25
Previously, it was producing an invalid order in case we're using
a many-to-many cross-ref table referencing to the same table twice.
Thus checking for a table name is not reliable.
Now we just check if the first PK is the same as a give FK. That's it.
Sometimes culture codes can be longer.
Example: `zh_Hant` -- Chinese Traditional.
Storage-wise there's no difference between VARCHAR(255) and VARCHAR(5)
…cing-bug

Fix - Many-to-many self-referencing relations bug
…mn-length

Fix - Remove `locale` column size limit
It throws a warning in PHP 7.4
It throws a warning on PHP 7.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants