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

Wrong naming of INTEGER vs. INT #54

Closed
juocal opened this issue Sep 16, 2024 · 1 comment · Fixed by #69
Closed

Wrong naming of INTEGER vs. INT #54

juocal opened this issue Sep 16, 2024 · 1 comment · Fixed by #69
Labels
documentation Improvements or additions to documentation hacktoberfest

Comments

@juocal
Copy link

juocal commented Sep 16, 2024

Hey there,

I possibly found a issue regarding the naming of data types.

You are using INTEGER in this example in the documentation:
https://questdb.io/docs/reference/sql/alter-table-change-column-type/#examples

It should be INT as there is no INTEGER type (anymore?)

Change from:

ALTER TABLE employees ALTER COLUMN age TYPE INTEGER;

to:

ALTER TABLE employees ALTER COLUMN age TYPE INT;

Also in the text, there is the mention of INTEGER.
This issue should be used to find other occurances of INTEGER in the documentation, as there might be other examples where INTEGER is used instead of INT

@goodroot goodroot added documentation Improvements or additions to documentation hacktoberfest labels Oct 4, 2024
@Xtha-Sunil
Copy link

I will like to work on this. Could you please assign this to me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation hacktoberfest
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants