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

Refactored the Dialect to use an interface to generate the DB specific SQL. #484

Closed
wants to merge 9 commits into from

Commits on Sep 6, 2023

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

Commits on Sep 12, 2023

  1. Rolled interface into Dialect.

    Rolled back test changes.
    DevinGillman committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    96e5559 View commit details
    Browse the repository at this point in the history
  2. Minor style clean-ups.

    DevinGillman committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7baf1df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1a496b View commit details
    Browse the repository at this point in the history
  4. Minor formatting update.

    DevinGillman committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    ff3b23d View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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

Commits on Sep 27, 2023

  1. Configuration menu
    Copy the full SHA
    588307f View commit details
    Browse the repository at this point in the history
  2. Made the implementations package-private, final and to just implement…

    … Dialect.
    
    Added base implementations to use in composition/forwarding.
    DevinGillman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    1a1b506 View commit details
    Browse the repository at this point in the history
  3. Add missing comments.

    DevinGillman committed Sep 27, 2023
    Configuration menu
    Copy the full SHA
    8a2c2fa View commit details
    Browse the repository at this point in the history