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

[RSPEED-480] Add String size limit to SQLAlchemy models #123

Merged
merged 1 commit into from
Jan 20, 2025

Conversation

r0x0d
Copy link
Member

@r0x0d r0x0d commented Jan 20, 2025

Fixed a bug where MySQL/MariaDB would not write to interactions table since VARCHAR requires a fixed length size

Jira Issues:

Checklist

  • Jira issue has been made public if possible
  • [RSPEED-] is part of the PR title
  • PR title explains the change from the user's point of view
  • Code and tests are documented properly
  • The commits are squashed to as few commits as possible (without losing data)

@r0x0d r0x0d requested review from a team as code owners January 20, 2025 13:24
@r0x0d r0x0d changed the title Minor fixes for database and docs [RSPEED-480] Minor fixes for database and docs Jan 20, 2025
@r0x0d r0x0d force-pushed the minor-fixes-for-database-and-docs branch 4 times, most recently from 81403cb to 3b7d1d6 Compare January 20, 2025 13:32
Copy link

codecov bot commented Jan 20, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ
command_line_assistant/config/schemas.py 87.50% <ø> (ø)
...d_line_assistant/daemon/database/models/history.py 100.00% <100.00%> (ø)

@@ -11,6 +11,14 @@
class DatabaseSchema:
"""This class represents the [history.database] section of our config.toml file.

Notes:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Helpful note! 👏

@r0x0d r0x0d force-pushed the minor-fixes-for-database-and-docs branch from 3b7d1d6 to ed63055 Compare January 20, 2025 13:50
Fixed a bug where MySQL/MariaDB would not write to interactions table
since VARCHAR requires a fixed length size
@r0x0d r0x0d force-pushed the minor-fixes-for-database-and-docs branch from ed63055 to 6355ee1 Compare January 20, 2025 13:51
@r0x0d r0x0d changed the title [RSPEED-480] Minor fixes for database and docs [RSPEED-480] Add String size limit to SQLAlchemy models Jan 20, 2025
@r0x0d r0x0d merged commit 8f8cb60 into rhel-lightspeed:main Jan 20, 2025
21 checks passed
@r0x0d r0x0d deleted the minor-fixes-for-database-and-docs branch January 20, 2025 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants