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

Feature/sqlalchemy #240

Merged
merged 17 commits into from
Feb 16, 2024
Merged

Feature/sqlalchemy #240

merged 17 commits into from
Feb 16, 2024

Commits on Jan 28, 2024

  1. Configuration menu
    Copy the full SHA
    2f311e7 View commit details
    Browse the repository at this point in the history
  2. small code style fix

    daler-sz committed Jan 28, 2024
    Configuration menu
    Copy the full SHA
    f2d1ec1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1aadd8 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. add relationships support

    daler-sz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6e5733b View commit details
    Browse the repository at this point in the history
  2. fix naming

    daler-sz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    99f221e View commit details
    Browse the repository at this point in the history
  3. fix ColumnProperty name

    daler-sz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3606588 View commit details
    Browse the repository at this point in the history
  4. dependecies setup

    daler-sz committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    3325760 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. relationships support

    daler-sz committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    a093ca8 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Merge pull request #236 from daler-sz/sqlalchemy-introspection

    Sqlalchemy introspection
    zhPavel authored Feb 12, 2024
    Configuration menu
    Copy the full SHA
    c1b8cfa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c9b1bf1 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. update pyproject.toml

    zhPavel committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    ce115e5 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

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

Commits on Feb 15, 2024

  1. refactor sqlalchemy introspection

    some other refactoring
    zhPavel committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d590b50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    086ae12 View commit details
    Browse the repository at this point in the history
  3. add sqlalchemy to model spec tests

    change readme example to use sqlalchemy model
    zhPavel committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    8a2cc05 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. some fixes

    zhPavel committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    cee8efe View commit details
    Browse the repository at this point in the history
  2. fix unused import

    zhPavel committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    5004ef4 View commit details
    Browse the repository at this point in the history