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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃悰 Bug: column datatype not changing from SingleLineText to Number #7188

Closed
1 task done
gauravruhela07 opened this issue Dec 8, 2023 · 2 comments
Closed
1 task done
Assignees

Comments

@gauravruhela07
Copy link

Please confirm if bug report does NOT exists already ?

  • I confirm there is no existing issue for this

Steps to reproduce ?

  1. create a table with column datatype SingleLineText
  2. enter any string value
  3. remove that value with an empty string
  4. now try changing column datatype to Number,
    you will get an error ALTER TABLE "pjars2cq55xvi42"."Table-1" ALTER COLUMN "name" TYPE bigint USING "name"::bigint; ; - invalid input syntax for type bigint: ""
  5. when we replace that empty string with number, then the system is allowing me change the column datatype

Desired Behavior

We should be able to change the column datatype from SingleLineText to Number if the values in columns are empty.

Project Details

Node:
Arch: arm64
Platform: macOS
Browser: chrome

Attachments

Screenshot 2023-12-08 at 7 46 19鈥疉M
@gauravruhela07
Copy link
Author

gauravruhela07 commented Dec 8, 2023

@o1lab please review and assign it to me. I am interested to work on this issue.

@dstala dstala assigned gauravruhela07 and unassigned o1lab Dec 8, 2023
@gauravruhela07
Copy link
Author

Hi @dstala, I am not facing this issue when running app on my local system, however the website still shows the same bug. Can you please verify if it got fixed but the fix is not live yet? Thank you

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

No branches or pull requests

2 participants