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

Ideas #177

Open
7 tasks
ankane opened this issue Feb 18, 2022 · 0 comments
Open
7 tasks

Ideas #177

ankane opened this issue Feb 18, 2022 · 0 comments

Comments

@ankane
Copy link
Owner

ankane commented Feb 18, 2022

Please create a new issue to discuss any ideas or share your own.

2.0

  • Drop support for Rails < 6.1 and Ruby < 3.1
  • Drop support for Postgres < 12, MySQL < 8, and MariaDB < 10.4

Ideas

  • Add check for creating a foreign key without an index
  • Show friendly message for lock timeout - lock_timeout_message branch
  • Change default lock timeout to 5 seconds in generator
  • Improve pattern for lock timeout retries - statement_retries branch (would also be good to record/replay statements for transactions instead of re-running code)
  • Condense add_foreign_key and change_column_null suggestions into a single migration (downside: failed migration can result in db state that needs manually reconciled) - add_foreign_key may be safe to do since it can detect locks

See #95 for ideas that were decided against.

Repository owner locked and limited conversation to collaborators Feb 18, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant