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

🐛 Bug Fix: Inconsistent API Dev project #695

Merged
merged 4 commits into from
Oct 19, 2024

Commits on Oct 17, 2024

  1. Configuration menu
    Copy the full SHA
    43a9570 View commit details
    Browse the repository at this point in the history
  2. Performed the below changes

    Remove unique=True from author if duplicate authors are allowed
    Increase the character limit to String(100) or String(255) for flexibility
    yashksaini-coder committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b4b550f View commit details
    Browse the repository at this point in the history
  3. Add to the method decorator

    Implement checks for existing books or handle SQLAlchemy’s IntegrityError
    Adjust the return to None or change the status code to 200 OK with a message
    yashksaini-coder committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    62f8768 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    4da9325 View commit details
    Browse the repository at this point in the history