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

refactor(robot-server): Avoid features that will be removed in SQLAlchemy 2.0 #16926

Open
wants to merge 4 commits into
base: EXEC-655-store-commands-error-list-in-db
Choose a base branch
from

Commits on Nov 21, 2024

  1. Configuration menu
    Copy the full SHA
    cf88696 View commit details
    Browse the repository at this point in the history
  2. Deduplicate add_column() and avoid deprecated features.

    - Execute on a transaction or connection, not the raw engine.
    - Use sqlalchemy.text(), not a raw string.
    SyntaxColoring committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    afbe61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6b61b7 View commit details
    Browse the repository at this point in the history
  4. We love to lint.

    SyntaxColoring committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    aa720f8 View commit details
    Browse the repository at this point in the history