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

added BookDao and connected project to db #53

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 10, 2023

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

Commits on Aug 12, 2023

  1. Configuration menu
    Copy the full SHA
    3a0f96e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8e6521 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. add spaces between methods in BookDao, removed queries from constants…

    … to methods variables, renamed update index's constants for better readability, renamed "formBookFromQuery()" into "parseBookFromQuery", removed redundant line in DataProcessingException, put query at init_db.sql in separate lines for better readability, changed NO_UPDATES_EXCEPTION_TEXT for greater correctness of the message
    Someboty committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    83ce840 View commit details
    Browse the repository at this point in the history