Can't work out how to edit columns (SQLite) #37677
Closed
RottenBlock
started this conversation in
General
Replies: 1 comment 1 reply
-
This apparently is because SQLite doesn't support ALTER COLUMN clause. At all. So there is no way for DBeaver to support editing operations there. See its ALTER TABLE statement official documentation at https://www.sqlite.org/lang_altertable.html and ommitted features list at https://www.sqlite.org/omitted.html There is even an explicit recommendation to do things in an obviously correct way like this: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not very experienced with databases, DBeaver, or SQLite, so maybe I'm missing something obvious here, but I can't seem to edit most of the details of the columns in my SQLite database? I can create new ones, delete old ones, and can rename the ones that are there, but can't otherwise edit the existing columns or reorganize them. Is that just the way it's supposed to work? I am using the Windows Community Edition.
Here are the steps I'm following:
Notably, I found a bug report that sounds remarkably similar, but it claims to have been solved back in 2020.
#6373
Does anyone know what I'm overlooking?
Beta Was this translation helpful? Give feedback.
All reactions