-
Notifications
You must be signed in to change notification settings - Fork 40
Conversation
Would suggest to add these checks in SDK will open a referencing issue, or at least verify why it didn't work there. cc @disq |
@roneli not sure how to do that and keep it sane (it's a test but hang on it's not a test that's meant to run on the SDK itself... gets a provider and generates a test fn?) Another issue, since the renamed column |
we could attempt to have a smarter the migration and try to alter column rename |
You can try to rename on both if one exists it will just work |
The SDK has a feature on provider serve it will fail if table added in resource map are in valid, it does the check on runtime, there might be a bug there. |
apparently no need as it will truncate the identifier in the ALTER as well: |
SDK will need one more upgrade |
Ready to review/merge @roneli |
could add it in
cq-provider-sdk/provider/testing
instead maybe...