Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Fix bugs related to SQLAlchemy and database operations #17

Open
5 of 6 tasks
SuyashD95 opened this issue Feb 10, 2021 · 0 comments
Open
5 of 6 tasks

Fix bugs related to SQLAlchemy and database operations #17

SuyashD95 opened this issue Feb 10, 2021 · 0 comments
Assignees
Labels
backend Related to the API & Database layers bug Something isn't working

Comments

@SuyashD95
Copy link
Owner

SuyashD95 commented Feb 10, 2021

  • Add the correct name of child Model classes used to declare relationships in the parent Model class.
  • Resolve NoReferencedTableError that occurs due to issues in making relations via Foreign Keys.
  • Resolve a bug that stops a new room from being created.
  • Remove timestamp field from messages table to solve issues resulting from working with a DateTime object.
  • Resolve a bug that stops a new message from being created.
  • Resolve bug which prevents a MessageModel object from backreferencing the associated room.
@SuyashD95 SuyashD95 self-assigned this Feb 10, 2021
@SuyashD95 SuyashD95 added backend Related to the API & Database layers bug Something isn't working labels Feb 10, 2021
@SuyashD95 SuyashD95 reopened this Feb 11, 2021
@SuyashD95 SuyashD95 reopened this Feb 11, 2021
SuyashD95 added a commit that referenced this issue Feb 11, 2021
@SuyashD95 SuyashD95 reopened this Feb 11, 2021
SuyashD95 added a commit that referenced this issue Feb 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
backend Related to the API & Database layers bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant