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

Mark SQLite platform as supporting foreign keys #5427

Merged
merged 1 commit into from Jun 3, 2022

Conversation

morozov
Copy link
Member

@morozov morozov commented Jun 3, 2022

This patch re-introduces the changes reverted in #5411. These changes will no longer break the ORM tests thanks to the following prep work done:

  1. Replace schema SQL collectors with SQL builders #5416
  2. Fix redundant orphaned foreign key #5425
  3. Prep work for enabling support for foreign keys on SQLite orm#9799

The compatibility of the changes with the ORM test suite has been tested with ORM 2.13.x and 3.0.x on SQLite, MySQL, and PostgreSQL.

@arnegroskurth
Copy link
Contributor

Great! Is there an ETA for the 3.4.0 release?

@greg0ire
Copy link
Member

greg0ire commented Aug 5, 2022

This week-end, maybe.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
3 participants