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

Easy to overwrite existing values in a database #692

Closed
hreinn opened this issue Oct 22, 2021 · 2 comments
Closed

Easy to overwrite existing values in a database #692

hreinn opened this issue Oct 22, 2021 · 2 comments
Labels
🐛 Type: Bug Something is broken or incorrect unexpectedly.

Comments

@hreinn
Copy link

hreinn commented Oct 22, 2021

I just recently stumbled upon this project - it's great - to say the least.

I just want to flag an issue with the dangers of people connecting this with production databases - and ease of which it automatically saves blanks over existing values in the user interface.

Clicking in a column - and pressing CTRL-A (Select all) which would usually mean "select all text in the column" deletes the existing contents and there is no undo. If you exit the column the database gets updated with a blank value.

image

After pressing CTRL-A

image

This could cause people massive problems. I was on a test db, but was tempted to connect to the production after previously testing it out on a sample db - but had not seen this as an issue before.

@pranavxc pranavxc added the 🐛 Type: Bug Something is broken or incorrect unexpectedly. label Oct 25, 2021
@automationsClub
Copy link

It happens with CTRL-C too. It also deletes formula field data visual.

pranavxc added a commit that referenced this issue Nov 1, 2021
re #692

Signed-off-by: Pranav C <pranavxc@gmail.com>
@pranavxc
Copy link
Member

pranavxc commented Nov 1, 2021

Fixed in 0.81.0

@pranavxc pranavxc closed this as completed Nov 1, 2021
akbarpasha pushed a commit to akbarpasha/nocodb that referenced this issue Nov 15, 2021
re nocodb#692

Signed-off-by: Pranav C <pranavxc@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something is broken or incorrect unexpectedly.
Projects
None yet
Development

No branches or pull requests

3 participants