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

Sequel ORM support #1277

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

Commits on Aug 12, 2019

  1. Add sequel fixtures and models

    Aryk authored and lukesarnacki committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    3b20894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a30c3d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe81351 View commit details
    Browse the repository at this point in the history
  4. Move fixtures

    Aryk authored and lukesarnacki committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    9c9adef View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2019

  1. Fixes for original sequel adapter

    There was an attempt to write sequel adapter in cerebris#1030. I took commits
    from this PR. This commit fixes most of the failures that are result of
    applying these commits into much newer codebase. Most of the code is
    also copied from the original PR.
    lukesarnacki committed Aug 13, 2019
    Configuration menu
    Copy the full SHA
    368105a View commit details
    Browse the repository at this point in the history