Skip to content

Failure to delete some SQLite entries (.s3db) #172

@W3Warp

Description

@W3Warp

This is what happens when I try to delete this entry,

SELECT COUNT() FROM (SELECT _rowid_, FROM Instances ORDER BY name DESC);
SELECT _rowid_,* FROM Instances ORDER BY name DESC LIMIT 0, 50000;
SELECT COUNT() FROM (SELECT _rowid_, FROM Instances ORDER BY name ASC);
SELECT _rowid_,* FROM Instances ORDER BY name ASC LIMIT 0, 50000;
DELETE FROM Instances WHERE _rowid_=0;
SELECT COUNT() FROM (SELECT _rowid_, FROM Instances ORDER BY _rowid_ ASC);
SELECT _rowid_,* FROM Instances ORDER BY _rowid_ ASC LIMIT 0, 50000;

nothing is deleted...even in edit mode clearing the cell does nada. The row in question is empty yes, but still has an id (type of data currently in cell: text /numeric 10 char(s)) so I want it gone, seem impossible =/ actually nothing can be saved to these entries it seems???

Sorting is also reset after "delete record" is pressed, very annoying =)

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