Installation assumptions regarding types (and casting) #355
Closed
mathemancer
announced in
Maintainer discussions
Replies: 1 comment 1 reply
-
I made a couple of issues to cover the first two assumptions, which I don't think we should be making.
I think the third assumption is fine to make for now, given that databases are configured in the settings file and not dynamically. #403 might also address parts of it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Related to #130
We currently have a few dubious assumptions built into our implementation. (I can call them dubious, since I made them 😄 ). Off the top of my head:
ALTER COLUMN
behavior assumes we have our custom type casting functions installed, and won't alter a column's type without one.VARCHAR(63)
.Beta Was this translation helpful? Give feedback.
All reactions