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 only to Model #866

Merged
merged 7 commits into from
Jan 4, 2024

Commits on Dec 9, 2023

  1. Added method "only" to model class.

    jrolle committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    e8c6a50 View commit details
    Browse the repository at this point in the history
  2. updated only to support aliasing attribute names. This can be useful …

    …when mapping return data into new datasources which expect different naming conventions. This could be done at the database query level but is much easier to do using this method and only adds few extra LOC.
    jrolle committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    5da5423 View commit details
    Browse the repository at this point in the history
  3. Update Model.py

    JarriqTheTechie authored Dec 9, 2023
    Configuration menu
    Copy the full SHA
    bf8ff3f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Update setup.py

    josephmancuso authored Dec 10, 2023
    Configuration menu
    Copy the full SHA
    57aa5cf View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Merge branch 'features/only' of https://github.com/JarriqTheTechie/orm

    …into JarriqTheTechie-features/only
    josephmancuso committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    5eb85f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9ba91d View commit details
    Browse the repository at this point in the history
  3. added tests

    josephmancuso committed Jan 4, 2024
    Configuration menu
    Copy the full SHA
    427fc9d View commit details
    Browse the repository at this point in the history