Skip to content

3.7.0: Modifying a table / deleting column does not work #362

@dbreslau

Description

@dbreslau

I tried to delete a column via the "Modify Table" popup. Selecting the column and clicking on "Remove" brought up a popup that said "No error", but the column remained. The SQL log for the app shows:

SAVEPOINT sqlitebrowser_rename_column
CREATE TABLE sqlitebrowser_rena... <string can not be logged, contains binary data> ... INSERT INTO sqlitebrowser_rename_column_new_table SELECT_ID,name,local_path_template,is_localized,is_automatic,file_set_idFROMFileInfo; DROP TABLEFileInfo`;
ROLLBACK TO SAVEPOINT sqlitebrowser_rename_column;

which I interpret to mean that a) the rollback means that the operation failed, despite the "No error" popup, and b) perhaps binary data in the CREATE TABLE statement is not helping, either? (Could this be a side-effect of the new UTF-8 support?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugConfirmed bugs or reports that are very likely to be bugs.

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      pFad - Phonifier reborn

      Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

      Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


      Alternative Proxies:

      Alternative Proxy

      pFad Proxy

      pFad v3 Proxy

      pFad v4 Proxy