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

feat: auto increment support #2883

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

feat: auto increment support #2883

wants to merge 18 commits into from

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    d7583df View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a14876 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c05668 View commit details
    Browse the repository at this point in the history
  4. feat: 🎸 support auto increment

    Implements support for auto increment (serial) fields from Postgres
    datasources. Such fields are denoted by an empty `@default` applied to
    an `Int` field.
    p5quared committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e25b75f View commit details
    Browse the repository at this point in the history
  5. feat: support auto increment

    merge changes from fork
    p5quared committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    c9c6013 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e350b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    978079a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89f3fd3 View commit details
    Browse the repository at this point in the history
  9. chore: removing logging

    p5quared committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    2e5eebd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    50db9e8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    12d5f28 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1824129 View commit details
    Browse the repository at this point in the history
  13. chore: type safety

    p5quared committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ba88154 View commit details
    Browse the repository at this point in the history
  14. chore: alphabetize list

    p5quared committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f6f18b9 View commit details
    Browse the repository at this point in the history
  15. chore: type of return value asserts against string

    Co-authored-by: Tim Schmelter <[email protected]>
    p5quared and palpatim committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    47caabf View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b929519 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    37c7198 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f0adbce View commit details
    Browse the repository at this point in the history