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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 4448 missing import for table model #4885

Merged

Commits on Dec 5, 2023

  1. Update ReturningQueryable.kt

    Change the result to use tableName
    griffio committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    3f553c7 View commit details
    Browse the repository at this point in the history
  2. add MigrationQueryTest for ReturningQueryable

    a fixture where the migration sqm files and query sq files are in varying packages.
    This tests that the Queries interface imports the Data tables using the migration package name when ReturningQueryable is used
    griffio committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    fbb05f8 View commit details
    Browse the repository at this point in the history