-
Notifications
You must be signed in to change notification settings - Fork 567
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
Support CREATE TYPE
for creating custom type
#535
Comments
Just ran into this too. |
@MRGRAVITY817 @rex-remind101 do you have any specific type to be supported? PostgreSQL and SQL Server seem not to follow the standard, so implementing each one of them would be a task by itself, isolated from the other ones. The standard seems to be the easiest to expand, so I'd start with it, but I want to make sure of what exactly you need. |
Hey @AugustoFKL, I've also just ran into this. Could you please elaborate your question about any specific type? Personally, I just want this crate to be able to parse Postgres' |
@teenjuna I see. The problem is, I could work on the first one, but not the [1] : https://jakewheat.github.io/sql-overview/sql-2016-foundation-grammar.html#datetime-type |
@AugustoFKL any improvement will be very helpful, thank you! It'll be also very helpful if you will consider the possibility that |
Hello, I think it would be nice to add
CREATE TYPE
statement for creating custom composite type.Use cases
References
The text was updated successfully, but these errors were encountered: