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

SQL Migration: In code: Support lowercase for SQL columns and overridden column type/driver type SQL type string rules #5536

Closed
lukedegruchy opened this issue Dec 5, 2023 · 0 comments · Fixed by #5534

Comments

@lukedegruchy
Copy link
Collaborator

Add optional overrides in code to override a couple of default behaviours in the SQL migration code:

  • Allow callers to choose uppercase or lowercase column names. Default uppercase.
  • Allow callers to pass custom sorting rules: Default no special sorting.
  • In both cases, set the defaults to pre-existing behaviour, namely, uppercase and no overrides
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant