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

an example of how to create a custom type from scratch. #1113

Merged
merged 6 commits into from
Apr 19, 2023

Commits on Apr 18, 2023

  1. an example of how to create a custom type from scratch.

    there's some hackiness wrt to sql generation ordering, but this works.
    eeeebbbbrrrr committed Apr 18, 2023
    Configuration menu
    Copy the full SHA
    c57ec97 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2023

  1. teach the sql-entity-graph to not create its own edges for`#[pg_exter…

    …n]`s with a `requires = [...]` list. We instead want it require only the entities specified by the user.
    eeeebbbbrrrr committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    5471072 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1d8edc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    327df33 View commit details
    Browse the repository at this point in the history
  4. example sql

    eeeebbbbrrrr committed Apr 19, 2023
    Configuration menu
    Copy the full SHA
    2df9d98 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ba8e72c View commit details
    Browse the repository at this point in the history