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

[RFC] Ops suggested modifications #92

Merged
merged 6 commits into from
Aug 8, 2023

Conversation

gmantele
Copy link
Collaborator

All these commits are modifications suggested by Ops IG during ADQL-2.1's RFC.

@gmantele gmantele requested a review from mbtaylor July 26, 2023 07:48
@gmantele gmantele added the enhancement New feature or request label Jul 26, 2023
@gmantele gmantele added this to the 2.1 milestone Jul 26, 2023
Copy link
Contributor

@msdemlei msdemlei left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm fine wit the changes, but for match to make sense, the VARCHAR-s in its signature would need to be VARCHAR(*)-s.

(where I believe TEXT as a generic string type would be a good addition to our informal type collection -- but that's for another day).

@gmantele
Copy link
Collaborator Author

I'm fine wit the changes, but for match to make sense, the VARCHAR-s in its signature would need to be VARCHAR(*)-s.

(where I believe TEXT as a generic string type would be a good addition to our informal type collection -- but that's for another day).

Strictly speaking, this is true, although most of the DBMS accept VARCHAR with no parameter (in which case, it is equivalent to VARCHAR(*). That said, I actually wonder whether we should not rather make this parameter optional for CHAR, VARCHAR, BINARY and VARBINARY in ADQL-2.1. Honestly, it is very convenient to write just VARCHAR instead of VARCHAR(*).

TEXT is also convenient to write ; but that would be an addition to ADQL-2.1, which should not happen during RFC period unless we have strong reason for that. So, I agree let's do that in another ADQL version.

@msdemlei
Copy link
Contributor

msdemlei commented Jul 26, 2023 via email

mbtaylor
mbtaylor previously approved these changes Aug 8, 2023
Copy link
Member

@mbtaylor mbtaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for addressing my comments. Looks good to me.

(e.g. remove useless indent, spaces, ...)
Copy link
Member

@mbtaylor mbtaylor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I think it improves readability (and may save paper).
All OK apart from one tiny bugfix required as noted.

ADQL.tex Outdated Show resolved Hide resolved
@gmantele gmantele merged commit 2171499 into ivoa-std:master Aug 8, 2023
1 check passed
@gmantele gmantele deleted the rfc-2.1-Ops-IG branch October 12, 2023 07:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants